Skip to content

Instantly share code, notes, and snippets.

@devnoname120
Created January 26, 2018 22:49
Show Gist options
  • Save devnoname120/796e43b00677788116020d76f3f3086e to your computer and use it in GitHub Desktop.
Save devnoname120/796e43b00677788116020d76f3f3086e to your computer and use it in GitHub Desktop.
OpenRCT2 Vita compilation log
#include <stdio.h>
#include <debugnet.h>
extern "C" {
static int nest = 0;
void __cyg_profile_func_enter(void *fn, void *callsite);
void __cyg_profile_func_enter(void *fn, void *callsite) {
for (int i = 0; i < nest; i++) {
debugNetPrintf(99, " ");
}
debugNetPrintf(99, "> %p %p\n", fn, callsite);
nest++;
}
void __cyg_profile_func_exit(void *fn, void *callsite);
void __cyg_profile_func_exit(void *fn, void *callsite) {
for (int i = 0; i < nest; i++) {
debugNetPrintf(99, " ");
}
debugNetPrintf(99, "< %p %p\n", fn, callsite);
nest--;
}
}
$ VERBOSE=1 make -j4
/opt/clion/bin/cmake/bin/cmake -H/home/rop/psv/OpenRCT2 -B/home/rop/psv/OpenRCT2/cmake-build-debug --check-build-system CMakeFiles/Makefile.cmake 0
/opt/clion/bin/cmake/bin/cmake -E cmake_progress_start /home/rop/psv/OpenRCT2/cmake-build-debug/CMakeFiles /home/rop/psv/OpenRCT2/cmake-build-debug/CMakeFiles/progress.marks
make -f CMakeFiles/Makefile2 all
make[1]: Entering directory '/home/rop/psv/OpenRCT2/cmake-build-debug'
make -f CMakeFiles/libopenrct2.dir/build.make CMakeFiles/libopenrct2.dir/depend
make[2]: Entering directory '/home/rop/psv/OpenRCT2/cmake-build-debug'
cd /home/rop/psv/OpenRCT2/cmake-build-debug && /opt/clion/bin/cmake/bin/cmake -E cmake_depends "Unix Makefiles" /home/rop/psv/OpenRCT2 /home/rop/psv/OpenRCT2 /home/rop/psv/OpenRCT2/cmake-build-debug /home/rop/psv/OpenRCT2/cmake-build-debug /home/rop/psv/OpenRCT2/cmake-build-debug/CMakeFiles/libopenrct2.dir/DependInfo.cmake --color=
make[2]: Leaving directory '/home/rop/psv/OpenRCT2/cmake-build-debug'
make -f CMakeFiles/libopenrct2.dir/build.make CMakeFiles/libopenrct2.dir/build
make[2]: Entering directory '/home/rop/psv/OpenRCT2/cmake-build-debug'
[ 0%] Building C object CMakeFiles/libopenrct2.dir/src/openrct2/cheats.c.obj
[ 0%] Building C object CMakeFiles/libopenrct2.dir/src/openrct2/cmdline_sprite.c.obj
[ 1%] Building C object CMakeFiles/libopenrct2.dir/src/openrct2/core/textinputbuffer.c.obj
/usr/local/vitasdk/bin/arm-vita-eabi-gcc -DDISABLE_HTTP -DDISABLE_NETWORK -DDISABLE_OPENGL -DDISABLE_TWITCH -DNO_RCT2 -DNO_TTF -DOPENRCT2_BRANCH=\"vita\" -DOPENRCT2_COMMIT_SHA1=\"5d6d2296d7409b4a606c663a7a1c13cee7211c90\" -DOPENRCT2_COMMIT_SHA1_SHORT=\"5d6d2296d\" -D__WARN_SUGGEST_FINAL_METHODS__ -D__WARN_SUGGEST_FINAL_TYPES__ -I/usr/local/vitasdk/arm-vita-eabi/include -I/usr/local/vitasdk/arm-vita-eabi/include/libpng16 -Wl,-q -Wno-error=date-time -Wredundant-decls -Wignored-qualifiers -Wstrict-overflow=1 -std=gnu11 -fstrict-overflow -finstrument-functions -fstrict-aliasing -DDEBUG=0 -fno-PIC -std=gnu11 -std=gnu11 -O0 -g -DDEBUG -D_DEBUG -Wundef -o CMakeFiles/libopenrct2.dir/src/openrct2/cheats.c.obj -c /home/rop/psv/OpenRCT2/src/openrct2/cheats.c
/usr/local/vitasdk/bin/arm-vita-eabi-gcc -DDISABLE_HTTP -DDISABLE_NETWORK -DDISABLE_OPENGL -DDISABLE_TWITCH -DNO_RCT2 -DNO_TTF -DOPENRCT2_BRANCH=\"vita\" -DOPENRCT2_COMMIT_SHA1=\"5d6d2296d7409b4a606c663a7a1c13cee7211c90\" -DOPENRCT2_COMMIT_SHA1_SHORT=\"5d6d2296d\" -D__WARN_SUGGEST_FINAL_METHODS__ -D__WARN_SUGGEST_FINAL_TYPES__ -I/usr/local/vitasdk/arm-vita-eabi/include -I/usr/local/vitasdk/arm-vita-eabi/include/libpng16 -Wl,-q -Wno-error=date-time -Wredundant-decls -Wignored-qualifiers -Wstrict-overflow=1 -std=gnu11 -fstrict-overflow -finstrument-functions -fstrict-aliasing -DDEBUG=0 -fno-PIC -std=gnu11 -std=gnu11 -O0 -g -DDEBUG -D_DEBUG -Wundef -o CMakeFiles/libopenrct2.dir/src/openrct2/cmdline_sprite.c.obj -c /home/rop/psv/OpenRCT2/src/openrct2/cmdline_sprite.c
/usr/local/vitasdk/bin/arm-vita-eabi-gcc -DDISABLE_HTTP -DDISABLE_NETWORK -DDISABLE_OPENGL -DDISABLE_TWITCH -DNO_RCT2 -DNO_TTF -DOPENRCT2_BRANCH=\"vita\" -DOPENRCT2_COMMIT_SHA1=\"5d6d2296d7409b4a606c663a7a1c13cee7211c90\" -DOPENRCT2_COMMIT_SHA1_SHORT=\"5d6d2296d\" -D__WARN_SUGGEST_FINAL_METHODS__ -D__WARN_SUGGEST_FINAL_TYPES__ -I/usr/local/vitasdk/arm-vita-eabi/include -I/usr/local/vitasdk/arm-vita-eabi/include/libpng16 -Wl,-q -Wno-error=date-time -Wredundant-decls -Wignored-qualifiers -Wstrict-overflow=1 -std=gnu11 -fstrict-overflow -finstrument-functions -fstrict-aliasing -DDEBUG=0 -fno-PIC -std=gnu11 -std=gnu11 -O0 -g -DDEBUG -D_DEBUG -Wundef -o CMakeFiles/libopenrct2.dir/src/openrct2/core/textinputbuffer.c.obj -c /home/rop/psv/OpenRCT2/src/openrct2/core/textinputbuffer.c
[ 1%] Building C object CMakeFiles/libopenrct2.dir/src/openrct2/diagnostic.c.obj
/usr/local/vitasdk/bin/arm-vita-eabi-gcc -DDISABLE_HTTP -DDISABLE_NETWORK -DDISABLE_OPENGL -DDISABLE_TWITCH -DNO_RCT2 -DNO_TTF -DOPENRCT2_BRANCH=\"vita\" -DOPENRCT2_COMMIT_SHA1=\"5d6d2296d7409b4a606c663a7a1c13cee7211c90\" -DOPENRCT2_COMMIT_SHA1_SHORT=\"5d6d2296d\" -D__WARN_SUGGEST_FINAL_METHODS__ -D__WARN_SUGGEST_FINAL_TYPES__ -I/usr/local/vitasdk/arm-vita-eabi/include -I/usr/local/vitasdk/arm-vita-eabi/include/libpng16 -Wl,-q -Wno-error=date-time -Wredundant-decls -Wignored-qualifiers -Wstrict-overflow=1 -std=gnu11 -fstrict-overflow -finstrument-functions -fstrict-aliasing -DDEBUG=0 -fno-PIC -std=gnu11 -std=gnu11 -O0 -g -DDEBUG -D_DEBUG -Wundef -o CMakeFiles/libopenrct2.dir/src/openrct2/diagnostic.c.obj -c /home/rop/psv/OpenRCT2/src/openrct2/diagnostic.c
<command-line>:0:0: warning: "DEBUG" redefined
<command-line>:0:0: note: this is the location of the previous definition
<command-line>:0:0: warning: "DEBUG" redefined
<command-line>:0:0: warning: "DEBUG" redefined
<command-line>:0:0: note: this is the location of the previous definition
<command-line>:0:0: note: this is the location of the previous definition
<command-line>:0:0: warning: "DEBUG" redefined
<command-line>:0:0: note: this is the location of the previous definition
/home/rop/psv/OpenRCT2/src/openrct2/cmdline_sprite.c: In function 'cmdline_for_sprite':
/home/rop/psv/OpenRCT2/src/openrct2/cmdline_sprite.c:651:89: warning: passing argument 6 of 'sprite_file_import' from incompatible pointer type [-Wincompatible-pointer-types]
if (!sprite_file_import(imagePath, x_offset, y_offset, &spriteElement, &buffer, &bufferLength, gSpriteMode))
^
/home/rop/psv/OpenRCT2/src/openrct2/cmdline_sprite.c:311:13: note: expected 'int *' but argument is of type 'sint32 * {aka long int *}'
static bool sprite_file_import(const char *path, sint16 x_offset, sint16 y_offset, rct_g1_element *outElement, uint8 **outBuffer, int *outBufferLength, sint32 mode)
^~~~~~~~~~~~~~~~~~
[ 1%] Building C object CMakeFiles/libopenrct2.dir/src/openrct2/drawing/drawing.c.obj
/usr/local/vitasdk/bin/arm-vita-eabi-gcc -DDISABLE_HTTP -DDISABLE_NETWORK -DDISABLE_OPENGL -DDISABLE_TWITCH -DNO_RCT2 -DNO_TTF -DOPENRCT2_BRANCH=\"vita\" -DOPENRCT2_COMMIT_SHA1=\"5d6d2296d7409b4a606c663a7a1c13cee7211c90\" -DOPENRCT2_COMMIT_SHA1_SHORT=\"5d6d2296d\" -D__WARN_SUGGEST_FINAL_METHODS__ -D__WARN_SUGGEST_FINAL_TYPES__ -I/usr/local/vitasdk/arm-vita-eabi/include -I/usr/local/vitasdk/arm-vita-eabi/include/libpng16 -Wl,-q -Wno-error=date-time -Wredundant-decls -Wignored-qualifiers -Wstrict-overflow=1 -std=gnu11 -fstrict-overflow -finstrument-functions -fstrict-aliasing -DDEBUG=0 -fno-PIC -std=gnu11 -std=gnu11 -O0 -g -DDEBUG -D_DEBUG -Wundef -o CMakeFiles/libopenrct2.dir/src/openrct2/drawing/drawing.c.obj -c /home/rop/psv/OpenRCT2/src/openrct2/drawing/drawing.c
[ 1%] Building C object CMakeFiles/libopenrct2.dir/src/openrct2/drawing/font.c.obj
/usr/local/vitasdk/bin/arm-vita-eabi-gcc -DDISABLE_HTTP -DDISABLE_NETWORK -DDISABLE_OPENGL -DDISABLE_TWITCH -DNO_RCT2 -DNO_TTF -DOPENRCT2_BRANCH=\"vita\" -DOPENRCT2_COMMIT_SHA1=\"5d6d2296d7409b4a606c663a7a1c13cee7211c90\" -DOPENRCT2_COMMIT_SHA1_SHORT=\"5d6d2296d\" -D__WARN_SUGGEST_FINAL_METHODS__ -D__WARN_SUGGEST_FINAL_TYPES__ -I/usr/local/vitasdk/arm-vita-eabi/include -I/usr/local/vitasdk/arm-vita-eabi/include/libpng16 -Wl,-q -Wno-error=date-time -Wredundant-decls -Wignored-qualifiers -Wstrict-overflow=1 -std=gnu11 -fstrict-overflow -finstrument-functions -fstrict-aliasing -DDEBUG=0 -fno-PIC -std=gnu11 -std=gnu11 -O0 -g -DDEBUG -D_DEBUG -Wundef -o CMakeFiles/libopenrct2.dir/src/openrct2/drawing/font.c.obj -c /home/rop/psv/OpenRCT2/src/openrct2/drawing/font.c
<command-line>:0:0: warning: "DEBUG" redefined
<command-line>:0:0: note: this is the location of the previous definition
<command-line>:0:0: warning: "DEBUG" redefined
<command-line>:0:0: note: this is the location of the previous definition
[ 2%] Building C object CMakeFiles/libopenrct2.dir/src/openrct2/drawing/lightfx.c.obj
/usr/local/vitasdk/bin/arm-vita-eabi-gcc -DDISABLE_HTTP -DDISABLE_NETWORK -DDISABLE_OPENGL -DDISABLE_TWITCH -DNO_RCT2 -DNO_TTF -DOPENRCT2_BRANCH=\"vita\" -DOPENRCT2_COMMIT_SHA1=\"5d6d2296d7409b4a606c663a7a1c13cee7211c90\" -DOPENRCT2_COMMIT_SHA1_SHORT=\"5d6d2296d\" -D__WARN_SUGGEST_FINAL_METHODS__ -D__WARN_SUGGEST_FINAL_TYPES__ -I/usr/local/vitasdk/arm-vita-eabi/include -I/usr/local/vitasdk/arm-vita-eabi/include/libpng16 -Wl,-q -Wno-error=date-time -Wredundant-decls -Wignored-qualifiers -Wstrict-overflow=1 -std=gnu11 -fstrict-overflow -finstrument-functions -fstrict-aliasing -DDEBUG=0 -fno-PIC -std=gnu11 -std=gnu11 -O0 -g -DDEBUG -D_DEBUG -Wundef -o CMakeFiles/libopenrct2.dir/src/openrct2/drawing/lightfx.c.obj -c /home/rop/psv/OpenRCT2/src/openrct2/drawing/lightfx.c
<command-line>:0:0: warning: "DEBUG" redefined
<command-line>:0:0: note: this is the location of the previous definition
[ 2%] Building C object CMakeFiles/libopenrct2.dir/src/openrct2/drawing/line.c.obj
/usr/local/vitasdk/bin/arm-vita-eabi-gcc -DDISABLE_HTTP -DDISABLE_NETWORK -DDISABLE_OPENGL -DDISABLE_TWITCH -DNO_RCT2 -DNO_TTF -DOPENRCT2_BRANCH=\"vita\" -DOPENRCT2_COMMIT_SHA1=\"5d6d2296d7409b4a606c663a7a1c13cee7211c90\" -DOPENRCT2_COMMIT_SHA1_SHORT=\"5d6d2296d\" -D__WARN_SUGGEST_FINAL_METHODS__ -D__WARN_SUGGEST_FINAL_TYPES__ -I/usr/local/vitasdk/arm-vita-eabi/include -I/usr/local/vitasdk/arm-vita-eabi/include/libpng16 -Wl,-q -Wno-error=date-time -Wredundant-decls -Wignored-qualifiers -Wstrict-overflow=1 -std=gnu11 -fstrict-overflow -finstrument-functions -fstrict-aliasing -DDEBUG=0 -fno-PIC -std=gnu11 -std=gnu11 -O0 -g -DDEBUG -D_DEBUG -Wundef -o CMakeFiles/libopenrct2.dir/src/openrct2/drawing/line.c.obj -c /home/rop/psv/OpenRCT2/src/openrct2/drawing/line.c
[ 2%] Building C object CMakeFiles/libopenrct2.dir/src/openrct2/drawing/rect.c.obj
/usr/local/vitasdk/bin/arm-vita-eabi-gcc -DDISABLE_HTTP -DDISABLE_NETWORK -DDISABLE_OPENGL -DDISABLE_TWITCH -DNO_RCT2 -DNO_TTF -DOPENRCT2_BRANCH=\"vita\" -DOPENRCT2_COMMIT_SHA1=\"5d6d2296d7409b4a606c663a7a1c13cee7211c90\" -DOPENRCT2_COMMIT_SHA1_SHORT=\"5d6d2296d\" -D__WARN_SUGGEST_FINAL_METHODS__ -D__WARN_SUGGEST_FINAL_TYPES__ -I/usr/local/vitasdk/arm-vita-eabi/include -I/usr/local/vitasdk/arm-vita-eabi/include/libpng16 -Wl,-q -Wno-error=date-time -Wredundant-decls -Wignored-qualifiers -Wstrict-overflow=1 -std=gnu11 -fstrict-overflow -finstrument-functions -fstrict-aliasing -DDEBUG=0 -fno-PIC -std=gnu11 -std=gnu11 -O0 -g -DDEBUG -D_DEBUG -Wundef -o CMakeFiles/libopenrct2.dir/src/openrct2/drawing/rect.c.obj -c /home/rop/psv/OpenRCT2/src/openrct2/drawing/rect.c
<command-line>:0:0: warning: "DEBUG" redefined
<command-line>:0:0: note: this is the location of the previous definition
<command-line>:0:0: warning: "DEBUG" redefined
<command-line>:0:0: note: this is the location of the previous definition
[ 2%] Building C object CMakeFiles/libopenrct2.dir/src/openrct2/drawing/scrolling_text.c.obj
/usr/local/vitasdk/bin/arm-vita-eabi-gcc -DDISABLE_HTTP -DDISABLE_NETWORK -DDISABLE_OPENGL -DDISABLE_TWITCH -DNO_RCT2 -DNO_TTF -DOPENRCT2_BRANCH=\"vita\" -DOPENRCT2_COMMIT_SHA1=\"5d6d2296d7409b4a606c663a7a1c13cee7211c90\" -DOPENRCT2_COMMIT_SHA1_SHORT=\"5d6d2296d\" -D__WARN_SUGGEST_FINAL_METHODS__ -D__WARN_SUGGEST_FINAL_TYPES__ -I/usr/local/vitasdk/arm-vita-eabi/include -I/usr/local/vitasdk/arm-vita-eabi/include/libpng16 -Wl,-q -Wno-error=date-time -Wredundant-decls -Wignored-qualifiers -Wstrict-overflow=1 -std=gnu11 -fstrict-overflow -finstrument-functions -fstrict-aliasing -DDEBUG=0 -fno-PIC -std=gnu11 -std=gnu11 -O0 -g -DDEBUG -D_DEBUG -Wundef -o CMakeFiles/libopenrct2.dir/src/openrct2/drawing/scrolling_text.c.obj -c /home/rop/psv/OpenRCT2/src/openrct2/drawing/scrolling_text.c
[ 3%] Building C object CMakeFiles/libopenrct2.dir/src/openrct2/drawing/string.c.obj
/usr/local/vitasdk/bin/arm-vita-eabi-gcc -DDISABLE_HTTP -DDISABLE_NETWORK -DDISABLE_OPENGL -DDISABLE_TWITCH -DNO_RCT2 -DNO_TTF -DOPENRCT2_BRANCH=\"vita\" -DOPENRCT2_COMMIT_SHA1=\"5d6d2296d7409b4a606c663a7a1c13cee7211c90\" -DOPENRCT2_COMMIT_SHA1_SHORT=\"5d6d2296d\" -D__WARN_SUGGEST_FINAL_METHODS__ -D__WARN_SUGGEST_FINAL_TYPES__ -I/usr/local/vitasdk/arm-vita-eabi/include -I/usr/local/vitasdk/arm-vita-eabi/include/libpng16 -Wl,-q -Wno-error=date-time -Wredundant-decls -Wignored-qualifiers -Wstrict-overflow=1 -std=gnu11 -fstrict-overflow -finstrument-functions -fstrict-aliasing -DDEBUG=0 -fno-PIC -std=gnu11 -std=gnu11 -O0 -g -DDEBUG -D_DEBUG -Wundef -o CMakeFiles/libopenrct2.dir/src/openrct2/drawing/string.c.obj -c /home/rop/psv/OpenRCT2/src/openrct2/drawing/string.c
<command-line>:0:0: warning: "DEBUG" redefined
<command-line>:0:0: note: this is the location of the previous definition
[ 3%] Building C object CMakeFiles/libopenrct2.dir/src/openrct2/drawing/ttf.c.obj
/usr/local/vitasdk/bin/arm-vita-eabi-gcc -DDISABLE_HTTP -DDISABLE_NETWORK -DDISABLE_OPENGL -DDISABLE_TWITCH -DNO_RCT2 -DNO_TTF -DOPENRCT2_BRANCH=\"vita\" -DOPENRCT2_COMMIT_SHA1=\"5d6d2296d7409b4a606c663a7a1c13cee7211c90\" -DOPENRCT2_COMMIT_SHA1_SHORT=\"5d6d2296d\" -D__WARN_SUGGEST_FINAL_METHODS__ -D__WARN_SUGGEST_FINAL_TYPES__ -I/usr/local/vitasdk/arm-vita-eabi/include -I/usr/local/vitasdk/arm-vita-eabi/include/libpng16 -Wl,-q -Wno-error=date-time -Wredundant-decls -Wignored-qualifiers -Wstrict-overflow=1 -std=gnu11 -fstrict-overflow -finstrument-functions -fstrict-aliasing -DDEBUG=0 -fno-PIC -std=gnu11 -std=gnu11 -O0 -g -DDEBUG -D_DEBUG -Wundef -o CMakeFiles/libopenrct2.dir/src/openrct2/drawing/ttf.c.obj -c /home/rop/psv/OpenRCT2/src/openrct2/drawing/ttf.c
<command-line>:0:0: warning: "DEBUG" redefined
<command-line>:0:0: note: this is the location of the previous definition
[ 3%] Building C object CMakeFiles/libopenrct2.dir/src/openrct2/drawing/ttf_sdlport.c.obj
/usr/local/vitasdk/bin/arm-vita-eabi-gcc -DDISABLE_HTTP -DDISABLE_NETWORK -DDISABLE_OPENGL -DDISABLE_TWITCH -DNO_RCT2 -DNO_TTF -DOPENRCT2_BRANCH=\"vita\" -DOPENRCT2_COMMIT_SHA1=\"5d6d2296d7409b4a606c663a7a1c13cee7211c90\" -DOPENRCT2_COMMIT_SHA1_SHORT=\"5d6d2296d\" -D__WARN_SUGGEST_FINAL_METHODS__ -D__WARN_SUGGEST_FINAL_TYPES__ -I/usr/local/vitasdk/arm-vita-eabi/include -I/usr/local/vitasdk/arm-vita-eabi/include/libpng16 -Wl,-q -Wno-error=date-time -Wredundant-decls -Wignored-qualifiers -Wstrict-overflow=1 -std=gnu11 -fstrict-overflow -finstrument-functions -fstrict-aliasing -DDEBUG=0 -fno-PIC -std=gnu11 -std=gnu11 -O0 -g -DDEBUG -D_DEBUG -Wundef -o CMakeFiles/libopenrct2.dir/src/openrct2/drawing/ttf_sdlport.c.obj -c /home/rop/psv/OpenRCT2/src/openrct2/drawing/ttf_sdlport.c
<command-line>:0:0: warning: "DEBUG" redefined
<command-line>:0:0: note: this is the location of the previous definition
<command-line>:0:0: warning: "DEBUG" redefined
<command-line>:0:0: note: this is the location of the previous definition
[ 3%] Building C object CMakeFiles/libopenrct2.dir/src/openrct2/editor.c.obj
/usr/local/vitasdk/bin/arm-vita-eabi-gcc -DDISABLE_HTTP -DDISABLE_NETWORK -DDISABLE_OPENGL -DDISABLE_TWITCH -DNO_RCT2 -DNO_TTF -DOPENRCT2_BRANCH=\"vita\" -DOPENRCT2_COMMIT_SHA1=\"5d6d2296d7409b4a606c663a7a1c13cee7211c90\" -DOPENRCT2_COMMIT_SHA1_SHORT=\"5d6d2296d\" -D__WARN_SUGGEST_FINAL_METHODS__ -D__WARN_SUGGEST_FINAL_TYPES__ -I/usr/local/vitasdk/arm-vita-eabi/include -I/usr/local/vitasdk/arm-vita-eabi/include/libpng16 -Wl,-q -Wno-error=date-time -Wredundant-decls -Wignored-qualifiers -Wstrict-overflow=1 -std=gnu11 -fstrict-overflow -finstrument-functions -fstrict-aliasing -DDEBUG=0 -fno-PIC -std=gnu11 -std=gnu11 -O0 -g -DDEBUG -D_DEBUG -Wundef -o CMakeFiles/libopenrct2.dir/src/openrct2/editor.c.obj -c /home/rop/psv/OpenRCT2/src/openrct2/editor.c
<command-line>:0:0: warning: "DEBUG" redefined
<command-line>:0:0: note: this is the location of the previous definition
[ 4%] Building C object CMakeFiles/libopenrct2.dir/src/openrct2/game.c.obj
/usr/local/vitasdk/bin/arm-vita-eabi-gcc -DDISABLE_HTTP -DDISABLE_NETWORK -DDISABLE_OPENGL -DDISABLE_TWITCH -DNO_RCT2 -DNO_TTF -DOPENRCT2_BRANCH=\"vita\" -DOPENRCT2_COMMIT_SHA1=\"5d6d2296d7409b4a606c663a7a1c13cee7211c90\" -DOPENRCT2_COMMIT_SHA1_SHORT=\"5d6d2296d\" -D__WARN_SUGGEST_FINAL_METHODS__ -D__WARN_SUGGEST_FINAL_TYPES__ -I/usr/local/vitasdk/arm-vita-eabi/include -I/usr/local/vitasdk/arm-vita-eabi/include/libpng16 -Wl,-q -Wno-error=date-time -Wredundant-decls -Wignored-qualifiers -Wstrict-overflow=1 -std=gnu11 -fstrict-overflow -finstrument-functions -fstrict-aliasing -DDEBUG=0 -fno-PIC -std=gnu11 -std=gnu11 -O0 -g -DDEBUG -D_DEBUG -Wundef -o CMakeFiles/libopenrct2.dir/src/openrct2/game.c.obj -c /home/rop/psv/OpenRCT2/src/openrct2/game.c
<command-line>:0:0: warning: "DEBUG" redefined
<command-line>:0:0: note: this is the location of the previous definition
[ 4%] Building C object CMakeFiles/libopenrct2.dir/src/openrct2/input.c.obj
/usr/local/vitasdk/bin/arm-vita-eabi-gcc -DDISABLE_HTTP -DDISABLE_NETWORK -DDISABLE_OPENGL -DDISABLE_TWITCH -DNO_RCT2 -DNO_TTF -DOPENRCT2_BRANCH=\"vita\" -DOPENRCT2_COMMIT_SHA1=\"5d6d2296d7409b4a606c663a7a1c13cee7211c90\" -DOPENRCT2_COMMIT_SHA1_SHORT=\"5d6d2296d\" -D__WARN_SUGGEST_FINAL_METHODS__ -D__WARN_SUGGEST_FINAL_TYPES__ -I/usr/local/vitasdk/arm-vita-eabi/include -I/usr/local/vitasdk/arm-vita-eabi/include/libpng16 -Wl,-q -Wno-error=date-time -Wredundant-decls -Wignored-qualifiers -Wstrict-overflow=1 -std=gnu11 -fstrict-overflow -finstrument-functions -fstrict-aliasing -DDEBUG=0 -fno-PIC -std=gnu11 -std=gnu11 -O0 -g -DDEBUG -D_DEBUG -Wundef -o CMakeFiles/libopenrct2.dir/src/openrct2/input.c.obj -c /home/rop/psv/OpenRCT2/src/openrct2/input.c
<command-line>:0:0: warning: "DEBUG" redefined
<command-line>:0:0: note: this is the location of the previous definition
/home/rop/psv/OpenRCT2/src/openrct2/game.c: In function 'game_do_command_p':
/home/rop/psv/OpenRCT2/src/openrct2/game.c:534:47: warning: passing argument 2 of 'game_log_multiplayer_command' from incompatible pointer type [-Wincompatible-pointer-types]
game_log_multiplayer_command(command, eax, ebx, ecx, edx, edi, ebp);
^~~
In file included from /home/rop/psv/OpenRCT2/src/openrct2/game.c:23:0:
/home/rop/psv/OpenRCT2/src/openrct2/game.h:169:6: note: expected 'int *' but argument is of type 'sint32 * {aka long int *}'
void game_log_multiplayer_command(int command, int *eax, int* ebx, int* ecx, int* edx, int* edi, int* ebp);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/rop/psv/OpenRCT2/src/openrct2/game.c:534:52: warning: passing argument 3 of 'game_log_multiplayer_command' from incompatible pointer type [-Wincompatible-pointer-types]
game_log_multiplayer_command(command, eax, ebx, ecx, edx, edi, ebp);
^~~
In file included from /home/rop/psv/OpenRCT2/src/openrct2/game.c:23:0:
/home/rop/psv/OpenRCT2/src/openrct2/game.h:169:6: note: expected 'int *' but argument is of type 'sint32 * {aka long int *}'
void game_log_multiplayer_command(int command, int *eax, int* ebx, int* ecx, int* edx, int* edi, int* ebp);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/rop/psv/OpenRCT2/src/openrct2/game.c:534:57: warning: passing argument 4 of 'game_log_multiplayer_command' from incompatible pointer type [-Wincompatible-pointer-types]
game_log_multiplayer_command(command, eax, ebx, ecx, edx, edi, ebp);
^~~
In file included from /home/rop/psv/OpenRCT2/src/openrct2/game.c:23:0:
/home/rop/psv/OpenRCT2/src/openrct2/game.h:169:6: note: expected 'int *' but argument is of type 'sint32 * {aka long int *}'
void game_log_multiplayer_command(int command, int *eax, int* ebx, int* ecx, int* edx, int* edi, int* ebp);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/rop/psv/OpenRCT2/src/openrct2/game.c:534:62: warning: passing argument 5 of 'game_log_multiplayer_command' from incompatible pointer type [-Wincompatible-pointer-types]
game_log_multiplayer_command(command, eax, ebx, ecx, edx, edi, ebp);
^~~
In file included from /home/rop/psv/OpenRCT2/src/openrct2/game.c:23:0:
/home/rop/psv/OpenRCT2/src/openrct2/game.h:169:6: note: expected 'int *' but argument is of type 'sint32 * {aka long int *}'
void game_log_multiplayer_command(int command, int *eax, int* ebx, int* ecx, int* edx, int* edi, int* ebp);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/rop/psv/OpenRCT2/src/openrct2/game.c:534:67: warning: passing argument 6 of 'game_log_multiplayer_command' from incompatible pointer type [-Wincompatible-pointer-types]
game_log_multiplayer_command(command, eax, ebx, ecx, edx, edi, ebp);
^~~
In file included from /home/rop/psv/OpenRCT2/src/openrct2/game.c:23:0:
/home/rop/psv/OpenRCT2/src/openrct2/game.h:169:6: note: expected 'int *' but argument is of type 'sint32 * {aka long int *}'
void game_log_multiplayer_command(int command, int *eax, int* ebx, int* ecx, int* edx, int* edi, int* ebp);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/rop/psv/OpenRCT2/src/openrct2/game.c:534:72: warning: passing argument 7 of 'game_log_multiplayer_command' from incompatible pointer type [-Wincompatible-pointer-types]
game_log_multiplayer_command(command, eax, ebx, ecx, edx, edi, ebp);
^~~
In file included from /home/rop/psv/OpenRCT2/src/openrct2/game.c:23:0:
/home/rop/psv/OpenRCT2/src/openrct2/game.h:169:6: note: expected 'int *' but argument is of type 'sint32 * {aka long int *}'
void game_log_multiplayer_command(int command, int *eax, int* ebx, int* ecx, int* edx, int* edi, int* ebp);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/rop/psv/OpenRCT2/src/openrct2/game.c: In function 'limit_autosave_count':
/home/rop/psv/OpenRCT2/src/openrct2/game.c:1286:59: warning: passing argument 4 of 'qsort' from incompatible pointer type [-Wincompatible-pointer-types]
qsort (autosaveFiles, autosavesCount, sizeof (char*), compare_autosave_file_paths);
^~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/local/vitasdk/arm-vita-eabi/include/assert.h:9:0,
from /home/rop/psv/OpenRCT2/src/openrct2/audio/../common.h:29,
from /home/rop/psv/OpenRCT2/src/openrct2/audio/audio.h:19,
from /home/rop/psv/OpenRCT2/src/openrct2/game.c:17:
/usr/local/vitasdk/arm-vita-eabi/include/stdlib.h:124:7: note: expected '__compar_fn_t {aka int (*)(const void *, const void *)}' but argument is of type 'sint32 (*)(const void *, const void *) {aka long int (*)(const void *, const void *)}'
_VOID _EXFUN(qsort,(_PTR __base, size_t __nmemb, size_t __size, __compar_fn_t _compar));
^
[ 4%] Building C object CMakeFiles/libopenrct2.dir/src/openrct2/interface/chat.c.obj
/usr/local/vitasdk/bin/arm-vita-eabi-gcc -DDISABLE_HTTP -DDISABLE_NETWORK -DDISABLE_OPENGL -DDISABLE_TWITCH -DNO_RCT2 -DNO_TTF -DOPENRCT2_BRANCH=\"vita\" -DOPENRCT2_COMMIT_SHA1=\"5d6d2296d7409b4a606c663a7a1c13cee7211c90\" -DOPENRCT2_COMMIT_SHA1_SHORT=\"5d6d2296d\" -D__WARN_SUGGEST_FINAL_METHODS__ -D__WARN_SUGGEST_FINAL_TYPES__ -I/usr/local/vitasdk/arm-vita-eabi/include -I/usr/local/vitasdk/arm-vita-eabi/include/libpng16 -Wl,-q -Wno-error=date-time -Wredundant-decls -Wignored-qualifiers -Wstrict-overflow=1 -std=gnu11 -fstrict-overflow -finstrument-functions -fstrict-aliasing -DDEBUG=0 -fno-PIC -std=gnu11 -std=gnu11 -O0 -g -DDEBUG -D_DEBUG -Wundef -o CMakeFiles/libopenrct2.dir/src/openrct2/interface/chat.c.obj -c /home/rop/psv/OpenRCT2/src/openrct2/interface/chat.c
<command-line>:0:0: warning: "DEBUG" redefined
<command-line>:0:0: note: this is the location of the previous definition
[ 4%] Building C object CMakeFiles/libopenrct2.dir/src/openrct2/interface/colour.c.obj
/usr/local/vitasdk/bin/arm-vita-eabi-gcc -DDISABLE_HTTP -DDISABLE_NETWORK -DDISABLE_OPENGL -DDISABLE_TWITCH -DNO_RCT2 -DNO_TTF -DOPENRCT2_BRANCH=\"vita\" -DOPENRCT2_COMMIT_SHA1=\"5d6d2296d7409b4a606c663a7a1c13cee7211c90\" -DOPENRCT2_COMMIT_SHA1_SHORT=\"5d6d2296d\" -D__WARN_SUGGEST_FINAL_METHODS__ -D__WARN_SUGGEST_FINAL_TYPES__ -I/usr/local/vitasdk/arm-vita-eabi/include -I/usr/local/vitasdk/arm-vita-eabi/include/libpng16 -Wl,-q -Wno-error=date-time -Wredundant-decls -Wignored-qualifiers -Wstrict-overflow=1 -std=gnu11 -fstrict-overflow -finstrument-functions -fstrict-aliasing -DDEBUG=0 -fno-PIC -std=gnu11 -std=gnu11 -O0 -g -DDEBUG -D_DEBUG -Wundef -o CMakeFiles/libopenrct2.dir/src/openrct2/interface/colour.c.obj -c /home/rop/psv/OpenRCT2/src/openrct2/interface/colour.c
<command-line>:0:0: warning: "DEBUG" redefined
<command-line>:0:0: note: this is the location of the previous definition
[ 5%] Building C object CMakeFiles/libopenrct2.dir/src/openrct2/interface/console.c.obj
/usr/local/vitasdk/bin/arm-vita-eabi-gcc -DDISABLE_HTTP -DDISABLE_NETWORK -DDISABLE_OPENGL -DDISABLE_TWITCH -DNO_RCT2 -DNO_TTF -DOPENRCT2_BRANCH=\"vita\" -DOPENRCT2_COMMIT_SHA1=\"5d6d2296d7409b4a606c663a7a1c13cee7211c90\" -DOPENRCT2_COMMIT_SHA1_SHORT=\"5d6d2296d\" -D__WARN_SUGGEST_FINAL_METHODS__ -D__WARN_SUGGEST_FINAL_TYPES__ -I/usr/local/vitasdk/arm-vita-eabi/include -I/usr/local/vitasdk/arm-vita-eabi/include/libpng16 -Wl,-q -Wno-error=date-time -Wredundant-decls -Wignored-qualifiers -Wstrict-overflow=1 -std=gnu11 -fstrict-overflow -finstrument-functions -fstrict-aliasing -DDEBUG=0 -fno-PIC -std=gnu11 -std=gnu11 -O0 -g -DDEBUG -D_DEBUG -Wundef -o CMakeFiles/libopenrct2.dir/src/openrct2/interface/console.c.obj -c /home/rop/psv/OpenRCT2/src/openrct2/interface/console.c
<command-line>:0:0: warning: "DEBUG" redefined
<command-line>:0:0: note: this is the location of the previous definition
[ 5%] Building C object CMakeFiles/libopenrct2.dir/src/openrct2/interface/graph.c.obj
/usr/local/vitasdk/bin/arm-vita-eabi-gcc -DDISABLE_HTTP -DDISABLE_NETWORK -DDISABLE_OPENGL -DDISABLE_TWITCH -DNO_RCT2 -DNO_TTF -DOPENRCT2_BRANCH=\"vita\" -DOPENRCT2_COMMIT_SHA1=\"5d6d2296d7409b4a606c663a7a1c13cee7211c90\" -DOPENRCT2_COMMIT_SHA1_SHORT=\"5d6d2296d\" -D__WARN_SUGGEST_FINAL_METHODS__ -D__WARN_SUGGEST_FINAL_TYPES__ -I/usr/local/vitasdk/arm-vita-eabi/include -I/usr/local/vitasdk/arm-vita-eabi/include/libpng16 -Wl,-q -Wno-error=date-time -Wredundant-decls -Wignored-qualifiers -Wstrict-overflow=1 -std=gnu11 -fstrict-overflow -finstrument-functions -fstrict-aliasing -DDEBUG=0 -fno-PIC -std=gnu11 -std=gnu11 -O0 -g -DDEBUG -D_DEBUG -Wundef -o CMakeFiles/libopenrct2.dir/src/openrct2/interface/graph.c.obj -c /home/rop/psv/OpenRCT2/src/openrct2/interface/graph.c
<command-line>:0:0: warning: "DEBUG" redefined
<command-line>:0:0: note: this is the location of the previous definition
[ 5%] Building C object CMakeFiles/libopenrct2.dir/src/openrct2/interface/land_tool.c.obj
/usr/local/vitasdk/bin/arm-vita-eabi-gcc -DDISABLE_HTTP -DDISABLE_NETWORK -DDISABLE_OPENGL -DDISABLE_TWITCH -DNO_RCT2 -DNO_TTF -DOPENRCT2_BRANCH=\"vita\" -DOPENRCT2_COMMIT_SHA1=\"5d6d2296d7409b4a606c663a7a1c13cee7211c90\" -DOPENRCT2_COMMIT_SHA1_SHORT=\"5d6d2296d\" -D__WARN_SUGGEST_FINAL_METHODS__ -D__WARN_SUGGEST_FINAL_TYPES__ -I/usr/local/vitasdk/arm-vita-eabi/include -I/usr/local/vitasdk/arm-vita-eabi/include/libpng16 -Wl,-q -Wno-error=date-time -Wredundant-decls -Wignored-qualifiers -Wstrict-overflow=1 -std=gnu11 -fstrict-overflow -finstrument-functions -fstrict-aliasing -DDEBUG=0 -fno-PIC -std=gnu11 -std=gnu11 -O0 -g -DDEBUG -D_DEBUG -Wundef -o CMakeFiles/libopenrct2.dir/src/openrct2/interface/land_tool.c.obj -c /home/rop/psv/OpenRCT2/src/openrct2/interface/land_tool.c
<command-line>:0:0: warning: "DEBUG" redefined
<command-line>:0:0: note: this is the location of the previous definition
[ 5%] Building C object CMakeFiles/libopenrct2.dir/src/openrct2/interface/viewport.c.obj
/usr/local/vitasdk/bin/arm-vita-eabi-gcc -DDISABLE_HTTP -DDISABLE_NETWORK -DDISABLE_OPENGL -DDISABLE_TWITCH -DNO_RCT2 -DNO_TTF -DOPENRCT2_BRANCH=\"vita\" -DOPENRCT2_COMMIT_SHA1=\"5d6d2296d7409b4a606c663a7a1c13cee7211c90\" -DOPENRCT2_COMMIT_SHA1_SHORT=\"5d6d2296d\" -D__WARN_SUGGEST_FINAL_METHODS__ -D__WARN_SUGGEST_FINAL_TYPES__ -I/usr/local/vitasdk/arm-vita-eabi/include -I/usr/local/vitasdk/arm-vita-eabi/include/libpng16 -Wl,-q -Wno-error=date-time -Wredundant-decls -Wignored-qualifiers -Wstrict-overflow=1 -std=gnu11 -fstrict-overflow -finstrument-functions -fstrict-aliasing -DDEBUG=0 -fno-PIC -std=gnu11 -std=gnu11 -O0 -g -DDEBUG -D_DEBUG -Wundef -o CMakeFiles/libopenrct2.dir/src/openrct2/interface/viewport.c.obj -c /home/rop/psv/OpenRCT2/src/openrct2/interface/viewport.c
<command-line>:0:0: warning: "DEBUG" redefined
<command-line>:0:0: note: this is the location of the previous definition
[ 6%] Building C object CMakeFiles/libopenrct2.dir/src/openrct2/interface/viewport_interaction.c.obj
/usr/local/vitasdk/bin/arm-vita-eabi-gcc -DDISABLE_HTTP -DDISABLE_NETWORK -DDISABLE_OPENGL -DDISABLE_TWITCH -DNO_RCT2 -DNO_TTF -DOPENRCT2_BRANCH=\"vita\" -DOPENRCT2_COMMIT_SHA1=\"5d6d2296d7409b4a606c663a7a1c13cee7211c90\" -DOPENRCT2_COMMIT_SHA1_SHORT=\"5d6d2296d\" -D__WARN_SUGGEST_FINAL_METHODS__ -D__WARN_SUGGEST_FINAL_TYPES__ -I/usr/local/vitasdk/arm-vita-eabi/include -I/usr/local/vitasdk/arm-vita-eabi/include/libpng16 -Wl,-q -Wno-error=date-time -Wredundant-decls -Wignored-qualifiers -Wstrict-overflow=1 -std=gnu11 -fstrict-overflow -finstrument-functions -fstrict-aliasing -DDEBUG=0 -fno-PIC -std=gnu11 -std=gnu11 -O0 -g -DDEBUG -D_DEBUG -Wundef -o CMakeFiles/libopenrct2.dir/src/openrct2/interface/viewport_interaction.c.obj -c /home/rop/psv/OpenRCT2/src/openrct2/interface/viewport_interaction.c
<command-line>:0:0: warning: "DEBUG" redefined
<command-line>:0:0: note: this is the location of the previous definition
[ 6%] Building C object CMakeFiles/libopenrct2.dir/src/openrct2/interface/widget.c.obj
/usr/local/vitasdk/bin/arm-vita-eabi-gcc -DDISABLE_HTTP -DDISABLE_NETWORK -DDISABLE_OPENGL -DDISABLE_TWITCH -DNO_RCT2 -DNO_TTF -DOPENRCT2_BRANCH=\"vita\" -DOPENRCT2_COMMIT_SHA1=\"5d6d2296d7409b4a606c663a7a1c13cee7211c90\" -DOPENRCT2_COMMIT_SHA1_SHORT=\"5d6d2296d\" -D__WARN_SUGGEST_FINAL_METHODS__ -D__WARN_SUGGEST_FINAL_TYPES__ -I/usr/local/vitasdk/arm-vita-eabi/include -I/usr/local/vitasdk/arm-vita-eabi/include/libpng16 -Wl,-q -Wno-error=date-time -Wredundant-decls -Wignored-qualifiers -Wstrict-overflow=1 -std=gnu11 -fstrict-overflow -finstrument-functions -fstrict-aliasing -DDEBUG=0 -fno-PIC -std=gnu11 -std=gnu11 -O0 -g -DDEBUG -D_DEBUG -Wundef -o CMakeFiles/libopenrct2.dir/src/openrct2/interface/widget.c.obj -c /home/rop/psv/OpenRCT2/src/openrct2/interface/widget.c
<command-line>:0:0: warning: "DEBUG" redefined
<command-line>:0:0: note: this is the location of the previous definition
[ 6%] Building C object CMakeFiles/libopenrct2.dir/src/openrct2/interface/window.c.obj
/usr/local/vitasdk/bin/arm-vita-eabi-gcc -DDISABLE_HTTP -DDISABLE_NETWORK -DDISABLE_OPENGL -DDISABLE_TWITCH -DNO_RCT2 -DNO_TTF -DOPENRCT2_BRANCH=\"vita\" -DOPENRCT2_COMMIT_SHA1=\"5d6d2296d7409b4a606c663a7a1c13cee7211c90\" -DOPENRCT2_COMMIT_SHA1_SHORT=\"5d6d2296d\" -D__WARN_SUGGEST_FINAL_METHODS__ -D__WARN_SUGGEST_FINAL_TYPES__ -I/usr/local/vitasdk/arm-vita-eabi/include -I/usr/local/vitasdk/arm-vita-eabi/include/libpng16 -Wl,-q -Wno-error=date-time -Wredundant-decls -Wignored-qualifiers -Wstrict-overflow=1 -std=gnu11 -fstrict-overflow -finstrument-functions -fstrict-aliasing -DDEBUG=0 -fno-PIC -std=gnu11 -std=gnu11 -O0 -g -DDEBUG -D_DEBUG -Wundef -o CMakeFiles/libopenrct2.dir/src/openrct2/interface/window.c.obj -c /home/rop/psv/OpenRCT2/src/openrct2/interface/window.c
[ 6%] Building C object CMakeFiles/libopenrct2.dir/src/openrct2/intro.c.obj
/usr/local/vitasdk/bin/arm-vita-eabi-gcc -DDISABLE_HTTP -DDISABLE_NETWORK -DDISABLE_OPENGL -DDISABLE_TWITCH -DNO_RCT2 -DNO_TTF -DOPENRCT2_BRANCH=\"vita\" -DOPENRCT2_COMMIT_SHA1=\"5d6d2296d7409b4a606c663a7a1c13cee7211c90\" -DOPENRCT2_COMMIT_SHA1_SHORT=\"5d6d2296d\" -D__WARN_SUGGEST_FINAL_METHODS__ -D__WARN_SUGGEST_FINAL_TYPES__ -I/usr/local/vitasdk/arm-vita-eabi/include -I/usr/local/vitasdk/arm-vita-eabi/include/libpng16 -Wl,-q -Wno-error=date-time -Wredundant-decls -Wignored-qualifiers -Wstrict-overflow=1 -std=gnu11 -fstrict-overflow -finstrument-functions -fstrict-aliasing -DDEBUG=0 -fno-PIC -std=gnu11 -std=gnu11 -O0 -g -DDEBUG -D_DEBUG -Wundef -o CMakeFiles/libopenrct2.dir/src/openrct2/intro.c.obj -c /home/rop/psv/OpenRCT2/src/openrct2/intro.c
<command-line>:0:0: warning: "DEBUG" redefined
<command-line>:0:0: note: this is the location of the previous definition
<command-line>:0:0: warning: "DEBUG" redefined
<command-line>:0:0: note: this is the location of the previous definition
[ 7%] Building C object CMakeFiles/libopenrct2.dir/src/openrct2/localisation/convert.c.obj
/usr/local/vitasdk/bin/arm-vita-eabi-gcc -DDISABLE_HTTP -DDISABLE_NETWORK -DDISABLE_OPENGL -DDISABLE_TWITCH -DNO_RCT2 -DNO_TTF -DOPENRCT2_BRANCH=\"vita\" -DOPENRCT2_COMMIT_SHA1=\"5d6d2296d7409b4a606c663a7a1c13cee7211c90\" -DOPENRCT2_COMMIT_SHA1_SHORT=\"5d6d2296d\" -D__WARN_SUGGEST_FINAL_METHODS__ -D__WARN_SUGGEST_FINAL_TYPES__ -I/usr/local/vitasdk/arm-vita-eabi/include -I/usr/local/vitasdk/arm-vita-eabi/include/libpng16 -Wl,-q -Wno-error=date-time -Wredundant-decls -Wignored-qualifiers -Wstrict-overflow=1 -std=gnu11 -fstrict-overflow -finstrument-functions -fstrict-aliasing -DDEBUG=0 -fno-PIC -std=gnu11 -std=gnu11 -O0 -g -DDEBUG -D_DEBUG -Wundef -o CMakeFiles/libopenrct2.dir/src/openrct2/localisation/convert.c.obj -c /home/rop/psv/OpenRCT2/src/openrct2/localisation/convert.c
<command-line>:0:0: warning: "DEBUG" redefined
<command-line>:0:0: note: this is the location of the previous definition
[ 7%] Building C object CMakeFiles/libopenrct2.dir/src/openrct2/localisation/currency.c.obj
/usr/local/vitasdk/bin/arm-vita-eabi-gcc -DDISABLE_HTTP -DDISABLE_NETWORK -DDISABLE_OPENGL -DDISABLE_TWITCH -DNO_RCT2 -DNO_TTF -DOPENRCT2_BRANCH=\"vita\" -DOPENRCT2_COMMIT_SHA1=\"5d6d2296d7409b4a606c663a7a1c13cee7211c90\" -DOPENRCT2_COMMIT_SHA1_SHORT=\"5d6d2296d\" -D__WARN_SUGGEST_FINAL_METHODS__ -D__WARN_SUGGEST_FINAL_TYPES__ -I/usr/local/vitasdk/arm-vita-eabi/include -I/usr/local/vitasdk/arm-vita-eabi/include/libpng16 -Wl,-q -Wno-error=date-time -Wredundant-decls -Wignored-qualifiers -Wstrict-overflow=1 -std=gnu11 -fstrict-overflow -finstrument-functions -fstrict-aliasing -DDEBUG=0 -fno-PIC -std=gnu11 -std=gnu11 -O0 -g -DDEBUG -D_DEBUG -Wundef -o CMakeFiles/libopenrct2.dir/src/openrct2/localisation/currency.c.obj -c /home/rop/psv/OpenRCT2/src/openrct2/localisation/currency.c
<command-line>:0:0: warning: "DEBUG" redefined
<command-line>:0:0: note: this is the location of the previous definition
/home/rop/psv/OpenRCT2/src/openrct2/localisation/convert.c: In function 'encoding_convert_x_to_unicode':
/home/rop/psv/OpenRCT2/src/openrct2/localisation/convert.c:83:98: warning: passing argument 5 of 'bsearch' from incompatible pointer type [-Wincompatible-pointer-types]
encoding_convert_entry *entry = bsearch(&code, table, count, sizeof(encoding_convert_entry), encoding_search_compare);
^~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/local/vitasdk/arm-vita-eabi/include/assert.h:9:0,
from /home/rop/psv/OpenRCT2/src/openrct2/localisation/../common.h:29,
from /home/rop/psv/OpenRCT2/src/openrct2/localisation/currency.h:20,
from /home/rop/psv/OpenRCT2/src/openrct2/localisation/localisation.h:20,
from /home/rop/psv/OpenRCT2/src/openrct2/localisation/convert.c:17:
/usr/local/vitasdk/arm-vita-eabi/include/stdlib.h:78:6: note: expected '__compar_fn_t {aka int (*)(const void *, const void *)}' but argument is of type 'sint32 (*)(const void *, const void *) {aka long int (*)(const void *, const void *)}'
_PTR _EXFUN(bsearch,(const _PTR __key,
^
[ 7%] Building C object CMakeFiles/libopenrct2.dir/src/openrct2/localisation/date.c.obj
/usr/local/vitasdk/bin/arm-vita-eabi-gcc -DDISABLE_HTTP -DDISABLE_NETWORK -DDISABLE_OPENGL -DDISABLE_TWITCH -DNO_RCT2 -DNO_TTF -DOPENRCT2_BRANCH=\"vita\" -DOPENRCT2_COMMIT_SHA1=\"5d6d2296d7409b4a606c663a7a1c13cee7211c90\" -DOPENRCT2_COMMIT_SHA1_SHORT=\"5d6d2296d\" -D__WARN_SUGGEST_FINAL_METHODS__ -D__WARN_SUGGEST_FINAL_TYPES__ -I/usr/local/vitasdk/arm-vita-eabi/include -I/usr/local/vitasdk/arm-vita-eabi/include/libpng16 -Wl,-q -Wno-error=date-time -Wredundant-decls -Wignored-qualifiers -Wstrict-overflow=1 -std=gnu11 -fstrict-overflow -finstrument-functions -fstrict-aliasing -DDEBUG=0 -fno-PIC -std=gnu11 -std=gnu11 -O0 -g -DDEBUG -D_DEBUG -Wundef -o CMakeFiles/libopenrct2.dir/src/openrct2/localisation/date.c.obj -c /home/rop/psv/OpenRCT2/src/openrct2/localisation/date.c
<command-line>:0:0: warning: "DEBUG" redefined
<command-line>:0:0: note: this is the location of the previous definition
[ 8%] Building C object CMakeFiles/libopenrct2.dir/src/openrct2/localisation/format_codes.c.obj
/usr/local/vitasdk/bin/arm-vita-eabi-gcc -DDISABLE_HTTP -DDISABLE_NETWORK -DDISABLE_OPENGL -DDISABLE_TWITCH -DNO_RCT2 -DNO_TTF -DOPENRCT2_BRANCH=\"vita\" -DOPENRCT2_COMMIT_SHA1=\"5d6d2296d7409b4a606c663a7a1c13cee7211c90\" -DOPENRCT2_COMMIT_SHA1_SHORT=\"5d6d2296d\" -D__WARN_SUGGEST_FINAL_METHODS__ -D__WARN_SUGGEST_FINAL_TYPES__ -I/usr/local/vitasdk/arm-vita-eabi/include -I/usr/local/vitasdk/arm-vita-eabi/include/libpng16 -Wl,-q -Wno-error=date-time -Wredundant-decls -Wignored-qualifiers -Wstrict-overflow=1 -std=gnu11 -fstrict-overflow -finstrument-functions -fstrict-aliasing -DDEBUG=0 -fno-PIC -std=gnu11 -std=gnu11 -O0 -g -DDEBUG -D_DEBUG -Wundef -o CMakeFiles/libopenrct2.dir/src/openrct2/localisation/format_codes.c.obj -c /home/rop/psv/OpenRCT2/src/openrct2/localisation/format_codes.c
<command-line>:0:0: warning: "DEBUG" redefined
<command-line>:0:0: note: this is the location of the previous definition
[ 8%] Building C object CMakeFiles/libopenrct2.dir/src/openrct2/localisation/localisation.c.obj
/usr/local/vitasdk/bin/arm-vita-eabi-gcc -DDISABLE_HTTP -DDISABLE_NETWORK -DDISABLE_OPENGL -DDISABLE_TWITCH -DNO_RCT2 -DNO_TTF -DOPENRCT2_BRANCH=\"vita\" -DOPENRCT2_COMMIT_SHA1=\"5d6d2296d7409b4a606c663a7a1c13cee7211c90\" -DOPENRCT2_COMMIT_SHA1_SHORT=\"5d6d2296d\" -D__WARN_SUGGEST_FINAL_METHODS__ -D__WARN_SUGGEST_FINAL_TYPES__ -I/usr/local/vitasdk/arm-vita-eabi/include -I/usr/local/vitasdk/arm-vita-eabi/include/libpng16 -Wl,-q -Wno-error=date-time -Wredundant-decls -Wignored-qualifiers -Wstrict-overflow=1 -std=gnu11 -fstrict-overflow -finstrument-functions -fstrict-aliasing -DDEBUG=0 -fno-PIC -std=gnu11 -std=gnu11 -O0 -g -DDEBUG -D_DEBUG -Wundef -o CMakeFiles/libopenrct2.dir/src/openrct2/localisation/localisation.c.obj -c /home/rop/psv/OpenRCT2/src/openrct2/localisation/localisation.c
[ 8%] Building C object CMakeFiles/libopenrct2.dir/src/openrct2/localisation/real_names.c.obj
/usr/local/vitasdk/bin/arm-vita-eabi-gcc -DDISABLE_HTTP -DDISABLE_NETWORK -DDISABLE_OPENGL -DDISABLE_TWITCH -DNO_RCT2 -DNO_TTF -DOPENRCT2_BRANCH=\"vita\" -DOPENRCT2_COMMIT_SHA1=\"5d6d2296d7409b4a606c663a7a1c13cee7211c90\" -DOPENRCT2_COMMIT_SHA1_SHORT=\"5d6d2296d\" -D__WARN_SUGGEST_FINAL_METHODS__ -D__WARN_SUGGEST_FINAL_TYPES__ -I/usr/local/vitasdk/arm-vita-eabi/include -I/usr/local/vitasdk/arm-vita-eabi/include/libpng16 -Wl,-q -Wno-error=date-time -Wredundant-decls -Wignored-qualifiers -Wstrict-overflow=1 -std=gnu11 -fstrict-overflow -finstrument-functions -fstrict-aliasing -DDEBUG=0 -fno-PIC -std=gnu11 -std=gnu11 -O0 -g -DDEBUG -D_DEBUG -Wundef -o CMakeFiles/libopenrct2.dir/src/openrct2/localisation/real_names.c.obj -c /home/rop/psv/OpenRCT2/src/openrct2/localisation/real_names.c
<command-line>:0:0: warning: "DEBUG" redefined
<command-line>:0:0: note: this is the location of the previous definition
<command-line>:0:0: warning: "DEBUG" redefined
<command-line>:0:0: note: this is the location of the previous definition
[ 8%] Building C object CMakeFiles/libopenrct2.dir/src/openrct2/localisation/user.c.obj
/usr/local/vitasdk/bin/arm-vita-eabi-gcc -DDISABLE_HTTP -DDISABLE_NETWORK -DDISABLE_OPENGL -DDISABLE_TWITCH -DNO_RCT2 -DNO_TTF -DOPENRCT2_BRANCH=\"vita\" -DOPENRCT2_COMMIT_SHA1=\"5d6d2296d7409b4a606c663a7a1c13cee7211c90\" -DOPENRCT2_COMMIT_SHA1_SHORT=\"5d6d2296d\" -D__WARN_SUGGEST_FINAL_METHODS__ -D__WARN_SUGGEST_FINAL_TYPES__ -I/usr/local/vitasdk/arm-vita-eabi/include -I/usr/local/vitasdk/arm-vita-eabi/include/libpng16 -Wl,-q -Wno-error=date-time -Wredundant-decls -Wignored-qualifiers -Wstrict-overflow=1 -std=gnu11 -fstrict-overflow -finstrument-functions -fstrict-aliasing -DDEBUG=0 -fno-PIC -std=gnu11 -std=gnu11 -O0 -g -DDEBUG -D_DEBUG -Wundef -o CMakeFiles/libopenrct2.dir/src/openrct2/localisation/user.c.obj -c /home/rop/psv/OpenRCT2/src/openrct2/localisation/user.c
<command-line>:0:0: warning: "DEBUG" redefined
<command-line>:0:0: note: this is the location of the previous definition
[ 9%] Building C object CMakeFiles/libopenrct2.dir/src/openrct2/localisation/utf8.c.obj
/usr/local/vitasdk/bin/arm-vita-eabi-gcc -DDISABLE_HTTP -DDISABLE_NETWORK -DDISABLE_OPENGL -DDISABLE_TWITCH -DNO_RCT2 -DNO_TTF -DOPENRCT2_BRANCH=\"vita\" -DOPENRCT2_COMMIT_SHA1=\"5d6d2296d7409b4a606c663a7a1c13cee7211c90\" -DOPENRCT2_COMMIT_SHA1_SHORT=\"5d6d2296d\" -D__WARN_SUGGEST_FINAL_METHODS__ -D__WARN_SUGGEST_FINAL_TYPES__ -I/usr/local/vitasdk/arm-vita-eabi/include -I/usr/local/vitasdk/arm-vita-eabi/include/libpng16 -Wl,-q -Wno-error=date-time -Wredundant-decls -Wignored-qualifiers -Wstrict-overflow=1 -std=gnu11 -fstrict-overflow -finstrument-functions -fstrict-aliasing -DDEBUG=0 -fno-PIC -std=gnu11 -std=gnu11 -O0 -g -DDEBUG -D_DEBUG -Wundef -o CMakeFiles/libopenrct2.dir/src/openrct2/localisation/utf8.c.obj -c /home/rop/psv/OpenRCT2/src/openrct2/localisation/utf8.c
[ 9%] Building C object CMakeFiles/libopenrct2.dir/src/openrct2/management/award.c.obj
/usr/local/vitasdk/bin/arm-vita-eabi-gcc -DDISABLE_HTTP -DDISABLE_NETWORK -DDISABLE_OPENGL -DDISABLE_TWITCH -DNO_RCT2 -DNO_TTF -DOPENRCT2_BRANCH=\"vita\" -DOPENRCT2_COMMIT_SHA1=\"5d6d2296d7409b4a606c663a7a1c13cee7211c90\" -DOPENRCT2_COMMIT_SHA1_SHORT=\"5d6d2296d\" -D__WARN_SUGGEST_FINAL_METHODS__ -D__WARN_SUGGEST_FINAL_TYPES__ -I/usr/local/vitasdk/arm-vita-eabi/include -I/usr/local/vitasdk/arm-vita-eabi/include/libpng16 -Wl,-q -Wno-error=date-time -Wredundant-decls -Wignored-qualifiers -Wstrict-overflow=1 -std=gnu11 -fstrict-overflow -finstrument-functions -fstrict-aliasing -DDEBUG=0 -fno-PIC -std=gnu11 -std=gnu11 -O0 -g -DDEBUG -D_DEBUG -Wundef -o CMakeFiles/libopenrct2.dir/src/openrct2/management/award.c.obj -c /home/rop/psv/OpenRCT2/src/openrct2/management/award.c
<command-line>:0:0: warning: "DEBUG" redefined
<command-line>:0:0: note: this is the location of the previous definition
<command-line>:0:0: warning: "DEBUG" redefined
<command-line>:0:0: note: this is the location of the previous definition
[ 9%] Building C object CMakeFiles/libopenrct2.dir/src/openrct2/management/finance.c.obj
/usr/local/vitasdk/bin/arm-vita-eabi-gcc -DDISABLE_HTTP -DDISABLE_NETWORK -DDISABLE_OPENGL -DDISABLE_TWITCH -DNO_RCT2 -DNO_TTF -DOPENRCT2_BRANCH=\"vita\" -DOPENRCT2_COMMIT_SHA1=\"5d6d2296d7409b4a606c663a7a1c13cee7211c90\" -DOPENRCT2_COMMIT_SHA1_SHORT=\"5d6d2296d\" -D__WARN_SUGGEST_FINAL_METHODS__ -D__WARN_SUGGEST_FINAL_TYPES__ -I/usr/local/vitasdk/arm-vita-eabi/include -I/usr/local/vitasdk/arm-vita-eabi/include/libpng16 -Wl,-q -Wno-error=date-time -Wredundant-decls -Wignored-qualifiers -Wstrict-overflow=1 -std=gnu11 -fstrict-overflow -finstrument-functions -fstrict-aliasing -DDEBUG=0 -fno-PIC -std=gnu11 -std=gnu11 -O0 -g -DDEBUG -D_DEBUG -Wundef -o CMakeFiles/libopenrct2.dir/src/openrct2/management/finance.c.obj -c /home/rop/psv/OpenRCT2/src/openrct2/management/finance.c
<command-line>:0:0: warning: "DEBUG" redefined
<command-line>:0:0: note: this is the location of the previous definition
[ 9%] Building C object CMakeFiles/libopenrct2.dir/src/openrct2/management/marketing.c.obj
/usr/local/vitasdk/bin/arm-vita-eabi-gcc -DDISABLE_HTTP -DDISABLE_NETWORK -DDISABLE_OPENGL -DDISABLE_TWITCH -DNO_RCT2 -DNO_TTF -DOPENRCT2_BRANCH=\"vita\" -DOPENRCT2_COMMIT_SHA1=\"5d6d2296d7409b4a606c663a7a1c13cee7211c90\" -DOPENRCT2_COMMIT_SHA1_SHORT=\"5d6d2296d\" -D__WARN_SUGGEST_FINAL_METHODS__ -D__WARN_SUGGEST_FINAL_TYPES__ -I/usr/local/vitasdk/arm-vita-eabi/include -I/usr/local/vitasdk/arm-vita-eabi/include/libpng16 -Wl,-q -Wno-error=date-time -Wredundant-decls -Wignored-qualifiers -Wstrict-overflow=1 -std=gnu11 -fstrict-overflow -finstrument-functions -fstrict-aliasing -DDEBUG=0 -fno-PIC -std=gnu11 -std=gnu11 -O0 -g -DDEBUG -D_DEBUG -Wundef -o CMakeFiles/libopenrct2.dir/src/openrct2/management/marketing.c.obj -c /home/rop/psv/OpenRCT2/src/openrct2/management/marketing.c
<command-line>:0:0: warning: "DEBUG" redefined
<command-line>:0:0: note: this is the location of the previous definition
[ 10%] Building C object CMakeFiles/libopenrct2.dir/src/openrct2/management/news_item.c.obj
/usr/local/vitasdk/bin/arm-vita-eabi-gcc -DDISABLE_HTTP -DDISABLE_NETWORK -DDISABLE_OPENGL -DDISABLE_TWITCH -DNO_RCT2 -DNO_TTF -DOPENRCT2_BRANCH=\"vita\" -DOPENRCT2_COMMIT_SHA1=\"5d6d2296d7409b4a606c663a7a1c13cee7211c90\" -DOPENRCT2_COMMIT_SHA1_SHORT=\"5d6d2296d\" -D__WARN_SUGGEST_FINAL_METHODS__ -D__WARN_SUGGEST_FINAL_TYPES__ -I/usr/local/vitasdk/arm-vita-eabi/include -I/usr/local/vitasdk/arm-vita-eabi/include/libpng16 -Wl,-q -Wno-error=date-time -Wredundant-decls -Wignored-qualifiers -Wstrict-overflow=1 -std=gnu11 -fstrict-overflow -finstrument-functions -fstrict-aliasing -DDEBUG=0 -fno-PIC -std=gnu11 -std=gnu11 -O0 -g -DDEBUG -D_DEBUG -Wundef -o CMakeFiles/libopenrct2.dir/src/openrct2/management/news_item.c.obj -c /home/rop/psv/OpenRCT2/src/openrct2/management/news_item.c
<command-line>:0:0: warning: "DEBUG" redefined
<command-line>:0:0: note: this is the location of the previous definition
[ 10%] Building C object CMakeFiles/libopenrct2.dir/src/openrct2/management/research.c.obj
/usr/local/vitasdk/bin/arm-vita-eabi-gcc -DDISABLE_HTTP -DDISABLE_NETWORK -DDISABLE_OPENGL -DDISABLE_TWITCH -DNO_RCT2 -DNO_TTF -DOPENRCT2_BRANCH=\"vita\" -DOPENRCT2_COMMIT_SHA1=\"5d6d2296d7409b4a606c663a7a1c13cee7211c90\" -DOPENRCT2_COMMIT_SHA1_SHORT=\"5d6d2296d\" -D__WARN_SUGGEST_FINAL_METHODS__ -D__WARN_SUGGEST_FINAL_TYPES__ -I/usr/local/vitasdk/arm-vita-eabi/include -I/usr/local/vitasdk/arm-vita-eabi/include/libpng16 -Wl,-q -Wno-error=date-time -Wredundant-decls -Wignored-qualifiers -Wstrict-overflow=1 -std=gnu11 -fstrict-overflow -finstrument-functions -fstrict-aliasing -DDEBUG=0 -fno-PIC -std=gnu11 -std=gnu11 -O0 -g -DDEBUG -D_DEBUG -Wundef -o CMakeFiles/libopenrct2.dir/src/openrct2/management/research.c.obj -c /home/rop/psv/OpenRCT2/src/openrct2/management/research.c
[ 10%] Building C object CMakeFiles/libopenrct2.dir/src/openrct2/object_list.c.obj
/usr/local/vitasdk/bin/arm-vita-eabi-gcc -DDISABLE_HTTP -DDISABLE_NETWORK -DDISABLE_OPENGL -DDISABLE_TWITCH -DNO_RCT2 -DNO_TTF -DOPENRCT2_BRANCH=\"vita\" -DOPENRCT2_COMMIT_SHA1=\"5d6d2296d7409b4a606c663a7a1c13cee7211c90\" -DOPENRCT2_COMMIT_SHA1_SHORT=\"5d6d2296d\" -D__WARN_SUGGEST_FINAL_METHODS__ -D__WARN_SUGGEST_FINAL_TYPES__ -I/usr/local/vitasdk/arm-vita-eabi/include -I/usr/local/vitasdk/arm-vita-eabi/include/libpng16 -Wl,-q -Wno-error=date-time -Wredundant-decls -Wignored-qualifiers -Wstrict-overflow=1 -std=gnu11 -fstrict-overflow -finstrument-functions -fstrict-aliasing -DDEBUG=0 -fno-PIC -std=gnu11 -std=gnu11 -O0 -g -DDEBUG -D_DEBUG -Wundef -o CMakeFiles/libopenrct2.dir/src/openrct2/object_list.c.obj -c /home/rop/psv/OpenRCT2/src/openrct2/object_list.c
<command-line>:0:0: warning: "DEBUG" redefined
<command-line>:0:0: note: this is the location of the previous definition
[ 10%] Building C object CMakeFiles/libopenrct2.dir/src/openrct2/paint/map_element/banner.c.obj
/usr/local/vitasdk/bin/arm-vita-eabi-gcc -DDISABLE_HTTP -DDISABLE_NETWORK -DDISABLE_OPENGL -DDISABLE_TWITCH -DNO_RCT2 -DNO_TTF -DOPENRCT2_BRANCH=\"vita\" -DOPENRCT2_COMMIT_SHA1=\"5d6d2296d7409b4a606c663a7a1c13cee7211c90\" -DOPENRCT2_COMMIT_SHA1_SHORT=\"5d6d2296d\" -D__WARN_SUGGEST_FINAL_METHODS__ -D__WARN_SUGGEST_FINAL_TYPES__ -I/usr/local/vitasdk/arm-vita-eabi/include -I/usr/local/vitasdk/arm-vita-eabi/include/libpng16 -Wl,-q -Wno-error=date-time -Wredundant-decls -Wignored-qualifiers -Wstrict-overflow=1 -std=gnu11 -fstrict-overflow -finstrument-functions -fstrict-aliasing -DDEBUG=0 -fno-PIC -std=gnu11 -std=gnu11 -O0 -g -DDEBUG -D_DEBUG -Wundef -o CMakeFiles/libopenrct2.dir/src/openrct2/paint/map_element/banner.c.obj -c /home/rop/psv/OpenRCT2/src/openrct2/paint/map_element/banner.c
<command-line>:0:0: warning: "DEBUG" redefined
<command-line>:0:0: note: this is the location of the previous definition
<command-line>:0:0: warning: "DEBUG" redefined
<command-line>:0:0: note: this is the location of the previous definition
[ 11%] Building C object CMakeFiles/libopenrct2.dir/src/openrct2/paint/map_element/entrance.c.obj
/usr/local/vitasdk/bin/arm-vita-eabi-gcc -DDISABLE_HTTP -DDISABLE_NETWORK -DDISABLE_OPENGL -DDISABLE_TWITCH -DNO_RCT2 -DNO_TTF -DOPENRCT2_BRANCH=\"vita\" -DOPENRCT2_COMMIT_SHA1=\"5d6d2296d7409b4a606c663a7a1c13cee7211c90\" -DOPENRCT2_COMMIT_SHA1_SHORT=\"5d6d2296d\" -D__WARN_SUGGEST_FINAL_METHODS__ -D__WARN_SUGGEST_FINAL_TYPES__ -I/usr/local/vitasdk/arm-vita-eabi/include -I/usr/local/vitasdk/arm-vita-eabi/include/libpng16 -Wl,-q -Wno-error=date-time -Wredundant-decls -Wignored-qualifiers -Wstrict-overflow=1 -std=gnu11 -fstrict-overflow -finstrument-functions -fstrict-aliasing -DDEBUG=0 -fno-PIC -std=gnu11 -std=gnu11 -O0 -g -DDEBUG -D_DEBUG -Wundef -o CMakeFiles/libopenrct2.dir/src/openrct2/paint/map_element/entrance.c.obj -c /home/rop/psv/OpenRCT2/src/openrct2/paint/map_element/entrance.c
<command-line>:0:0: warning: "DEBUG" redefined
<command-line>:0:0: note: this is the location of the previous definition
[ 11%] Building C object CMakeFiles/libopenrct2.dir/src/openrct2/paint/map_element/fence.c.obj
/usr/local/vitasdk/bin/arm-vita-eabi-gcc -DDISABLE_HTTP -DDISABLE_NETWORK -DDISABLE_OPENGL -DDISABLE_TWITCH -DNO_RCT2 -DNO_TTF -DOPENRCT2_BRANCH=\"vita\" -DOPENRCT2_COMMIT_SHA1=\"5d6d2296d7409b4a606c663a7a1c13cee7211c90\" -DOPENRCT2_COMMIT_SHA1_SHORT=\"5d6d2296d\" -D__WARN_SUGGEST_FINAL_METHODS__ -D__WARN_SUGGEST_FINAL_TYPES__ -I/usr/local/vitasdk/arm-vita-eabi/include -I/usr/local/vitasdk/arm-vita-eabi/include/libpng16 -Wl,-q -Wno-error=date-time -Wredundant-decls -Wignored-qualifiers -Wstrict-overflow=1 -std=gnu11 -fstrict-overflow -finstrument-functions -fstrict-aliasing -DDEBUG=0 -fno-PIC -std=gnu11 -std=gnu11 -O0 -g -DDEBUG -D_DEBUG -Wundef -o CMakeFiles/libopenrct2.dir/src/openrct2/paint/map_element/fence.c.obj -c /home/rop/psv/OpenRCT2/src/openrct2/paint/map_element/fence.c
<command-line>:0:0: warning: "DEBUG" redefined
<command-line>:0:0: note: this is the location of the previous definition
[ 11%] Building C object CMakeFiles/libopenrct2.dir/src/openrct2/paint/map_element/map_element.c.obj
/usr/local/vitasdk/bin/arm-vita-eabi-gcc -DDISABLE_HTTP -DDISABLE_NETWORK -DDISABLE_OPENGL -DDISABLE_TWITCH -DNO_RCT2 -DNO_TTF -DOPENRCT2_BRANCH=\"vita\" -DOPENRCT2_COMMIT_SHA1=\"5d6d2296d7409b4a606c663a7a1c13cee7211c90\" -DOPENRCT2_COMMIT_SHA1_SHORT=\"5d6d2296d\" -D__WARN_SUGGEST_FINAL_METHODS__ -D__WARN_SUGGEST_FINAL_TYPES__ -I/usr/local/vitasdk/arm-vita-eabi/include -I/usr/local/vitasdk/arm-vita-eabi/include/libpng16 -Wl,-q -Wno-error=date-time -Wredundant-decls -Wignored-qualifiers -Wstrict-overflow=1 -std=gnu11 -fstrict-overflow -finstrument-functions -fstrict-aliasing -DDEBUG=0 -fno-PIC -std=gnu11 -std=gnu11 -O0 -g -DDEBUG -D_DEBUG -Wundef -o CMakeFiles/libopenrct2.dir/src/openrct2/paint/map_element/map_element.c.obj -c /home/rop/psv/OpenRCT2/src/openrct2/paint/map_element/map_element.c
<command-line>:0:0: warning: "DEBUG" redefined
<command-line>:0:0: note: this is the location of the previous definition
[ 11%] Building C object CMakeFiles/libopenrct2.dir/src/openrct2/paint/map_element/path.c.obj
/usr/local/vitasdk/bin/arm-vita-eabi-gcc -DDISABLE_HTTP -DDISABLE_NETWORK -DDISABLE_OPENGL -DDISABLE_TWITCH -DNO_RCT2 -DNO_TTF -DOPENRCT2_BRANCH=\"vita\" -DOPENRCT2_COMMIT_SHA1=\"5d6d2296d7409b4a606c663a7a1c13cee7211c90\" -DOPENRCT2_COMMIT_SHA1_SHORT=\"5d6d2296d\" -D__WARN_SUGGEST_FINAL_METHODS__ -D__WARN_SUGGEST_FINAL_TYPES__ -I/usr/local/vitasdk/arm-vita-eabi/include -I/usr/local/vitasdk/arm-vita-eabi/include/libpng16 -Wl,-q -Wno-error=date-time -Wredundant-decls -Wignored-qualifiers -Wstrict-overflow=1 -std=gnu11 -fstrict-overflow -finstrument-functions -fstrict-aliasing -DDEBUG=0 -fno-PIC -std=gnu11 -std=gnu11 -O0 -g -DDEBUG -D_DEBUG -Wundef -o CMakeFiles/libopenrct2.dir/src/openrct2/paint/map_element/path.c.obj -c /home/rop/psv/OpenRCT2/src/openrct2/paint/map_element/path.c
[ 12%] Building C object CMakeFiles/libopenrct2.dir/src/openrct2/paint/map_element/scenery.c.obj
/usr/local/vitasdk/bin/arm-vita-eabi-gcc -DDISABLE_HTTP -DDISABLE_NETWORK -DDISABLE_OPENGL -DDISABLE_TWITCH -DNO_RCT2 -DNO_TTF -DOPENRCT2_BRANCH=\"vita\" -DOPENRCT2_COMMIT_SHA1=\"5d6d2296d7409b4a606c663a7a1c13cee7211c90\" -DOPENRCT2_COMMIT_SHA1_SHORT=\"5d6d2296d\" -D__WARN_SUGGEST_FINAL_METHODS__ -D__WARN_SUGGEST_FINAL_TYPES__ -I/usr/local/vitasdk/arm-vita-eabi/include -I/usr/local/vitasdk/arm-vita-eabi/include/libpng16 -Wl,-q -Wno-error=date-time -Wredundant-decls -Wignored-qualifiers -Wstrict-overflow=1 -std=gnu11 -fstrict-overflow -finstrument-functions -fstrict-aliasing -DDEBUG=0 -fno-PIC -std=gnu11 -std=gnu11 -O0 -g -DDEBUG -D_DEBUG -Wundef -o CMakeFiles/libopenrct2.dir/src/openrct2/paint/map_element/scenery.c.obj -c /home/rop/psv/OpenRCT2/src/openrct2/paint/map_element/scenery.c
<command-line>:0:0: warning: "DEBUG" redefined
<command-line>:0:0: note: this is the location of the previous definition
<command-line>:0:0: warning: "DEBUG" redefined
<command-line>:0:0: note: this is the location of the previous definition
[ 12%] Building C object CMakeFiles/libopenrct2.dir/src/openrct2/paint/map_element/scenery_multiple.c.obj
/usr/local/vitasdk/bin/arm-vita-eabi-gcc -DDISABLE_HTTP -DDISABLE_NETWORK -DDISABLE_OPENGL -DDISABLE_TWITCH -DNO_RCT2 -DNO_TTF -DOPENRCT2_BRANCH=\"vita\" -DOPENRCT2_COMMIT_SHA1=\"5d6d2296d7409b4a606c663a7a1c13cee7211c90\" -DOPENRCT2_COMMIT_SHA1_SHORT=\"5d6d2296d\" -D__WARN_SUGGEST_FINAL_METHODS__ -D__WARN_SUGGEST_FINAL_TYPES__ -I/usr/local/vitasdk/arm-vita-eabi/include -I/usr/local/vitasdk/arm-vita-eabi/include/libpng16 -Wl,-q -Wno-error=date-time -Wredundant-decls -Wignored-qualifiers -Wstrict-overflow=1 -std=gnu11 -fstrict-overflow -finstrument-functions -fstrict-aliasing -DDEBUG=0 -fno-PIC -std=gnu11 -std=gnu11 -O0 -g -DDEBUG -D_DEBUG -Wundef -o CMakeFiles/libopenrct2.dir/src/openrct2/paint/map_element/scenery_multiple.c.obj -c /home/rop/psv/OpenRCT2/src/openrct2/paint/map_element/scenery_multiple.c
<command-line>:0:0: warning: "DEBUG" redefined
<command-line>:0:0: note: this is the location of the previous definition
[ 12%] Building C object CMakeFiles/libopenrct2.dir/src/openrct2/paint/map_element/surface.c.obj
/usr/local/vitasdk/bin/arm-vita-eabi-gcc -DDISABLE_HTTP -DDISABLE_NETWORK -DDISABLE_OPENGL -DDISABLE_TWITCH -DNO_RCT2 -DNO_TTF -DOPENRCT2_BRANCH=\"vita\" -DOPENRCT2_COMMIT_SHA1=\"5d6d2296d7409b4a606c663a7a1c13cee7211c90\" -DOPENRCT2_COMMIT_SHA1_SHORT=\"5d6d2296d\" -D__WARN_SUGGEST_FINAL_METHODS__ -D__WARN_SUGGEST_FINAL_TYPES__ -I/usr/local/vitasdk/arm-vita-eabi/include -I/usr/local/vitasdk/arm-vita-eabi/include/libpng16 -Wl,-q -Wno-error=date-time -Wredundant-decls -Wignored-qualifiers -Wstrict-overflow=1 -std=gnu11 -fstrict-overflow -finstrument-functions -fstrict-aliasing -DDEBUG=0 -fno-PIC -std=gnu11 -std=gnu11 -O0 -g -DDEBUG -D_DEBUG -Wundef -o CMakeFiles/libopenrct2.dir/src/openrct2/paint/map_element/surface.c.obj -c /home/rop/psv/OpenRCT2/src/openrct2/paint/map_element/surface.c
<command-line>:0:0: warning: "DEBUG" redefined
<command-line>:0:0: note: this is the location of the previous definition
[ 12%] Building C object CMakeFiles/libopenrct2.dir/src/openrct2/paint/paint.c.obj
/usr/local/vitasdk/bin/arm-vita-eabi-gcc -DDISABLE_HTTP -DDISABLE_NETWORK -DDISABLE_OPENGL -DDISABLE_TWITCH -DNO_RCT2 -DNO_TTF -DOPENRCT2_BRANCH=\"vita\" -DOPENRCT2_COMMIT_SHA1=\"5d6d2296d7409b4a606c663a7a1c13cee7211c90\" -DOPENRCT2_COMMIT_SHA1_SHORT=\"5d6d2296d\" -D__WARN_SUGGEST_FINAL_METHODS__ -D__WARN_SUGGEST_FINAL_TYPES__ -I/usr/local/vitasdk/arm-vita-eabi/include -I/usr/local/vitasdk/arm-vita-eabi/include/libpng16 -Wl,-q -Wno-error=date-time -Wredundant-decls -Wignored-qualifiers -Wstrict-overflow=1 -std=gnu11 -fstrict-overflow -finstrument-functions -fstrict-aliasing -DDEBUG=0 -fno-PIC -std=gnu11 -std=gnu11 -O0 -g -DDEBUG -D_DEBUG -Wundef -o CMakeFiles/libopenrct2.dir/src/openrct2/paint/paint.c.obj -c /home/rop/psv/OpenRCT2/src/openrct2/paint/paint.c
<command-line>:0:0: warning: "DEBUG" redefined
<command-line>:0:0: note: this is the location of the previous definition
[ 13%] Building C object CMakeFiles/libopenrct2.dir/src/openrct2/paint/paint_helpers.c.obj
/usr/local/vitasdk/bin/arm-vita-eabi-gcc -DDISABLE_HTTP -DDISABLE_NETWORK -DDISABLE_OPENGL -DDISABLE_TWITCH -DNO_RCT2 -DNO_TTF -DOPENRCT2_BRANCH=\"vita\" -DOPENRCT2_COMMIT_SHA1=\"5d6d2296d7409b4a606c663a7a1c13cee7211c90\" -DOPENRCT2_COMMIT_SHA1_SHORT=\"5d6d2296d\" -D__WARN_SUGGEST_FINAL_METHODS__ -D__WARN_SUGGEST_FINAL_TYPES__ -I/usr/local/vitasdk/arm-vita-eabi/include -I/usr/local/vitasdk/arm-vita-eabi/include/libpng16 -Wl,-q -Wno-error=date-time -Wredundant-decls -Wignored-qualifiers -Wstrict-overflow=1 -std=gnu11 -fstrict-overflow -finstrument-functions -fstrict-aliasing -DDEBUG=0 -fno-PIC -std=gnu11 -std=gnu11 -O0 -g -DDEBUG -D_DEBUG -Wundef -o CMakeFiles/libopenrct2.dir/src/openrct2/paint/paint_helpers.c.obj -c /home/rop/psv/OpenRCT2/src/openrct2/paint/paint_helpers.c
<command-line>:0:0: warning: "DEBUG" redefined
<command-line>:0:0: note: this is the location of the previous definition
[ 13%] Building C object CMakeFiles/libopenrct2.dir/src/openrct2/paint/sprite/litter.c.obj
/usr/local/vitasdk/bin/arm-vita-eabi-gcc -DDISABLE_HTTP -DDISABLE_NETWORK -DDISABLE_OPENGL -DDISABLE_TWITCH -DNO_RCT2 -DNO_TTF -DOPENRCT2_BRANCH=\"vita\" -DOPENRCT2_COMMIT_SHA1=\"5d6d2296d7409b4a606c663a7a1c13cee7211c90\" -DOPENRCT2_COMMIT_SHA1_SHORT=\"5d6d2296d\" -D__WARN_SUGGEST_FINAL_METHODS__ -D__WARN_SUGGEST_FINAL_TYPES__ -I/usr/local/vitasdk/arm-vita-eabi/include -I/usr/local/vitasdk/arm-vita-eabi/include/libpng16 -Wl,-q -Wno-error=date-time -Wredundant-decls -Wignored-qualifiers -Wstrict-overflow=1 -std=gnu11 -fstrict-overflow -finstrument-functions -fstrict-aliasing -DDEBUG=0 -fno-PIC -std=gnu11 -std=gnu11 -O0 -g -DDEBUG -D_DEBUG -Wundef -o CMakeFiles/libopenrct2.dir/src/openrct2/paint/sprite/litter.c.obj -c /home/rop/psv/OpenRCT2/src/openrct2/paint/sprite/litter.c
<command-line>:0:0: warning: "DEBUG" redefined
<command-line>:0:0: note: this is the location of the previous definition
[ 13%] Building C object CMakeFiles/libopenrct2.dir/src/openrct2/paint/sprite/misc.c.obj
/usr/local/vitasdk/bin/arm-vita-eabi-gcc -DDISABLE_HTTP -DDISABLE_NETWORK -DDISABLE_OPENGL -DDISABLE_TWITCH -DNO_RCT2 -DNO_TTF -DOPENRCT2_BRANCH=\"vita\" -DOPENRCT2_COMMIT_SHA1=\"5d6d2296d7409b4a606c663a7a1c13cee7211c90\" -DOPENRCT2_COMMIT_SHA1_SHORT=\"5d6d2296d\" -D__WARN_SUGGEST_FINAL_METHODS__ -D__WARN_SUGGEST_FINAL_TYPES__ -I/usr/local/vitasdk/arm-vita-eabi/include -I/usr/local/vitasdk/arm-vita-eabi/include/libpng16 -Wl,-q -Wno-error=date-time -Wredundant-decls -Wignored-qualifiers -Wstrict-overflow=1 -std=gnu11 -fstrict-overflow -finstrument-functions -fstrict-aliasing -DDEBUG=0 -fno-PIC -std=gnu11 -std=gnu11 -O0 -g -DDEBUG -D_DEBUG -Wundef -o CMakeFiles/libopenrct2.dir/src/openrct2/paint/sprite/misc.c.obj -c /home/rop/psv/OpenRCT2/src/openrct2/paint/sprite/misc.c
<command-line>:0:0: warning: "DEBUG" redefined
<command-line>:0:0: note: this is the location of the previous definition
[ 13%] Building C object CMakeFiles/libopenrct2.dir/src/openrct2/paint/sprite/peep.c.obj
/usr/local/vitasdk/bin/arm-vita-eabi-gcc -DDISABLE_HTTP -DDISABLE_NETWORK -DDISABLE_OPENGL -DDISABLE_TWITCH -DNO_RCT2 -DNO_TTF -DOPENRCT2_BRANCH=\"vita\" -DOPENRCT2_COMMIT_SHA1=\"5d6d2296d7409b4a606c663a7a1c13cee7211c90\" -DOPENRCT2_COMMIT_SHA1_SHORT=\"5d6d2296d\" -D__WARN_SUGGEST_FINAL_METHODS__ -D__WARN_SUGGEST_FINAL_TYPES__ -I/usr/local/vitasdk/arm-vita-eabi/include -I/usr/local/vitasdk/arm-vita-eabi/include/libpng16 -Wl,-q -Wno-error=date-time -Wredundant-decls -Wignored-qualifiers -Wstrict-overflow=1 -std=gnu11 -fstrict-overflow -finstrument-functions -fstrict-aliasing -DDEBUG=0 -fno-PIC -std=gnu11 -std=gnu11 -O0 -g -DDEBUG -D_DEBUG -Wundef -o CMakeFiles/libopenrct2.dir/src/openrct2/paint/sprite/peep.c.obj -c /home/rop/psv/OpenRCT2/src/openrct2/paint/sprite/peep.c
<command-line>:0:0: warning: "DEBUG" redefined
<command-line>:0:0: note: this is the location of the previous definition
[ 14%] Building C object CMakeFiles/libopenrct2.dir/src/openrct2/paint/sprite/sprite.c.obj
/usr/local/vitasdk/bin/arm-vita-eabi-gcc -DDISABLE_HTTP -DDISABLE_NETWORK -DDISABLE_OPENGL -DDISABLE_TWITCH -DNO_RCT2 -DNO_TTF -DOPENRCT2_BRANCH=\"vita\" -DOPENRCT2_COMMIT_SHA1=\"5d6d2296d7409b4a606c663a7a1c13cee7211c90\" -DOPENRCT2_COMMIT_SHA1_SHORT=\"5d6d2296d\" -D__WARN_SUGGEST_FINAL_METHODS__ -D__WARN_SUGGEST_FINAL_TYPES__ -I/usr/local/vitasdk/arm-vita-eabi/include -I/usr/local/vitasdk/arm-vita-eabi/include/libpng16 -Wl,-q -Wno-error=date-time -Wredundant-decls -Wignored-qualifiers -Wstrict-overflow=1 -std=gnu11 -fstrict-overflow -finstrument-functions -fstrict-aliasing -DDEBUG=0 -fno-PIC -std=gnu11 -std=gnu11 -O0 -g -DDEBUG -D_DEBUG -Wundef -o CMakeFiles/libopenrct2.dir/src/openrct2/paint/sprite/sprite.c.obj -c /home/rop/psv/OpenRCT2/src/openrct2/paint/sprite/sprite.c
[ 14%] Building C object CMakeFiles/libopenrct2.dir/src/openrct2/paint/supports.c.obj
/usr/local/vitasdk/bin/arm-vita-eabi-gcc -DDISABLE_HTTP -DDISABLE_NETWORK -DDISABLE_OPENGL -DDISABLE_TWITCH -DNO_RCT2 -DNO_TTF -DOPENRCT2_BRANCH=\"vita\" -DOPENRCT2_COMMIT_SHA1=\"5d6d2296d7409b4a606c663a7a1c13cee7211c90\" -DOPENRCT2_COMMIT_SHA1_SHORT=\"5d6d2296d\" -D__WARN_SUGGEST_FINAL_METHODS__ -D__WARN_SUGGEST_FINAL_TYPES__ -I/usr/local/vitasdk/arm-vita-eabi/include -I/usr/local/vitasdk/arm-vita-eabi/include/libpng16 -Wl,-q -Wno-error=date-time -Wredundant-decls -Wignored-qualifiers -Wstrict-overflow=1 -std=gnu11 -fstrict-overflow -finstrument-functions -fstrict-aliasing -DDEBUG=0 -fno-PIC -std=gnu11 -std=gnu11 -O0 -g -DDEBUG -D_DEBUG -Wundef -o CMakeFiles/libopenrct2.dir/src/openrct2/paint/supports.c.obj -c /home/rop/psv/OpenRCT2/src/openrct2/paint/supports.c
<command-line>:0:0: warning: "DEBUG" redefined
<command-line>:0:0: note: this is the location of the previous definition
<command-line>:0:0: warning: "DEBUG" redefined
<command-line>:0:0: note: this is the location of the previous definition
[ 14%] Building C object CMakeFiles/libopenrct2.dir/src/openrct2/peep/peep.c.obj
/usr/local/vitasdk/bin/arm-vita-eabi-gcc -DDISABLE_HTTP -DDISABLE_NETWORK -DDISABLE_OPENGL -DDISABLE_TWITCH -DNO_RCT2 -DNO_TTF -DOPENRCT2_BRANCH=\"vita\" -DOPENRCT2_COMMIT_SHA1=\"5d6d2296d7409b4a606c663a7a1c13cee7211c90\" -DOPENRCT2_COMMIT_SHA1_SHORT=\"5d6d2296d\" -D__WARN_SUGGEST_FINAL_METHODS__ -D__WARN_SUGGEST_FINAL_TYPES__ -I/usr/local/vitasdk/arm-vita-eabi/include -I/usr/local/vitasdk/arm-vita-eabi/include/libpng16 -Wl,-q -Wno-error=date-time -Wredundant-decls -Wignored-qualifiers -Wstrict-overflow=1 -std=gnu11 -fstrict-overflow -finstrument-functions -fstrict-aliasing -DDEBUG=0 -fno-PIC -std=gnu11 -std=gnu11 -O0 -g -DDEBUG -D_DEBUG -Wundef -o CMakeFiles/libopenrct2.dir/src/openrct2/peep/peep.c.obj -c /home/rop/psv/OpenRCT2/src/openrct2/peep/peep.c
[ 15%] Building C object CMakeFiles/libopenrct2.dir/src/openrct2/peep/peep_data.c.obj
/usr/local/vitasdk/bin/arm-vita-eabi-gcc -DDISABLE_HTTP -DDISABLE_NETWORK -DDISABLE_OPENGL -DDISABLE_TWITCH -DNO_RCT2 -DNO_TTF -DOPENRCT2_BRANCH=\"vita\" -DOPENRCT2_COMMIT_SHA1=\"5d6d2296d7409b4a606c663a7a1c13cee7211c90\" -DOPENRCT2_COMMIT_SHA1_SHORT=\"5d6d2296d\" -D__WARN_SUGGEST_FINAL_METHODS__ -D__WARN_SUGGEST_FINAL_TYPES__ -I/usr/local/vitasdk/arm-vita-eabi/include -I/usr/local/vitasdk/arm-vita-eabi/include/libpng16 -Wl,-q -Wno-error=date-time -Wredundant-decls -Wignored-qualifiers -Wstrict-overflow=1 -std=gnu11 -fstrict-overflow -finstrument-functions -fstrict-aliasing -DDEBUG=0 -fno-PIC -std=gnu11 -std=gnu11 -O0 -g -DDEBUG -D_DEBUG -Wundef -o CMakeFiles/libopenrct2.dir/src/openrct2/peep/peep_data.c.obj -c /home/rop/psv/OpenRCT2/src/openrct2/peep/peep_data.c
<command-line>:0:0: warning: "DEBUG" redefined
<command-line>:0:0: note: this is the location of the previous definition
[ 15%] Building C object CMakeFiles/libopenrct2.dir/src/openrct2/peep/staff.c.obj
<command-line>:0:0: warning: "DEBUG" redefined
<command-line>:0:0: note: this is the location of the previous definition
/usr/local/vitasdk/bin/arm-vita-eabi-gcc -DDISABLE_HTTP -DDISABLE_NETWORK -DDISABLE_OPENGL -DDISABLE_TWITCH -DNO_RCT2 -DNO_TTF -DOPENRCT2_BRANCH=\"vita\" -DOPENRCT2_COMMIT_SHA1=\"5d6d2296d7409b4a606c663a7a1c13cee7211c90\" -DOPENRCT2_COMMIT_SHA1_SHORT=\"5d6d2296d\" -D__WARN_SUGGEST_FINAL_METHODS__ -D__WARN_SUGGEST_FINAL_TYPES__ -I/usr/local/vitasdk/arm-vita-eabi/include -I/usr/local/vitasdk/arm-vita-eabi/include/libpng16 -Wl,-q -Wno-error=date-time -Wredundant-decls -Wignored-qualifiers -Wstrict-overflow=1 -std=gnu11 -fstrict-overflow -finstrument-functions -fstrict-aliasing -DDEBUG=0 -fno-PIC -std=gnu11 -std=gnu11 -O0 -g -DDEBUG -D_DEBUG -Wundef -o CMakeFiles/libopenrct2.dir/src/openrct2/peep/staff.c.obj -c /home/rop/psv/OpenRCT2/src/openrct2/peep/staff.c
<command-line>:0:0: warning: "DEBUG" redefined
<command-line>:0:0: note: this is the location of the previous definition
[ 15%] Building C object CMakeFiles/libopenrct2.dir/src/openrct2/platform/android.c.obj
/usr/local/vitasdk/bin/arm-vita-eabi-gcc -DDISABLE_HTTP -DDISABLE_NETWORK -DDISABLE_OPENGL -DDISABLE_TWITCH -DNO_RCT2 -DNO_TTF -DOPENRCT2_BRANCH=\"vita\" -DOPENRCT2_COMMIT_SHA1=\"5d6d2296d7409b4a606c663a7a1c13cee7211c90\" -DOPENRCT2_COMMIT_SHA1_SHORT=\"5d6d2296d\" -D__WARN_SUGGEST_FINAL_METHODS__ -D__WARN_SUGGEST_FINAL_TYPES__ -I/usr/local/vitasdk/arm-vita-eabi/include -I/usr/local/vitasdk/arm-vita-eabi/include/libpng16 -Wl,-q -Wno-error=date-time -Wredundant-decls -Wignored-qualifiers -Wstrict-overflow=1 -std=gnu11 -fstrict-overflow -finstrument-functions -fstrict-aliasing -DDEBUG=0 -fno-PIC -std=gnu11 -std=gnu11 -O0 -g -DDEBUG -D_DEBUG -Wundef -o CMakeFiles/libopenrct2.dir/src/openrct2/platform/android.c.obj -c /home/rop/psv/OpenRCT2/src/openrct2/platform/android.c
<command-line>:0:0: warning: "DEBUG" redefined
<command-line>:0:0: note: this is the location of the previous definition
[ 15%] Building C object CMakeFiles/libopenrct2.dir/src/openrct2/platform/linux.c.obj
/usr/local/vitasdk/bin/arm-vita-eabi-gcc -DDISABLE_HTTP -DDISABLE_NETWORK -DDISABLE_OPENGL -DDISABLE_TWITCH -DNO_RCT2 -DNO_TTF -DOPENRCT2_BRANCH=\"vita\" -DOPENRCT2_COMMIT_SHA1=\"5d6d2296d7409b4a606c663a7a1c13cee7211c90\" -DOPENRCT2_COMMIT_SHA1_SHORT=\"5d6d2296d\" -D__WARN_SUGGEST_FINAL_METHODS__ -D__WARN_SUGGEST_FINAL_TYPES__ -I/usr/local/vitasdk/arm-vita-eabi/include -I/usr/local/vitasdk/arm-vita-eabi/include/libpng16 -Wl,-q -Wno-error=date-time -Wredundant-decls -Wignored-qualifiers -Wstrict-overflow=1 -std=gnu11 -fstrict-overflow -finstrument-functions -fstrict-aliasing -DDEBUG=0 -fno-PIC -std=gnu11 -std=gnu11 -O0 -g -DDEBUG -D_DEBUG -Wundef -o CMakeFiles/libopenrct2.dir/src/openrct2/platform/linux.c.obj -c /home/rop/psv/OpenRCT2/src/openrct2/platform/linux.c
<command-line>:0:0: warning: "DEBUG" redefined
<command-line>:0:0: note: this is the location of the previous definition
[ 16%] Building C object CMakeFiles/libopenrct2.dir/src/openrct2/platform/posix.c.obj
/usr/local/vitasdk/bin/arm-vita-eabi-gcc -DDISABLE_HTTP -DDISABLE_NETWORK -DDISABLE_OPENGL -DDISABLE_TWITCH -DNO_RCT2 -DNO_TTF -DOPENRCT2_BRANCH=\"vita\" -DOPENRCT2_COMMIT_SHA1=\"5d6d2296d7409b4a606c663a7a1c13cee7211c90\" -DOPENRCT2_COMMIT_SHA1_SHORT=\"5d6d2296d\" -D__WARN_SUGGEST_FINAL_METHODS__ -D__WARN_SUGGEST_FINAL_TYPES__ -I/usr/local/vitasdk/arm-vita-eabi/include -I/usr/local/vitasdk/arm-vita-eabi/include/libpng16 -Wl,-q -Wno-error=date-time -Wredundant-decls -Wignored-qualifiers -Wstrict-overflow=1 -std=gnu11 -fstrict-overflow -finstrument-functions -fstrict-aliasing -DDEBUG=0 -fno-PIC -std=gnu11 -std=gnu11 -O0 -g -DDEBUG -D_DEBUG -Wundef -o CMakeFiles/libopenrct2.dir/src/openrct2/platform/posix.c.obj -c /home/rop/psv/OpenRCT2/src/openrct2/platform/posix.c
<command-line>:0:0: warning: "DEBUG" redefined
<command-line>:0:0: note: this is the location of the previous definition
[ 16%] Building C object CMakeFiles/libopenrct2.dir/src/openrct2/platform/shared.c.obj
/usr/local/vitasdk/bin/arm-vita-eabi-gcc -DDISABLE_HTTP -DDISABLE_NETWORK -DDISABLE_OPENGL -DDISABLE_TWITCH -DNO_RCT2 -DNO_TTF -DOPENRCT2_BRANCH=\"vita\" -DOPENRCT2_COMMIT_SHA1=\"5d6d2296d7409b4a606c663a7a1c13cee7211c90\" -DOPENRCT2_COMMIT_SHA1_SHORT=\"5d6d2296d\" -D__WARN_SUGGEST_FINAL_METHODS__ -D__WARN_SUGGEST_FINAL_TYPES__ -I/usr/local/vitasdk/arm-vita-eabi/include -I/usr/local/vitasdk/arm-vita-eabi/include/libpng16 -Wl,-q -Wno-error=date-time -Wredundant-decls -Wignored-qualifiers -Wstrict-overflow=1 -std=gnu11 -fstrict-overflow -finstrument-functions -fstrict-aliasing -DDEBUG=0 -fno-PIC -std=gnu11 -std=gnu11 -O0 -g -DDEBUG -D_DEBUG -Wundef -o CMakeFiles/libopenrct2.dir/src/openrct2/platform/shared.c.obj -c /home/rop/psv/OpenRCT2/src/openrct2/platform/shared.c
<command-line>:0:0: warning: "DEBUG" redefined
<command-line>:0:0: note: this is the location of the previous definition
/home/rop/psv/OpenRCT2/src/openrct2/peep/peep.c: In function 'peep_sort':
/home/rop/psv/OpenRCT2/src/openrct2/peep/peep.c:12556:49: warning: passing argument 4 of 'qsort' from incompatible pointer type [-Wincompatible-pointer-types]
qsort(peep_list, num_peeps, sizeof(uint16), peep_compare);
^~~~~~~~~~~~
In file included from /usr/local/vitasdk/arm-vita-eabi/include/assert.h:9:0,
from /home/rop/psv/OpenRCT2/src/openrct2/peep/../audio/../common.h:29,
from /home/rop/psv/OpenRCT2/src/openrct2/peep/../audio/audio.h:19,
from /home/rop/psv/OpenRCT2/src/openrct2/peep/peep.c:17:
/usr/local/vitasdk/arm-vita-eabi/include/stdlib.h:124:7: note: expected '__compar_fn_t {aka int (*)(const void *, const void *)}' but argument is of type 'sint32 (*)(const void *, const void *) {aka long int (*)(const void *, const void *)}'
_VOID _EXFUN(qsort,(_PTR __base, size_t __nmemb, size_t __size, __compar_fn_t _compar));
^
[ 16%] Building C object CMakeFiles/libopenrct2.dir/src/openrct2/platform/vita.c.obj
/usr/local/vitasdk/bin/arm-vita-eabi-gcc -DDISABLE_HTTP -DDISABLE_NETWORK -DDISABLE_OPENGL -DDISABLE_TWITCH -DNO_RCT2 -DNO_TTF -DOPENRCT2_BRANCH=\"vita\" -DOPENRCT2_COMMIT_SHA1=\"5d6d2296d7409b4a606c663a7a1c13cee7211c90\" -DOPENRCT2_COMMIT_SHA1_SHORT=\"5d6d2296d\" -D__WARN_SUGGEST_FINAL_METHODS__ -D__WARN_SUGGEST_FINAL_TYPES__ -I/usr/local/vitasdk/arm-vita-eabi/include -I/usr/local/vitasdk/arm-vita-eabi/include/libpng16 -Wl,-q -Wno-error=date-time -Wredundant-decls -Wignored-qualifiers -Wstrict-overflow=1 -std=gnu11 -fstrict-overflow -finstrument-functions -fstrict-aliasing -DDEBUG=0 -fno-PIC -std=gnu11 -std=gnu11 -O0 -g -DDEBUG -D_DEBUG -Wundef -o CMakeFiles/libopenrct2.dir/src/openrct2/platform/vita.c.obj -c /home/rop/psv/OpenRCT2/src/openrct2/platform/vita.c
[ 16%] Building C object CMakeFiles/libopenrct2.dir/src/openrct2/platform/windows.c.obj
/usr/local/vitasdk/bin/arm-vita-eabi-gcc -DDISABLE_HTTP -DDISABLE_NETWORK -DDISABLE_OPENGL -DDISABLE_TWITCH -DNO_RCT2 -DNO_TTF -DOPENRCT2_BRANCH=\"vita\" -DOPENRCT2_COMMIT_SHA1=\"5d6d2296d7409b4a606c663a7a1c13cee7211c90\" -DOPENRCT2_COMMIT_SHA1_SHORT=\"5d6d2296d\" -D__WARN_SUGGEST_FINAL_METHODS__ -D__WARN_SUGGEST_FINAL_TYPES__ -I/usr/local/vitasdk/arm-vita-eabi/include -I/usr/local/vitasdk/arm-vita-eabi/include/libpng16 -Wl,-q -Wno-error=date-time -Wredundant-decls -Wignored-qualifiers -Wstrict-overflow=1 -std=gnu11 -fstrict-overflow -finstrument-functions -fstrict-aliasing -DDEBUG=0 -fno-PIC -std=gnu11 -std=gnu11 -O0 -g -DDEBUG -D_DEBUG -Wundef -o CMakeFiles/libopenrct2.dir/src/openrct2/platform/windows.c.obj -c /home/rop/psv/OpenRCT2/src/openrct2/platform/windows.c
<command-line>:0:0: warning: "DEBUG" redefined
<command-line>:0:0: note: this is the location of the previous definition
<command-line>:0:0: warning: "DEBUG" redefined
<command-line>:0:0: note: this is the location of the previous definition
[ 17%] Building C object CMakeFiles/libopenrct2.dir/src/openrct2/rct1.c.obj
/usr/local/vitasdk/bin/arm-vita-eabi-gcc -DDISABLE_HTTP -DDISABLE_NETWORK -DDISABLE_OPENGL -DDISABLE_TWITCH -DNO_RCT2 -DNO_TTF -DOPENRCT2_BRANCH=\"vita\" -DOPENRCT2_COMMIT_SHA1=\"5d6d2296d7409b4a606c663a7a1c13cee7211c90\" -DOPENRCT2_COMMIT_SHA1_SHORT=\"5d6d2296d\" -D__WARN_SUGGEST_FINAL_METHODS__ -D__WARN_SUGGEST_FINAL_TYPES__ -I/usr/local/vitasdk/arm-vita-eabi/include -I/usr/local/vitasdk/arm-vita-eabi/include/libpng16 -Wl,-q -Wno-error=date-time -Wredundant-decls -Wignored-qualifiers -Wstrict-overflow=1 -std=gnu11 -fstrict-overflow -finstrument-functions -fstrict-aliasing -DDEBUG=0 -fno-PIC -std=gnu11 -std=gnu11 -O0 -g -DDEBUG -D_DEBUG -Wundef -o CMakeFiles/libopenrct2.dir/src/openrct2/rct1.c.obj -c /home/rop/psv/OpenRCT2/src/openrct2/rct1.c
<command-line>:0:0: warning: "DEBUG" redefined
<command-line>:0:0: note: this is the location of the previous definition
[ 17%] Building C object CMakeFiles/libopenrct2.dir/src/openrct2/rct2/addresses.c.obj
/usr/local/vitasdk/bin/arm-vita-eabi-gcc -DDISABLE_HTTP -DDISABLE_NETWORK -DDISABLE_OPENGL -DDISABLE_TWITCH -DNO_RCT2 -DNO_TTF -DOPENRCT2_BRANCH=\"vita\" -DOPENRCT2_COMMIT_SHA1=\"5d6d2296d7409b4a606c663a7a1c13cee7211c90\" -DOPENRCT2_COMMIT_SHA1_SHORT=\"5d6d2296d\" -D__WARN_SUGGEST_FINAL_METHODS__ -D__WARN_SUGGEST_FINAL_TYPES__ -I/usr/local/vitasdk/arm-vita-eabi/include -I/usr/local/vitasdk/arm-vita-eabi/include/libpng16 -Wl,-q -Wno-error=date-time -Wredundant-decls -Wignored-qualifiers -Wstrict-overflow=1 -std=gnu11 -fstrict-overflow -finstrument-functions -fstrict-aliasing -DDEBUG=0 -fno-PIC -std=gnu11 -std=gnu11 -O0 -g -DDEBUG -D_DEBUG -Wundef -o CMakeFiles/libopenrct2.dir/src/openrct2/rct2/addresses.c.obj -c /home/rop/psv/OpenRCT2/src/openrct2/rct2/addresses.c
<command-line>:0:0: warning: "DEBUG" redefined
<command-line>:0:0: note: this is the location of the previous definition
[ 17%] Building C object CMakeFiles/libopenrct2.dir/src/openrct2/rct2/hook.c.obj
/usr/local/vitasdk/bin/arm-vita-eabi-gcc -DDISABLE_HTTP -DDISABLE_NETWORK -DDISABLE_OPENGL -DDISABLE_TWITCH -DNO_RCT2 -DNO_TTF -DOPENRCT2_BRANCH=\"vita\" -DOPENRCT2_COMMIT_SHA1=\"5d6d2296d7409b4a606c663a7a1c13cee7211c90\" -DOPENRCT2_COMMIT_SHA1_SHORT=\"5d6d2296d\" -D__WARN_SUGGEST_FINAL_METHODS__ -D__WARN_SUGGEST_FINAL_TYPES__ -I/usr/local/vitasdk/arm-vita-eabi/include -I/usr/local/vitasdk/arm-vita-eabi/include/libpng16 -Wl,-q -Wno-error=date-time -Wredundant-decls -Wignored-qualifiers -Wstrict-overflow=1 -std=gnu11 -fstrict-overflow -finstrument-functions -fstrict-aliasing -DDEBUG=0 -fno-PIC -std=gnu11 -std=gnu11 -O0 -g -DDEBUG -D_DEBUG -Wundef -o CMakeFiles/libopenrct2.dir/src/openrct2/rct2/hook.c.obj -c /home/rop/psv/OpenRCT2/src/openrct2/rct2/hook.c
[ 17%] Building C object CMakeFiles/libopenrct2.dir/src/openrct2/rct2/interop.c.obj
/usr/local/vitasdk/bin/arm-vita-eabi-gcc -DDISABLE_HTTP -DDISABLE_NETWORK -DDISABLE_OPENGL -DDISABLE_TWITCH -DNO_RCT2 -DNO_TTF -DOPENRCT2_BRANCH=\"vita\" -DOPENRCT2_COMMIT_SHA1=\"5d6d2296d7409b4a606c663a7a1c13cee7211c90\" -DOPENRCT2_COMMIT_SHA1_SHORT=\"5d6d2296d\" -D__WARN_SUGGEST_FINAL_METHODS__ -D__WARN_SUGGEST_FINAL_TYPES__ -I/usr/local/vitasdk/arm-vita-eabi/include -I/usr/local/vitasdk/arm-vita-eabi/include/libpng16 -Wl,-q -Wno-error=date-time -Wredundant-decls -Wignored-qualifiers -Wstrict-overflow=1 -std=gnu11 -fstrict-overflow -finstrument-functions -fstrict-aliasing -DDEBUG=0 -fno-PIC -std=gnu11 -std=gnu11 -O0 -g -DDEBUG -D_DEBUG -Wundef -o CMakeFiles/libopenrct2.dir/src/openrct2/rct2/interop.c.obj -c /home/rop/psv/OpenRCT2/src/openrct2/rct2/interop.c
<command-line>:0:0: warning: "DEBUG" redefined
<command-line>:0:0: note: this is the location of the previous definition
<command-line>:0:0: warning: "DEBUG" redefined
<command-line>:0:0: note: this is the location of the previous definition
[ 18%] Building C object CMakeFiles/libopenrct2.dir/src/openrct2/ride/cable_lift.c.obj
/usr/local/vitasdk/bin/arm-vita-eabi-gcc -DDISABLE_HTTP -DDISABLE_NETWORK -DDISABLE_OPENGL -DDISABLE_TWITCH -DNO_RCT2 -DNO_TTF -DOPENRCT2_BRANCH=\"vita\" -DOPENRCT2_COMMIT_SHA1=\"5d6d2296d7409b4a606c663a7a1c13cee7211c90\" -DOPENRCT2_COMMIT_SHA1_SHORT=\"5d6d2296d\" -D__WARN_SUGGEST_FINAL_METHODS__ -D__WARN_SUGGEST_FINAL_TYPES__ -I/usr/local/vitasdk/arm-vita-eabi/include -I/usr/local/vitasdk/arm-vita-eabi/include/libpng16 -Wl,-q -Wno-error=date-time -Wredundant-decls -Wignored-qualifiers -Wstrict-overflow=1 -std=gnu11 -fstrict-overflow -finstrument-functions -fstrict-aliasing -DDEBUG=0 -fno-PIC -std=gnu11 -std=gnu11 -O0 -g -DDEBUG -D_DEBUG -Wundef -o CMakeFiles/libopenrct2.dir/src/openrct2/ride/cable_lift.c.obj -c /home/rop/psv/OpenRCT2/src/openrct2/ride/cable_lift.c
<command-line>:0:0: warning: "DEBUG" redefined
<command-line>:0:0: note: this is the location of the previous definition
[ 18%] Building C object CMakeFiles/libopenrct2.dir/src/openrct2/ride/coaster/air_powered_vertical_coaster.c.obj
/usr/local/vitasdk/bin/arm-vita-eabi-gcc -DDISABLE_HTTP -DDISABLE_NETWORK -DDISABLE_OPENGL -DDISABLE_TWITCH -DNO_RCT2 -DNO_TTF -DOPENRCT2_BRANCH=\"vita\" -DOPENRCT2_COMMIT_SHA1=\"5d6d2296d7409b4a606c663a7a1c13cee7211c90\" -DOPENRCT2_COMMIT_SHA1_SHORT=\"5d6d2296d\" -D__WARN_SUGGEST_FINAL_METHODS__ -D__WARN_SUGGEST_FINAL_TYPES__ -I/usr/local/vitasdk/arm-vita-eabi/include -I/usr/local/vitasdk/arm-vita-eabi/include/libpng16 -Wl,-q -Wno-error=date-time -Wredundant-decls -Wignored-qualifiers -Wstrict-overflow=1 -std=gnu11 -fstrict-overflow -finstrument-functions -fstrict-aliasing -DDEBUG=0 -fno-PIC -std=gnu11 -std=gnu11 -O0 -g -DDEBUG -D_DEBUG -Wundef -o CMakeFiles/libopenrct2.dir/src/openrct2/ride/coaster/air_powered_vertical_coaster.c.obj -c /home/rop/psv/OpenRCT2/src/openrct2/ride/coaster/air_powered_vertical_coaster.c
[ 18%] Building C object CMakeFiles/libopenrct2.dir/src/openrct2/ride/coaster/bobsleigh_coaster.c.obj
/usr/local/vitasdk/bin/arm-vita-eabi-gcc -DDISABLE_HTTP -DDISABLE_NETWORK -DDISABLE_OPENGL -DDISABLE_TWITCH -DNO_RCT2 -DNO_TTF -DOPENRCT2_BRANCH=\"vita\" -DOPENRCT2_COMMIT_SHA1=\"5d6d2296d7409b4a606c663a7a1c13cee7211c90\" -DOPENRCT2_COMMIT_SHA1_SHORT=\"5d6d2296d\" -D__WARN_SUGGEST_FINAL_METHODS__ -D__WARN_SUGGEST_FINAL_TYPES__ -I/usr/local/vitasdk/arm-vita-eabi/include -I/usr/local/vitasdk/arm-vita-eabi/include/libpng16 -Wl,-q -Wno-error=date-time -Wredundant-decls -Wignored-qualifiers -Wstrict-overflow=1 -std=gnu11 -fstrict-overflow -finstrument-functions -fstrict-aliasing -DDEBUG=0 -fno-PIC -std=gnu11 -std=gnu11 -O0 -g -DDEBUG -D_DEBUG -Wundef -o CMakeFiles/libopenrct2.dir/src/openrct2/ride/coaster/bobsleigh_coaster.c.obj -c /home/rop/psv/OpenRCT2/src/openrct2/ride/coaster/bobsleigh_coaster.c
<command-line>:0:0: warning: "DEBUG" redefined
<command-line>:0:0: note: this is the location of the previous definition
<command-line>:0:0: warning: "DEBUG" redefined
<command-line>:0:0: note: this is the location of the previous definition
[ 18%] Building C object CMakeFiles/libopenrct2.dir/src/openrct2/ride/coaster/bolliger_mabillard_track.c.obj
/usr/local/vitasdk/bin/arm-vita-eabi-gcc -DDISABLE_HTTP -DDISABLE_NETWORK -DDISABLE_OPENGL -DDISABLE_TWITCH -DNO_RCT2 -DNO_TTF -DOPENRCT2_BRANCH=\"vita\" -DOPENRCT2_COMMIT_SHA1=\"5d6d2296d7409b4a606c663a7a1c13cee7211c90\" -DOPENRCT2_COMMIT_SHA1_SHORT=\"5d6d2296d\" -D__WARN_SUGGEST_FINAL_METHODS__ -D__WARN_SUGGEST_FINAL_TYPES__ -I/usr/local/vitasdk/arm-vita-eabi/include -I/usr/local/vitasdk/arm-vita-eabi/include/libpng16 -Wl,-q -Wno-error=date-time -Wredundant-decls -Wignored-qualifiers -Wstrict-overflow=1 -std=gnu11 -fstrict-overflow -finstrument-functions -fstrict-aliasing -DDEBUG=0 -fno-PIC -std=gnu11 -std=gnu11 -O0 -g -DDEBUG -D_DEBUG -Wundef -o CMakeFiles/libopenrct2.dir/src/openrct2/ride/coaster/bolliger_mabillard_track.c.obj -c /home/rop/psv/OpenRCT2/src/openrct2/ride/coaster/bolliger_mabillard_track.c
<command-line>:0:0: warning: "DEBUG" redefined
<command-line>:0:0: note: this is the location of the previous definition
[ 19%] Building C object CMakeFiles/libopenrct2.dir/src/openrct2/ride/coaster/compact_inverted_coaster.c.obj
/usr/local/vitasdk/bin/arm-vita-eabi-gcc -DDISABLE_HTTP -DDISABLE_NETWORK -DDISABLE_OPENGL -DDISABLE_TWITCH -DNO_RCT2 -DNO_TTF -DOPENRCT2_BRANCH=\"vita\" -DOPENRCT2_COMMIT_SHA1=\"5d6d2296d7409b4a606c663a7a1c13cee7211c90\" -DOPENRCT2_COMMIT_SHA1_SHORT=\"5d6d2296d\" -D__WARN_SUGGEST_FINAL_METHODS__ -D__WARN_SUGGEST_FINAL_TYPES__ -I/usr/local/vitasdk/arm-vita-eabi/include -I/usr/local/vitasdk/arm-vita-eabi/include/libpng16 -Wl,-q -Wno-error=date-time -Wredundant-decls -Wignored-qualifiers -Wstrict-overflow=1 -std=gnu11 -fstrict-overflow -finstrument-functions -fstrict-aliasing -DDEBUG=0 -fno-PIC -std=gnu11 -std=gnu11 -O0 -g -DDEBUG -D_DEBUG -Wundef -o CMakeFiles/libopenrct2.dir/src/openrct2/ride/coaster/compact_inverted_coaster.c.obj -c /home/rop/psv/OpenRCT2/src/openrct2/ride/coaster/compact_inverted_coaster.c
<command-line>:0:0: warning: "DEBUG" redefined
<command-line>:0:0: note: this is the location of the previous definition
[ 19%] Building C object CMakeFiles/libopenrct2.dir/src/openrct2/ride/coaster/corkscrew_roller_coaster.c.obj
/usr/local/vitasdk/bin/arm-vita-eabi-gcc -DDISABLE_HTTP -DDISABLE_NETWORK -DDISABLE_OPENGL -DDISABLE_TWITCH -DNO_RCT2 -DNO_TTF -DOPENRCT2_BRANCH=\"vita\" -DOPENRCT2_COMMIT_SHA1=\"5d6d2296d7409b4a606c663a7a1c13cee7211c90\" -DOPENRCT2_COMMIT_SHA1_SHORT=\"5d6d2296d\" -D__WARN_SUGGEST_FINAL_METHODS__ -D__WARN_SUGGEST_FINAL_TYPES__ -I/usr/local/vitasdk/arm-vita-eabi/include -I/usr/local/vitasdk/arm-vita-eabi/include/libpng16 -Wl,-q -Wno-error=date-time -Wredundant-decls -Wignored-qualifiers -Wstrict-overflow=1 -std=gnu11 -fstrict-overflow -finstrument-functions -fstrict-aliasing -DDEBUG=0 -fno-PIC -std=gnu11 -std=gnu11 -O0 -g -DDEBUG -D_DEBUG -Wundef -o CMakeFiles/libopenrct2.dir/src/openrct2/ride/coaster/corkscrew_roller_coaster.c.obj -c /home/rop/psv/OpenRCT2/src/openrct2/ride/coaster/corkscrew_roller_coaster.c
<command-line>:0:0: warning: "DEBUG" redefined
<command-line>:0:0: note: this is the location of the previous definition
[ 19%] Building C object CMakeFiles/libopenrct2.dir/src/openrct2/ride/coaster/flying_roller_coaster.c.obj
/usr/local/vitasdk/bin/arm-vita-eabi-gcc -DDISABLE_HTTP -DDISABLE_NETWORK -DDISABLE_OPENGL -DDISABLE_TWITCH -DNO_RCT2 -DNO_TTF -DOPENRCT2_BRANCH=\"vita\" -DOPENRCT2_COMMIT_SHA1=\"5d6d2296d7409b4a606c663a7a1c13cee7211c90\" -DOPENRCT2_COMMIT_SHA1_SHORT=\"5d6d2296d\" -D__WARN_SUGGEST_FINAL_METHODS__ -D__WARN_SUGGEST_FINAL_TYPES__ -I/usr/local/vitasdk/arm-vita-eabi/include -I/usr/local/vitasdk/arm-vita-eabi/include/libpng16 -Wl,-q -Wno-error=date-time -Wredundant-decls -Wignored-qualifiers -Wstrict-overflow=1 -std=gnu11 -fstrict-overflow -finstrument-functions -fstrict-aliasing -DDEBUG=0 -fno-PIC -std=gnu11 -std=gnu11 -O0 -g -DDEBUG -D_DEBUG -Wundef -o CMakeFiles/libopenrct2.dir/src/openrct2/ride/coaster/flying_roller_coaster.c.obj -c /home/rop/psv/OpenRCT2/src/openrct2/ride/coaster/flying_roller_coaster.c
<command-line>:0:0: warning: "DEBUG" redefined
<command-line>:0:0: note: this is the location of the previous definition
[ 19%] Building C object CMakeFiles/libopenrct2.dir/src/openrct2/ride/coaster/giga_coaster.c.obj
/usr/local/vitasdk/bin/arm-vita-eabi-gcc -DDISABLE_HTTP -DDISABLE_NETWORK -DDISABLE_OPENGL -DDISABLE_TWITCH -DNO_RCT2 -DNO_TTF -DOPENRCT2_BRANCH=\"vita\" -DOPENRCT2_COMMIT_SHA1=\"5d6d2296d7409b4a606c663a7a1c13cee7211c90\" -DOPENRCT2_COMMIT_SHA1_SHORT=\"5d6d2296d\" -D__WARN_SUGGEST_FINAL_METHODS__ -D__WARN_SUGGEST_FINAL_TYPES__ -I/usr/local/vitasdk/arm-vita-eabi/include -I/usr/local/vitasdk/arm-vita-eabi/include/libpng16 -Wl,-q -Wno-error=date-time -Wredundant-decls -Wignored-qualifiers -Wstrict-overflow=1 -std=gnu11 -fstrict-overflow -finstrument-functions -fstrict-aliasing -DDEBUG=0 -fno-PIC -std=gnu11 -std=gnu11 -O0 -g -DDEBUG -D_DEBUG -Wundef -o CMakeFiles/libopenrct2.dir/src/openrct2/ride/coaster/giga_coaster.c.obj -c /home/rop/psv/OpenRCT2/src/openrct2/ride/coaster/giga_coaster.c
<command-line>:0:0: warning: "DEBUG" redefined
<command-line>:0:0: note: this is the location of the previous definition
[ 20%] Building C object CMakeFiles/libopenrct2.dir/src/openrct2/ride/coaster/heartline_twister_coaster.c.obj
/usr/local/vitasdk/bin/arm-vita-eabi-gcc -DDISABLE_HTTP -DDISABLE_NETWORK -DDISABLE_OPENGL -DDISABLE_TWITCH -DNO_RCT2 -DNO_TTF -DOPENRCT2_BRANCH=\"vita\" -DOPENRCT2_COMMIT_SHA1=\"5d6d2296d7409b4a606c663a7a1c13cee7211c90\" -DOPENRCT2_COMMIT_SHA1_SHORT=\"5d6d2296d\" -D__WARN_SUGGEST_FINAL_METHODS__ -D__WARN_SUGGEST_FINAL_TYPES__ -I/usr/local/vitasdk/arm-vita-eabi/include -I/usr/local/vitasdk/arm-vita-eabi/include/libpng16 -Wl,-q -Wno-error=date-time -Wredundant-decls -Wignored-qualifiers -Wstrict-overflow=1 -std=gnu11 -fstrict-overflow -finstrument-functions -fstrict-aliasing -DDEBUG=0 -fno-PIC -std=gnu11 -std=gnu11 -O0 -g -DDEBUG -D_DEBUG -Wundef -o CMakeFiles/libopenrct2.dir/src/openrct2/ride/coaster/heartline_twister_coaster.c.obj -c /home/rop/psv/OpenRCT2/src/openrct2/ride/coaster/heartline_twister_coaster.c
<command-line>:0:0: warning: "DEBUG" redefined
<command-line>:0:0: note: this is the location of the previous definition
[ 20%] Building C object CMakeFiles/libopenrct2.dir/src/openrct2/ride/coaster/inverted_hairpin_coaster.c.obj
/usr/local/vitasdk/bin/arm-vita-eabi-gcc -DDISABLE_HTTP -DDISABLE_NETWORK -DDISABLE_OPENGL -DDISABLE_TWITCH -DNO_RCT2 -DNO_TTF -DOPENRCT2_BRANCH=\"vita\" -DOPENRCT2_COMMIT_SHA1=\"5d6d2296d7409b4a606c663a7a1c13cee7211c90\" -DOPENRCT2_COMMIT_SHA1_SHORT=\"5d6d2296d\" -D__WARN_SUGGEST_FINAL_METHODS__ -D__WARN_SUGGEST_FINAL_TYPES__ -I/usr/local/vitasdk/arm-vita-eabi/include -I/usr/local/vitasdk/arm-vita-eabi/include/libpng16 -Wl,-q -Wno-error=date-time -Wredundant-decls -Wignored-qualifiers -Wstrict-overflow=1 -std=gnu11 -fstrict-overflow -finstrument-functions -fstrict-aliasing -DDEBUG=0 -fno-PIC -std=gnu11 -std=gnu11 -O0 -g -DDEBUG -D_DEBUG -Wundef -o CMakeFiles/libopenrct2.dir/src/openrct2/ride/coaster/inverted_hairpin_coaster.c.obj -c /home/rop/psv/OpenRCT2/src/openrct2/ride/coaster/inverted_hairpin_coaster.c
<command-line>:0:0: warning: "DEBUG" redefined
<command-line>:0:0: note: this is the location of the previous definition
[ 20%] Building C object CMakeFiles/libopenrct2.dir/src/openrct2/ride/coaster/inverted_impulse_coaster.c.obj
/usr/local/vitasdk/bin/arm-vita-eabi-gcc -DDISABLE_HTTP -DDISABLE_NETWORK -DDISABLE_OPENGL -DDISABLE_TWITCH -DNO_RCT2 -DNO_TTF -DOPENRCT2_BRANCH=\"vita\" -DOPENRCT2_COMMIT_SHA1=\"5d6d2296d7409b4a606c663a7a1c13cee7211c90\" -DOPENRCT2_COMMIT_SHA1_SHORT=\"5d6d2296d\" -D__WARN_SUGGEST_FINAL_METHODS__ -D__WARN_SUGGEST_FINAL_TYPES__ -I/usr/local/vitasdk/arm-vita-eabi/include -I/usr/local/vitasdk/arm-vita-eabi/include/libpng16 -Wl,-q -Wno-error=date-time -Wredundant-decls -Wignored-qualifiers -Wstrict-overflow=1 -std=gnu11 -fstrict-overflow -finstrument-functions -fstrict-aliasing -DDEBUG=0 -fno-PIC -std=gnu11 -std=gnu11 -O0 -g -DDEBUG -D_DEBUG -Wundef -o CMakeFiles/libopenrct2.dir/src/openrct2/ride/coaster/inverted_impulse_coaster.c.obj -c /home/rop/psv/OpenRCT2/src/openrct2/ride/coaster/inverted_impulse_coaster.c
[ 20%] Building C object CMakeFiles/libopenrct2.dir/src/openrct2/ride/coaster/inverted_roller_coaster.c.obj
/usr/local/vitasdk/bin/arm-vita-eabi-gcc -DDISABLE_HTTP -DDISABLE_NETWORK -DDISABLE_OPENGL -DDISABLE_TWITCH -DNO_RCT2 -DNO_TTF -DOPENRCT2_BRANCH=\"vita\" -DOPENRCT2_COMMIT_SHA1=\"5d6d2296d7409b4a606c663a7a1c13cee7211c90\" -DOPENRCT2_COMMIT_SHA1_SHORT=\"5d6d2296d\" -D__WARN_SUGGEST_FINAL_METHODS__ -D__WARN_SUGGEST_FINAL_TYPES__ -I/usr/local/vitasdk/arm-vita-eabi/include -I/usr/local/vitasdk/arm-vita-eabi/include/libpng16 -Wl,-q -Wno-error=date-time -Wredundant-decls -Wignored-qualifiers -Wstrict-overflow=1 -std=gnu11 -fstrict-overflow -finstrument-functions -fstrict-aliasing -DDEBUG=0 -fno-PIC -std=gnu11 -std=gnu11 -O0 -g -DDEBUG -D_DEBUG -Wundef -o CMakeFiles/libopenrct2.dir/src/openrct2/ride/coaster/inverted_roller_coaster.c.obj -c /home/rop/psv/OpenRCT2/src/openrct2/ride/coaster/inverted_roller_coaster.c
<command-line>:0:0: warning: "DEBUG" redefined
<command-line>:0:0: note: this is the location of the previous definition
<command-line>:0:0: warning: "DEBUG" redefined
<command-line>:0:0: note: this is the location of the previous definition
[ 21%] Building C object CMakeFiles/libopenrct2.dir/src/openrct2/ride/coaster/junior_roller_coaster.c.obj
/usr/local/vitasdk/bin/arm-vita-eabi-gcc -DDISABLE_HTTP -DDISABLE_NETWORK -DDISABLE_OPENGL -DDISABLE_TWITCH -DNO_RCT2 -DNO_TTF -DOPENRCT2_BRANCH=\"vita\" -DOPENRCT2_COMMIT_SHA1=\"5d6d2296d7409b4a606c663a7a1c13cee7211c90\" -DOPENRCT2_COMMIT_SHA1_SHORT=\"5d6d2296d\" -D__WARN_SUGGEST_FINAL_METHODS__ -D__WARN_SUGGEST_FINAL_TYPES__ -I/usr/local/vitasdk/arm-vita-eabi/include -I/usr/local/vitasdk/arm-vita-eabi/include/libpng16 -Wl,-q -Wno-error=date-time -Wredundant-decls -Wignored-qualifiers -Wstrict-overflow=1 -std=gnu11 -fstrict-overflow -finstrument-functions -fstrict-aliasing -DDEBUG=0 -fno-PIC -std=gnu11 -std=gnu11 -O0 -g -DDEBUG -D_DEBUG -Wundef -o CMakeFiles/libopenrct2.dir/src/openrct2/ride/coaster/junior_roller_coaster.c.obj -c /home/rop/psv/OpenRCT2/src/openrct2/ride/coaster/junior_roller_coaster.c
<command-line>:0:0: warning: "DEBUG" redefined
<command-line>:0:0: note: this is the location of the previous definition
[ 21%] Building C object CMakeFiles/libopenrct2.dir/src/openrct2/ride/coaster/lay_down_roller_coaster.c.obj
/usr/local/vitasdk/bin/arm-vita-eabi-gcc -DDISABLE_HTTP -DDISABLE_NETWORK -DDISABLE_OPENGL -DDISABLE_TWITCH -DNO_RCT2 -DNO_TTF -DOPENRCT2_BRANCH=\"vita\" -DOPENRCT2_COMMIT_SHA1=\"5d6d2296d7409b4a606c663a7a1c13cee7211c90\" -DOPENRCT2_COMMIT_SHA1_SHORT=\"5d6d2296d\" -D__WARN_SUGGEST_FINAL_METHODS__ -D__WARN_SUGGEST_FINAL_TYPES__ -I/usr/local/vitasdk/arm-vita-eabi/include -I/usr/local/vitasdk/arm-vita-eabi/include/libpng16 -Wl,-q -Wno-error=date-time -Wredundant-decls -Wignored-qualifiers -Wstrict-overflow=1 -std=gnu11 -fstrict-overflow -finstrument-functions -fstrict-aliasing -DDEBUG=0 -fno-PIC -std=gnu11 -std=gnu11 -O0 -g -DDEBUG -D_DEBUG -Wundef -o CMakeFiles/libopenrct2.dir/src/openrct2/ride/coaster/lay_down_roller_coaster.c.obj -c /home/rop/psv/OpenRCT2/src/openrct2/ride/coaster/lay_down_roller_coaster.c
<command-line>:0:0: warning: "DEBUG" redefined
<command-line>:0:0: note: this is the location of the previous definition
[ 21%] Building C object CMakeFiles/libopenrct2.dir/src/openrct2/ride/coaster/lim_launched_roller_coaster.c.obj
/usr/local/vitasdk/bin/arm-vita-eabi-gcc -DDISABLE_HTTP -DDISABLE_NETWORK -DDISABLE_OPENGL -DDISABLE_TWITCH -DNO_RCT2 -DNO_TTF -DOPENRCT2_BRANCH=\"vita\" -DOPENRCT2_COMMIT_SHA1=\"5d6d2296d7409b4a606c663a7a1c13cee7211c90\" -DOPENRCT2_COMMIT_SHA1_SHORT=\"5d6d2296d\" -D__WARN_SUGGEST_FINAL_METHODS__ -D__WARN_SUGGEST_FINAL_TYPES__ -I/usr/local/vitasdk/arm-vita-eabi/include -I/usr/local/vitasdk/arm-vita-eabi/include/libpng16 -Wl,-q -Wno-error=date-time -Wredundant-decls -Wignored-qualifiers -Wstrict-overflow=1 -std=gnu11 -fstrict-overflow -finstrument-functions -fstrict-aliasing -DDEBUG=0 -fno-PIC -std=gnu11 -std=gnu11 -O0 -g -DDEBUG -D_DEBUG -Wundef -o CMakeFiles/libopenrct2.dir/src/openrct2/ride/coaster/lim_launched_roller_coaster.c.obj -c /home/rop/psv/OpenRCT2/src/openrct2/ride/coaster/lim_launched_roller_coaster.c
<command-line>:0:0: warning: "DEBUG" redefined
<command-line>:0:0: note: this is the location of the previous definition
[ 22%] Building C object CMakeFiles/libopenrct2.dir/src/openrct2/ride/coaster/looping_roller_coaster.c.obj
/usr/local/vitasdk/bin/arm-vita-eabi-gcc -DDISABLE_HTTP -DDISABLE_NETWORK -DDISABLE_OPENGL -DDISABLE_TWITCH -DNO_RCT2 -DNO_TTF -DOPENRCT2_BRANCH=\"vita\" -DOPENRCT2_COMMIT_SHA1=\"5d6d2296d7409b4a606c663a7a1c13cee7211c90\" -DOPENRCT2_COMMIT_SHA1_SHORT=\"5d6d2296d\" -D__WARN_SUGGEST_FINAL_METHODS__ -D__WARN_SUGGEST_FINAL_TYPES__ -I/usr/local/vitasdk/arm-vita-eabi/include -I/usr/local/vitasdk/arm-vita-eabi/include/libpng16 -Wl,-q -Wno-error=date-time -Wredundant-decls -Wignored-qualifiers -Wstrict-overflow=1 -std=gnu11 -fstrict-overflow -finstrument-functions -fstrict-aliasing -DDEBUG=0 -fno-PIC -std=gnu11 -std=gnu11 -O0 -g -DDEBUG -D_DEBUG -Wundef -o CMakeFiles/libopenrct2.dir/src/openrct2/ride/coaster/looping_roller_coaster.c.obj -c /home/rop/psv/OpenRCT2/src/openrct2/ride/coaster/looping_roller_coaster.c
<command-line>:0:0: warning: "DEBUG" redefined
<command-line>:0:0: note: this is the location of the previous definition
[ 22%] Building C object CMakeFiles/libopenrct2.dir/src/openrct2/ride/coaster/mine_ride.c.obj
/usr/local/vitasdk/bin/arm-vita-eabi-gcc -DDISABLE_HTTP -DDISABLE_NETWORK -DDISABLE_OPENGL -DDISABLE_TWITCH -DNO_RCT2 -DNO_TTF -DOPENRCT2_BRANCH=\"vita\" -DOPENRCT2_COMMIT_SHA1=\"5d6d2296d7409b4a606c663a7a1c13cee7211c90\" -DOPENRCT2_COMMIT_SHA1_SHORT=\"5d6d2296d\" -D__WARN_SUGGEST_FINAL_METHODS__ -D__WARN_SUGGEST_FINAL_TYPES__ -I/usr/local/vitasdk/arm-vita-eabi/include -I/usr/local/vitasdk/arm-vita-eabi/include/libpng16 -Wl,-q -Wno-error=date-time -Wredundant-decls -Wignored-qualifiers -Wstrict-overflow=1 -std=gnu11 -fstrict-overflow -finstrument-functions -fstrict-aliasing -DDEBUG=0 -fno-PIC -std=gnu11 -std=gnu11 -O0 -g -DDEBUG -D_DEBUG -Wundef -o CMakeFiles/libopenrct2.dir/src/openrct2/ride/coaster/mine_ride.c.obj -c /home/rop/psv/OpenRCT2/src/openrct2/ride/coaster/mine_ride.c
<command-line>:0:0: warning: "DEBUG" redefined
<command-line>:0:0: note: this is the location of the previous definition
[ 22%] Building C object CMakeFiles/libopenrct2.dir/src/openrct2/ride/coaster/mine_train_coaster.c.obj
/usr/local/vitasdk/bin/arm-vita-eabi-gcc -DDISABLE_HTTP -DDISABLE_NETWORK -DDISABLE_OPENGL -DDISABLE_TWITCH -DNO_RCT2 -DNO_TTF -DOPENRCT2_BRANCH=\"vita\" -DOPENRCT2_COMMIT_SHA1=\"5d6d2296d7409b4a606c663a7a1c13cee7211c90\" -DOPENRCT2_COMMIT_SHA1_SHORT=\"5d6d2296d\" -D__WARN_SUGGEST_FINAL_METHODS__ -D__WARN_SUGGEST_FINAL_TYPES__ -I/usr/local/vitasdk/arm-vita-eabi/include -I/usr/local/vitasdk/arm-vita-eabi/include/libpng16 -Wl,-q -Wno-error=date-time -Wredundant-decls -Wignored-qualifiers -Wstrict-overflow=1 -std=gnu11 -fstrict-overflow -finstrument-functions -fstrict-aliasing -DDEBUG=0 -fno-PIC -std=gnu11 -std=gnu11 -O0 -g -DDEBUG -D_DEBUG -Wundef -o CMakeFiles/libopenrct2.dir/src/openrct2/ride/coaster/mine_train_coaster.c.obj -c /home/rop/psv/OpenRCT2/src/openrct2/ride/coaster/mine_train_coaster.c
<command-line>:0:0: warning: "DEBUG" redefined
<command-line>:0:0: note: this is the location of the previous definition
[ 22%] Building C object CMakeFiles/libopenrct2.dir/src/openrct2/ride/coaster/mini_roller_coaster.c.obj
/usr/local/vitasdk/bin/arm-vita-eabi-gcc -DDISABLE_HTTP -DDISABLE_NETWORK -DDISABLE_OPENGL -DDISABLE_TWITCH -DNO_RCT2 -DNO_TTF -DOPENRCT2_BRANCH=\"vita\" -DOPENRCT2_COMMIT_SHA1=\"5d6d2296d7409b4a606c663a7a1c13cee7211c90\" -DOPENRCT2_COMMIT_SHA1_SHORT=\"5d6d2296d\" -D__WARN_SUGGEST_FINAL_METHODS__ -D__WARN_SUGGEST_FINAL_TYPES__ -I/usr/local/vitasdk/arm-vita-eabi/include -I/usr/local/vitasdk/arm-vita-eabi/include/libpng16 -Wl,-q -Wno-error=date-time -Wredundant-decls -Wignored-qualifiers -Wstrict-overflow=1 -std=gnu11 -fstrict-overflow -finstrument-functions -fstrict-aliasing -DDEBUG=0 -fno-PIC -std=gnu11 -std=gnu11 -O0 -g -DDEBUG -D_DEBUG -Wundef -o CMakeFiles/libopenrct2.dir/src/openrct2/ride/coaster/mini_roller_coaster.c.obj -c /home/rop/psv/OpenRCT2/src/openrct2/ride/coaster/mini_roller_coaster.c
<command-line>:0:0: warning: "DEBUG" redefined
<command-line>:0:0: note: this is the location of the previous definition
[ 23%] Building C object CMakeFiles/libopenrct2.dir/src/openrct2/ride/coaster/mini_suspended_coaster.c.obj
/usr/local/vitasdk/bin/arm-vita-eabi-gcc -DDISABLE_HTTP -DDISABLE_NETWORK -DDISABLE_OPENGL -DDISABLE_TWITCH -DNO_RCT2 -DNO_TTF -DOPENRCT2_BRANCH=\"vita\" -DOPENRCT2_COMMIT_SHA1=\"5d6d2296d7409b4a606c663a7a1c13cee7211c90\" -DOPENRCT2_COMMIT_SHA1_SHORT=\"5d6d2296d\" -D__WARN_SUGGEST_FINAL_METHODS__ -D__WARN_SUGGEST_FINAL_TYPES__ -I/usr/local/vitasdk/arm-vita-eabi/include -I/usr/local/vitasdk/arm-vita-eabi/include/libpng16 -Wl,-q -Wno-error=date-time -Wredundant-decls -Wignored-qualifiers -Wstrict-overflow=1 -std=gnu11 -fstrict-overflow -finstrument-functions -fstrict-aliasing -DDEBUG=0 -fno-PIC -std=gnu11 -std=gnu11 -O0 -g -DDEBUG -D_DEBUG -Wundef -o CMakeFiles/libopenrct2.dir/src/openrct2/ride/coaster/mini_suspended_coaster.c.obj -c /home/rop/psv/OpenRCT2/src/openrct2/ride/coaster/mini_suspended_coaster.c
<command-line>:0:0: warning: "DEBUG" redefined
<command-line>:0:0: note: this is the location of the previous definition
[ 23%] Building C object CMakeFiles/libopenrct2.dir/src/openrct2/ride/coaster/multi_dimension_roller_coaster.c.obj
/usr/local/vitasdk/bin/arm-vita-eabi-gcc -DDISABLE_HTTP -DDISABLE_NETWORK -DDISABLE_OPENGL -DDISABLE_TWITCH -DNO_RCT2 -DNO_TTF -DOPENRCT2_BRANCH=\"vita\" -DOPENRCT2_COMMIT_SHA1=\"5d6d2296d7409b4a606c663a7a1c13cee7211c90\" -DOPENRCT2_COMMIT_SHA1_SHORT=\"5d6d2296d\" -D__WARN_SUGGEST_FINAL_METHODS__ -D__WARN_SUGGEST_FINAL_TYPES__ -I/usr/local/vitasdk/arm-vita-eabi/include -I/usr/local/vitasdk/arm-vita-eabi/include/libpng16 -Wl,-q -Wno-error=date-time -Wredundant-decls -Wignored-qualifiers -Wstrict-overflow=1 -std=gnu11 -fstrict-overflow -finstrument-functions -fstrict-aliasing -DDEBUG=0 -fno-PIC -std=gnu11 -std=gnu11 -O0 -g -DDEBUG -D_DEBUG -Wundef -o CMakeFiles/libopenrct2.dir/src/openrct2/ride/coaster/multi_dimension_roller_coaster.c.obj -c /home/rop/psv/OpenRCT2/src/openrct2/ride/coaster/multi_dimension_roller_coaster.c
<command-line>:0:0: warning: "DEBUG" redefined
<command-line>:0:0: note: this is the location of the previous definition
[ 23%] Building C object CMakeFiles/libopenrct2.dir/src/openrct2/ride/coaster/reverse_freefall_coaster.c.obj
/usr/local/vitasdk/bin/arm-vita-eabi-gcc -DDISABLE_HTTP -DDISABLE_NETWORK -DDISABLE_OPENGL -DDISABLE_TWITCH -DNO_RCT2 -DNO_TTF -DOPENRCT2_BRANCH=\"vita\" -DOPENRCT2_COMMIT_SHA1=\"5d6d2296d7409b4a606c663a7a1c13cee7211c90\" -DOPENRCT2_COMMIT_SHA1_SHORT=\"5d6d2296d\" -D__WARN_SUGGEST_FINAL_METHODS__ -D__WARN_SUGGEST_FINAL_TYPES__ -I/usr/local/vitasdk/arm-vita-eabi/include -I/usr/local/vitasdk/arm-vita-eabi/include/libpng16 -Wl,-q -Wno-error=date-time -Wredundant-decls -Wignored-qualifiers -Wstrict-overflow=1 -std=gnu11 -fstrict-overflow -finstrument-functions -fstrict-aliasing -DDEBUG=0 -fno-PIC -std=gnu11 -std=gnu11 -O0 -g -DDEBUG -D_DEBUG -Wundef -o CMakeFiles/libopenrct2.dir/src/openrct2/ride/coaster/reverse_freefall_coaster.c.obj -c /home/rop/psv/OpenRCT2/src/openrct2/ride/coaster/reverse_freefall_coaster.c
<command-line>:0:0: warning: "DEBUG" redefined
<command-line>:0:0: note: this is the location of the previous definition
[ 23%] Building C object CMakeFiles/libopenrct2.dir/src/openrct2/ride/coaster/reverser_roller_coaster.c.obj
/usr/local/vitasdk/bin/arm-vita-eabi-gcc -DDISABLE_HTTP -DDISABLE_NETWORK -DDISABLE_OPENGL -DDISABLE_TWITCH -DNO_RCT2 -DNO_TTF -DOPENRCT2_BRANCH=\"vita\" -DOPENRCT2_COMMIT_SHA1=\"5d6d2296d7409b4a606c663a7a1c13cee7211c90\" -DOPENRCT2_COMMIT_SHA1_SHORT=\"5d6d2296d\" -D__WARN_SUGGEST_FINAL_METHODS__ -D__WARN_SUGGEST_FINAL_TYPES__ -I/usr/local/vitasdk/arm-vita-eabi/include -I/usr/local/vitasdk/arm-vita-eabi/include/libpng16 -Wl,-q -Wno-error=date-time -Wredundant-decls -Wignored-qualifiers -Wstrict-overflow=1 -std=gnu11 -fstrict-overflow -finstrument-functions -fstrict-aliasing -DDEBUG=0 -fno-PIC -std=gnu11 -std=gnu11 -O0 -g -DDEBUG -D_DEBUG -Wundef -o CMakeFiles/libopenrct2.dir/src/openrct2/ride/coaster/reverser_roller_coaster.c.obj -c /home/rop/psv/OpenRCT2/src/openrct2/ride/coaster/reverser_roller_coaster.c
<command-line>:0:0: warning: "DEBUG" redefined
<command-line>:0:0: note: this is the location of the previous definition
[ 24%] Building C object CMakeFiles/libopenrct2.dir/src/openrct2/ride/coaster/side_friction_roller_coaster.c.obj
/usr/local/vitasdk/bin/arm-vita-eabi-gcc -DDISABLE_HTTP -DDISABLE_NETWORK -DDISABLE_OPENGL -DDISABLE_TWITCH -DNO_RCT2 -DNO_TTF -DOPENRCT2_BRANCH=\"vita\" -DOPENRCT2_COMMIT_SHA1=\"5d6d2296d7409b4a606c663a7a1c13cee7211c90\" -DOPENRCT2_COMMIT_SHA1_SHORT=\"5d6d2296d\" -D__WARN_SUGGEST_FINAL_METHODS__ -D__WARN_SUGGEST_FINAL_TYPES__ -I/usr/local/vitasdk/arm-vita-eabi/include -I/usr/local/vitasdk/arm-vita-eabi/include/libpng16 -Wl,-q -Wno-error=date-time -Wredundant-decls -Wignored-qualifiers -Wstrict-overflow=1 -std=gnu11 -fstrict-overflow -finstrument-functions -fstrict-aliasing -DDEBUG=0 -fno-PIC -std=gnu11 -std=gnu11 -O0 -g -DDEBUG -D_DEBUG -Wundef -o CMakeFiles/libopenrct2.dir/src/openrct2/ride/coaster/side_friction_roller_coaster.c.obj -c /home/rop/psv/OpenRCT2/src/openrct2/ride/coaster/side_friction_roller_coaster.c
<command-line>:0:0: warning: "DEBUG" redefined
<command-line>:0:0: note: this is the location of the previous definition
[ 24%] Building C object CMakeFiles/libopenrct2.dir/src/openrct2/ride/coaster/stand_up_roller_coaster.c.obj
/usr/local/vitasdk/bin/arm-vita-eabi-gcc -DDISABLE_HTTP -DDISABLE_NETWORK -DDISABLE_OPENGL -DDISABLE_TWITCH -DNO_RCT2 -DNO_TTF -DOPENRCT2_BRANCH=\"vita\" -DOPENRCT2_COMMIT_SHA1=\"5d6d2296d7409b4a606c663a7a1c13cee7211c90\" -DOPENRCT2_COMMIT_SHA1_SHORT=\"5d6d2296d\" -D__WARN_SUGGEST_FINAL_METHODS__ -D__WARN_SUGGEST_FINAL_TYPES__ -I/usr/local/vitasdk/arm-vita-eabi/include -I/usr/local/vitasdk/arm-vita-eabi/include/libpng16 -Wl,-q -Wno-error=date-time -Wredundant-decls -Wignored-qualifiers -Wstrict-overflow=1 -std=gnu11 -fstrict-overflow -finstrument-functions -fstrict-aliasing -DDEBUG=0 -fno-PIC -std=gnu11 -std=gnu11 -O0 -g -DDEBUG -D_DEBUG -Wundef -o CMakeFiles/libopenrct2.dir/src/openrct2/ride/coaster/stand_up_roller_coaster.c.obj -c /home/rop/psv/OpenRCT2/src/openrct2/ride/coaster/stand_up_roller_coaster.c
<command-line>:0:0: warning: "DEBUG" redefined
<command-line>:0:0: note: this is the location of the previous definition
[ 24%] Building C object CMakeFiles/libopenrct2.dir/src/openrct2/ride/coaster/steeplechase.c.obj
/usr/local/vitasdk/bin/arm-vita-eabi-gcc -DDISABLE_HTTP -DDISABLE_NETWORK -DDISABLE_OPENGL -DDISABLE_TWITCH -DNO_RCT2 -DNO_TTF -DOPENRCT2_BRANCH=\"vita\" -DOPENRCT2_COMMIT_SHA1=\"5d6d2296d7409b4a606c663a7a1c13cee7211c90\" -DOPENRCT2_COMMIT_SHA1_SHORT=\"5d6d2296d\" -D__WARN_SUGGEST_FINAL_METHODS__ -D__WARN_SUGGEST_FINAL_TYPES__ -I/usr/local/vitasdk/arm-vita-eabi/include -I/usr/local/vitasdk/arm-vita-eabi/include/libpng16 -Wl,-q -Wno-error=date-time -Wredundant-decls -Wignored-qualifiers -Wstrict-overflow=1 -std=gnu11 -fstrict-overflow -finstrument-functions -fstrict-aliasing -DDEBUG=0 -fno-PIC -std=gnu11 -std=gnu11 -O0 -g -DDEBUG -D_DEBUG -Wundef -o CMakeFiles/libopenrct2.dir/src/openrct2/ride/coaster/steeplechase.c.obj -c /home/rop/psv/OpenRCT2/src/openrct2/ride/coaster/steeplechase.c
<command-line>:0:0: warning: "DEBUG" redefined
<command-line>:0:0: note: this is the location of the previous definition
[ 24%] Building C object CMakeFiles/libopenrct2.dir/src/openrct2/ride/coaster/suspended_swinging_coaster.c.obj
/usr/local/vitasdk/bin/arm-vita-eabi-gcc -DDISABLE_HTTP -DDISABLE_NETWORK -DDISABLE_OPENGL -DDISABLE_TWITCH -DNO_RCT2 -DNO_TTF -DOPENRCT2_BRANCH=\"vita\" -DOPENRCT2_COMMIT_SHA1=\"5d6d2296d7409b4a606c663a7a1c13cee7211c90\" -DOPENRCT2_COMMIT_SHA1_SHORT=\"5d6d2296d\" -D__WARN_SUGGEST_FINAL_METHODS__ -D__WARN_SUGGEST_FINAL_TYPES__ -I/usr/local/vitasdk/arm-vita-eabi/include -I/usr/local/vitasdk/arm-vita-eabi/include/libpng16 -Wl,-q -Wno-error=date-time -Wredundant-decls -Wignored-qualifiers -Wstrict-overflow=1 -std=gnu11 -fstrict-overflow -finstrument-functions -fstrict-aliasing -DDEBUG=0 -fno-PIC -std=gnu11 -std=gnu11 -O0 -g -DDEBUG -D_DEBUG -Wundef -o CMakeFiles/libopenrct2.dir/src/openrct2/ride/coaster/suspended_swinging_coaster.c.obj -c /home/rop/psv/OpenRCT2/src/openrct2/ride/coaster/suspended_swinging_coaster.c
<command-line>:0:0: warning: "DEBUG" redefined
<command-line>:0:0: note: this is the location of the previous definition
[ 25%] Building C object CMakeFiles/libopenrct2.dir/src/openrct2/ride/coaster/twister_roller_coaster.c.obj
/usr/local/vitasdk/bin/arm-vita-eabi-gcc -DDISABLE_HTTP -DDISABLE_NETWORK -DDISABLE_OPENGL -DDISABLE_TWITCH -DNO_RCT2 -DNO_TTF -DOPENRCT2_BRANCH=\"vita\" -DOPENRCT2_COMMIT_SHA1=\"5d6d2296d7409b4a606c663a7a1c13cee7211c90\" -DOPENRCT2_COMMIT_SHA1_SHORT=\"5d6d2296d\" -D__WARN_SUGGEST_FINAL_METHODS__ -D__WARN_SUGGEST_FINAL_TYPES__ -I/usr/local/vitasdk/arm-vita-eabi/include -I/usr/local/vitasdk/arm-vita-eabi/include/libpng16 -Wl,-q -Wno-error=date-time -Wredundant-decls -Wignored-qualifiers -Wstrict-overflow=1 -std=gnu11 -fstrict-overflow -finstrument-functions -fstrict-aliasing -DDEBUG=0 -fno-PIC -std=gnu11 -std=gnu11 -O0 -g -DDEBUG -D_DEBUG -Wundef -o CMakeFiles/libopenrct2.dir/src/openrct2/ride/coaster/twister_roller_coaster.c.obj -c /home/rop/psv/OpenRCT2/src/openrct2/ride/coaster/twister_roller_coaster.c
<command-line>:0:0: warning: "DEBUG" redefined
<command-line>:0:0: note: this is the location of the previous definition
[ 25%] Building C object CMakeFiles/libopenrct2.dir/src/openrct2/ride/coaster/vertical_drop_roller_coaster.c.obj
/usr/local/vitasdk/bin/arm-vita-eabi-gcc -DDISABLE_HTTP -DDISABLE_NETWORK -DDISABLE_OPENGL -DDISABLE_TWITCH -DNO_RCT2 -DNO_TTF -DOPENRCT2_BRANCH=\"vita\" -DOPENRCT2_COMMIT_SHA1=\"5d6d2296d7409b4a606c663a7a1c13cee7211c90\" -DOPENRCT2_COMMIT_SHA1_SHORT=\"5d6d2296d\" -D__WARN_SUGGEST_FINAL_METHODS__ -D__WARN_SUGGEST_FINAL_TYPES__ -I/usr/local/vitasdk/arm-vita-eabi/include -I/usr/local/vitasdk/arm-vita-eabi/include/libpng16 -Wl,-q -Wno-error=date-time -Wredundant-decls -Wignored-qualifiers -Wstrict-overflow=1 -std=gnu11 -fstrict-overflow -finstrument-functions -fstrict-aliasing -DDEBUG=0 -fno-PIC -std=gnu11 -std=gnu11 -O0 -g -DDEBUG -D_DEBUG -Wundef -o CMakeFiles/libopenrct2.dir/src/openrct2/ride/coaster/vertical_drop_roller_coaster.c.obj -c /home/rop/psv/OpenRCT2/src/openrct2/ride/coaster/vertical_drop_roller_coaster.c
<command-line>:0:0: warning: "DEBUG" redefined
<command-line>:0:0: note: this is the location of the previous definition
[ 25%] Building C object CMakeFiles/libopenrct2.dir/src/openrct2/ride/coaster/virginia_reel.c.obj
/usr/local/vitasdk/bin/arm-vita-eabi-gcc -DDISABLE_HTTP -DDISABLE_NETWORK -DDISABLE_OPENGL -DDISABLE_TWITCH -DNO_RCT2 -DNO_TTF -DOPENRCT2_BRANCH=\"vita\" -DOPENRCT2_COMMIT_SHA1=\"5d6d2296d7409b4a606c663a7a1c13cee7211c90\" -DOPENRCT2_COMMIT_SHA1_SHORT=\"5d6d2296d\" -D__WARN_SUGGEST_FINAL_METHODS__ -D__WARN_SUGGEST_FINAL_TYPES__ -I/usr/local/vitasdk/arm-vita-eabi/include -I/usr/local/vitasdk/arm-vita-eabi/include/libpng16 -Wl,-q -Wno-error=date-time -Wredundant-decls -Wignored-qualifiers -Wstrict-overflow=1 -std=gnu11 -fstrict-overflow -finstrument-functions -fstrict-aliasing -DDEBUG=0 -fno-PIC -std=gnu11 -std=gnu11 -O0 -g -DDEBUG -D_DEBUG -Wundef -o CMakeFiles/libopenrct2.dir/src/openrct2/ride/coaster/virginia_reel.c.obj -c /home/rop/psv/OpenRCT2/src/openrct2/ride/coaster/virginia_reel.c
<command-line>:0:0: warning: "DEBUG" redefined
<command-line>:0:0: note: this is the location of the previous definition
[ 25%] Building C object CMakeFiles/libopenrct2.dir/src/openrct2/ride/coaster/wild_mouse.c.obj
/usr/local/vitasdk/bin/arm-vita-eabi-gcc -DDISABLE_HTTP -DDISABLE_NETWORK -DDISABLE_OPENGL -DDISABLE_TWITCH -DNO_RCT2 -DNO_TTF -DOPENRCT2_BRANCH=\"vita\" -DOPENRCT2_COMMIT_SHA1=\"5d6d2296d7409b4a606c663a7a1c13cee7211c90\" -DOPENRCT2_COMMIT_SHA1_SHORT=\"5d6d2296d\" -D__WARN_SUGGEST_FINAL_METHODS__ -D__WARN_SUGGEST_FINAL_TYPES__ -I/usr/local/vitasdk/arm-vita-eabi/include -I/usr/local/vitasdk/arm-vita-eabi/include/libpng16 -Wl,-q -Wno-error=date-time -Wredundant-decls -Wignored-qualifiers -Wstrict-overflow=1 -std=gnu11 -fstrict-overflow -finstrument-functions -fstrict-aliasing -DDEBUG=0 -fno-PIC -std=gnu11 -std=gnu11 -O0 -g -DDEBUG -D_DEBUG -Wundef -o CMakeFiles/libopenrct2.dir/src/openrct2/ride/coaster/wild_mouse.c.obj -c /home/rop/psv/OpenRCT2/src/openrct2/ride/coaster/wild_mouse.c
<command-line>:0:0: warning: "DEBUG" redefined
<command-line>:0:0: note: this is the location of the previous definition
[ 26%] Building C object CMakeFiles/libopenrct2.dir/src/openrct2/ride/coaster/wooden_roller_coaster.c.obj
/usr/local/vitasdk/bin/arm-vita-eabi-gcc -DDISABLE_HTTP -DDISABLE_NETWORK -DDISABLE_OPENGL -DDISABLE_TWITCH -DNO_RCT2 -DNO_TTF -DOPENRCT2_BRANCH=\"vita\" -DOPENRCT2_COMMIT_SHA1=\"5d6d2296d7409b4a606c663a7a1c13cee7211c90\" -DOPENRCT2_COMMIT_SHA1_SHORT=\"5d6d2296d\" -D__WARN_SUGGEST_FINAL_METHODS__ -D__WARN_SUGGEST_FINAL_TYPES__ -I/usr/local/vitasdk/arm-vita-eabi/include -I/usr/local/vitasdk/arm-vita-eabi/include/libpng16 -Wl,-q -Wno-error=date-time -Wredundant-decls -Wignored-qualifiers -Wstrict-overflow=1 -std=gnu11 -fstrict-overflow -finstrument-functions -fstrict-aliasing -DDEBUG=0 -fno-PIC -std=gnu11 -std=gnu11 -O0 -g -DDEBUG -D_DEBUG -Wundef -o CMakeFiles/libopenrct2.dir/src/openrct2/ride/coaster/wooden_roller_coaster.c.obj -c /home/rop/psv/OpenRCT2/src/openrct2/ride/coaster/wooden_roller_coaster.c
<command-line>:0:0: warning: "DEBUG" redefined
<command-line>:0:0: note: this is the location of the previous definition
[ 26%] Building C object CMakeFiles/libopenrct2.dir/src/openrct2/ride/coaster/wooden_wild_mouse.c.obj
/usr/local/vitasdk/bin/arm-vita-eabi-gcc -DDISABLE_HTTP -DDISABLE_NETWORK -DDISABLE_OPENGL -DDISABLE_TWITCH -DNO_RCT2 -DNO_TTF -DOPENRCT2_BRANCH=\"vita\" -DOPENRCT2_COMMIT_SHA1=\"5d6d2296d7409b4a606c663a7a1c13cee7211c90\" -DOPENRCT2_COMMIT_SHA1_SHORT=\"5d6d2296d\" -D__WARN_SUGGEST_FINAL_METHODS__ -D__WARN_SUGGEST_FINAL_TYPES__ -I/usr/local/vitasdk/arm-vita-eabi/include -I/usr/local/vitasdk/arm-vita-eabi/include/libpng16 -Wl,-q -Wno-error=date-time -Wredundant-decls -Wignored-qualifiers -Wstrict-overflow=1 -std=gnu11 -fstrict-overflow -finstrument-functions -fstrict-aliasing -DDEBUG=0 -fno-PIC -std=gnu11 -std=gnu11 -O0 -g -DDEBUG -D_DEBUG -Wundef -o CMakeFiles/libopenrct2.dir/src/openrct2/ride/coaster/wooden_wild_mouse.c.obj -c /home/rop/psv/OpenRCT2/src/openrct2/ride/coaster/wooden_wild_mouse.c
<command-line>:0:0: warning: "DEBUG" redefined
<command-line>:0:0: note: this is the location of the previous definition
[ 26%] Building C object CMakeFiles/libopenrct2.dir/src/openrct2/ride/gentle/car_ride.c.obj
/usr/local/vitasdk/bin/arm-vita-eabi-gcc -DDISABLE_HTTP -DDISABLE_NETWORK -DDISABLE_OPENGL -DDISABLE_TWITCH -DNO_RCT2 -DNO_TTF -DOPENRCT2_BRANCH=\"vita\" -DOPENRCT2_COMMIT_SHA1=\"5d6d2296d7409b4a606c663a7a1c13cee7211c90\" -DOPENRCT2_COMMIT_SHA1_SHORT=\"5d6d2296d\" -D__WARN_SUGGEST_FINAL_METHODS__ -D__WARN_SUGGEST_FINAL_TYPES__ -I/usr/local/vitasdk/arm-vita-eabi/include -I/usr/local/vitasdk/arm-vita-eabi/include/libpng16 -Wl,-q -Wno-error=date-time -Wredundant-decls -Wignored-qualifiers -Wstrict-overflow=1 -std=gnu11 -fstrict-overflow -finstrument-functions -fstrict-aliasing -DDEBUG=0 -fno-PIC -std=gnu11 -std=gnu11 -O0 -g -DDEBUG -D_DEBUG -Wundef -o CMakeFiles/libopenrct2.dir/src/openrct2/ride/gentle/car_ride.c.obj -c /home/rop/psv/OpenRCT2/src/openrct2/ride/gentle/car_ride.c
<command-line>:0:0: warning: "DEBUG" redefined
<command-line>:0:0: note: this is the location of the previous definition
[ 26%] Building C object CMakeFiles/libopenrct2.dir/src/openrct2/ride/gentle/circus_show.c.obj
/usr/local/vitasdk/bin/arm-vita-eabi-gcc -DDISABLE_HTTP -DDISABLE_NETWORK -DDISABLE_OPENGL -DDISABLE_TWITCH -DNO_RCT2 -DNO_TTF -DOPENRCT2_BRANCH=\"vita\" -DOPENRCT2_COMMIT_SHA1=\"5d6d2296d7409b4a606c663a7a1c13cee7211c90\" -DOPENRCT2_COMMIT_SHA1_SHORT=\"5d6d2296d\" -D__WARN_SUGGEST_FINAL_METHODS__ -D__WARN_SUGGEST_FINAL_TYPES__ -I/usr/local/vitasdk/arm-vita-eabi/include -I/usr/local/vitasdk/arm-vita-eabi/include/libpng16 -Wl,-q -Wno-error=date-time -Wredundant-decls -Wignored-qualifiers -Wstrict-overflow=1 -std=gnu11 -fstrict-overflow -finstrument-functions -fstrict-aliasing -DDEBUG=0 -fno-PIC -std=gnu11 -std=gnu11 -O0 -g -DDEBUG -D_DEBUG -Wundef -o CMakeFiles/libopenrct2.dir/src/openrct2/ride/gentle/circus_show.c.obj -c /home/rop/psv/OpenRCT2/src/openrct2/ride/gentle/circus_show.c
<command-line>:0:0: warning: "DEBUG" redefined
<command-line>:0:0: note: this is the location of the previous definition
[ 27%] Building C object CMakeFiles/libopenrct2.dir/src/openrct2/ride/gentle/crooked_house.c.obj
/usr/local/vitasdk/bin/arm-vita-eabi-gcc -DDISABLE_HTTP -DDISABLE_NETWORK -DDISABLE_OPENGL -DDISABLE_TWITCH -DNO_RCT2 -DNO_TTF -DOPENRCT2_BRANCH=\"vita\" -DOPENRCT2_COMMIT_SHA1=\"5d6d2296d7409b4a606c663a7a1c13cee7211c90\" -DOPENRCT2_COMMIT_SHA1_SHORT=\"5d6d2296d\" -D__WARN_SUGGEST_FINAL_METHODS__ -D__WARN_SUGGEST_FINAL_TYPES__ -I/usr/local/vitasdk/arm-vita-eabi/include -I/usr/local/vitasdk/arm-vita-eabi/include/libpng16 -Wl,-q -Wno-error=date-time -Wredundant-decls -Wignored-qualifiers -Wstrict-overflow=1 -std=gnu11 -fstrict-overflow -finstrument-functions -fstrict-aliasing -DDEBUG=0 -fno-PIC -std=gnu11 -std=gnu11 -O0 -g -DDEBUG -D_DEBUG -Wundef -o CMakeFiles/libopenrct2.dir/src/openrct2/ride/gentle/crooked_house.c.obj -c /home/rop/psv/OpenRCT2/src/openrct2/ride/gentle/crooked_house.c
<command-line>:0:0: warning: "DEBUG" redefined
<command-line>:0:0: note: this is the location of the previous definition
[ 27%] Building C object CMakeFiles/libopenrct2.dir/src/openrct2/ride/gentle/dodgems.c.obj
/usr/local/vitasdk/bin/arm-vita-eabi-gcc -DDISABLE_HTTP -DDISABLE_NETWORK -DDISABLE_OPENGL -DDISABLE_TWITCH -DNO_RCT2 -DNO_TTF -DOPENRCT2_BRANCH=\"vita\" -DOPENRCT2_COMMIT_SHA1=\"5d6d2296d7409b4a606c663a7a1c13cee7211c90\" -DOPENRCT2_COMMIT_SHA1_SHORT=\"5d6d2296d\" -D__WARN_SUGGEST_FINAL_METHODS__ -D__WARN_SUGGEST_FINAL_TYPES__ -I/usr/local/vitasdk/arm-vita-eabi/include -I/usr/local/vitasdk/arm-vita-eabi/include/libpng16 -Wl,-q -Wno-error=date-time -Wredundant-decls -Wignored-qualifiers -Wstrict-overflow=1 -std=gnu11 -fstrict-overflow -finstrument-functions -fstrict-aliasing -DDEBUG=0 -fno-PIC -std=gnu11 -std=gnu11 -O0 -g -DDEBUG -D_DEBUG -Wundef -o CMakeFiles/libopenrct2.dir/src/openrct2/ride/gentle/dodgems.c.obj -c /home/rop/psv/OpenRCT2/src/openrct2/ride/gentle/dodgems.c
[ 27%] Building C object CMakeFiles/libopenrct2.dir/src/openrct2/ride/gentle/ferris_wheel.c.obj
/usr/local/vitasdk/bin/arm-vita-eabi-gcc -DDISABLE_HTTP -DDISABLE_NETWORK -DDISABLE_OPENGL -DDISABLE_TWITCH -DNO_RCT2 -DNO_TTF -DOPENRCT2_BRANCH=\"vita\" -DOPENRCT2_COMMIT_SHA1=\"5d6d2296d7409b4a606c663a7a1c13cee7211c90\" -DOPENRCT2_COMMIT_SHA1_SHORT=\"5d6d2296d\" -D__WARN_SUGGEST_FINAL_METHODS__ -D__WARN_SUGGEST_FINAL_TYPES__ -I/usr/local/vitasdk/arm-vita-eabi/include -I/usr/local/vitasdk/arm-vita-eabi/include/libpng16 -Wl,-q -Wno-error=date-time -Wredundant-decls -Wignored-qualifiers -Wstrict-overflow=1 -std=gnu11 -fstrict-overflow -finstrument-functions -fstrict-aliasing -DDEBUG=0 -fno-PIC -std=gnu11 -std=gnu11 -O0 -g -DDEBUG -D_DEBUG -Wundef -o CMakeFiles/libopenrct2.dir/src/openrct2/ride/gentle/ferris_wheel.c.obj -c /home/rop/psv/OpenRCT2/src/openrct2/ride/gentle/ferris_wheel.c
<command-line>:0:0: warning: "DEBUG" redefined
<command-line>:0:0: note: this is the location of the previous definition
<command-line>:0:0: warning: "DEBUG" redefined
<command-line>:0:0: note: this is the location of the previous definition
[ 27%] Building C object CMakeFiles/libopenrct2.dir/src/openrct2/ride/gentle/flying_saucers.c.obj
/usr/local/vitasdk/bin/arm-vita-eabi-gcc -DDISABLE_HTTP -DDISABLE_NETWORK -DDISABLE_OPENGL -DDISABLE_TWITCH -DNO_RCT2 -DNO_TTF -DOPENRCT2_BRANCH=\"vita\" -DOPENRCT2_COMMIT_SHA1=\"5d6d2296d7409b4a606c663a7a1c13cee7211c90\" -DOPENRCT2_COMMIT_SHA1_SHORT=\"5d6d2296d\" -D__WARN_SUGGEST_FINAL_METHODS__ -D__WARN_SUGGEST_FINAL_TYPES__ -I/usr/local/vitasdk/arm-vita-eabi/include -I/usr/local/vitasdk/arm-vita-eabi/include/libpng16 -Wl,-q -Wno-error=date-time -Wredundant-decls -Wignored-qualifiers -Wstrict-overflow=1 -std=gnu11 -fstrict-overflow -finstrument-functions -fstrict-aliasing -DDEBUG=0 -fno-PIC -std=gnu11 -std=gnu11 -O0 -g -DDEBUG -D_DEBUG -Wundef -o CMakeFiles/libopenrct2.dir/src/openrct2/ride/gentle/flying_saucers.c.obj -c /home/rop/psv/OpenRCT2/src/openrct2/ride/gentle/flying_saucers.c
<command-line>:0:0: warning: "DEBUG" redefined
<command-line>:0:0: note: this is the location of the previous definition
[ 28%] Building C object CMakeFiles/libopenrct2.dir/src/openrct2/ride/gentle/ghost_train.c.obj
/usr/local/vitasdk/bin/arm-vita-eabi-gcc -DDISABLE_HTTP -DDISABLE_NETWORK -DDISABLE_OPENGL -DDISABLE_TWITCH -DNO_RCT2 -DNO_TTF -DOPENRCT2_BRANCH=\"vita\" -DOPENRCT2_COMMIT_SHA1=\"5d6d2296d7409b4a606c663a7a1c13cee7211c90\" -DOPENRCT2_COMMIT_SHA1_SHORT=\"5d6d2296d\" -D__WARN_SUGGEST_FINAL_METHODS__ -D__WARN_SUGGEST_FINAL_TYPES__ -I/usr/local/vitasdk/arm-vita-eabi/include -I/usr/local/vitasdk/arm-vita-eabi/include/libpng16 -Wl,-q -Wno-error=date-time -Wredundant-decls -Wignored-qualifiers -Wstrict-overflow=1 -std=gnu11 -fstrict-overflow -finstrument-functions -fstrict-aliasing -DDEBUG=0 -fno-PIC -std=gnu11 -std=gnu11 -O0 -g -DDEBUG -D_DEBUG -Wundef -o CMakeFiles/libopenrct2.dir/src/openrct2/ride/gentle/ghost_train.c.obj -c /home/rop/psv/OpenRCT2/src/openrct2/ride/gentle/ghost_train.c
<command-line>:0:0: warning: "DEBUG" redefined
<command-line>:0:0: note: this is the location of the previous definition
[ 28%] Building C object CMakeFiles/libopenrct2.dir/src/openrct2/ride/gentle/haunted_house.c.obj
/usr/local/vitasdk/bin/arm-vita-eabi-gcc -DDISABLE_HTTP -DDISABLE_NETWORK -DDISABLE_OPENGL -DDISABLE_TWITCH -DNO_RCT2 -DNO_TTF -DOPENRCT2_BRANCH=\"vita\" -DOPENRCT2_COMMIT_SHA1=\"5d6d2296d7409b4a606c663a7a1c13cee7211c90\" -DOPENRCT2_COMMIT_SHA1_SHORT=\"5d6d2296d\" -D__WARN_SUGGEST_FINAL_METHODS__ -D__WARN_SUGGEST_FINAL_TYPES__ -I/usr/local/vitasdk/arm-vita-eabi/include -I/usr/local/vitasdk/arm-vita-eabi/include/libpng16 -Wl,-q -Wno-error=date-time -Wredundant-decls -Wignored-qualifiers -Wstrict-overflow=1 -std=gnu11 -fstrict-overflow -finstrument-functions -fstrict-aliasing -DDEBUG=0 -fno-PIC -std=gnu11 -std=gnu11 -O0 -g -DDEBUG -D_DEBUG -Wundef -o CMakeFiles/libopenrct2.dir/src/openrct2/ride/gentle/haunted_house.c.obj -c /home/rop/psv/OpenRCT2/src/openrct2/ride/gentle/haunted_house.c
<command-line>:0:0: warning: "DEBUG" redefined
<command-line>:0:0: note: this is the location of the previous definition
[ 28%] Building C object CMakeFiles/libopenrct2.dir/src/openrct2/ride/gentle/maze.c.obj
/usr/local/vitasdk/bin/arm-vita-eabi-gcc -DDISABLE_HTTP -DDISABLE_NETWORK -DDISABLE_OPENGL -DDISABLE_TWITCH -DNO_RCT2 -DNO_TTF -DOPENRCT2_BRANCH=\"vita\" -DOPENRCT2_COMMIT_SHA1=\"5d6d2296d7409b4a606c663a7a1c13cee7211c90\" -DOPENRCT2_COMMIT_SHA1_SHORT=\"5d6d2296d\" -D__WARN_SUGGEST_FINAL_METHODS__ -D__WARN_SUGGEST_FINAL_TYPES__ -I/usr/local/vitasdk/arm-vita-eabi/include -I/usr/local/vitasdk/arm-vita-eabi/include/libpng16 -Wl,-q -Wno-error=date-time -Wredundant-decls -Wignored-qualifiers -Wstrict-overflow=1 -std=gnu11 -fstrict-overflow -finstrument-functions -fstrict-aliasing -DDEBUG=0 -fno-PIC -std=gnu11 -std=gnu11 -O0 -g -DDEBUG -D_DEBUG -Wundef -o CMakeFiles/libopenrct2.dir/src/openrct2/ride/gentle/maze.c.obj -c /home/rop/psv/OpenRCT2/src/openrct2/ride/gentle/maze.c
<command-line>:0:0: warning: "DEBUG" redefined
<command-line>:0:0: note: this is the location of the previous definition
[ 29%] Building C object CMakeFiles/libopenrct2.dir/src/openrct2/ride/gentle/merry_go_round.c.obj
/usr/local/vitasdk/bin/arm-vita-eabi-gcc -DDISABLE_HTTP -DDISABLE_NETWORK -DDISABLE_OPENGL -DDISABLE_TWITCH -DNO_RCT2 -DNO_TTF -DOPENRCT2_BRANCH=\"vita\" -DOPENRCT2_COMMIT_SHA1=\"5d6d2296d7409b4a606c663a7a1c13cee7211c90\" -DOPENRCT2_COMMIT_SHA1_SHORT=\"5d6d2296d\" -D__WARN_SUGGEST_FINAL_METHODS__ -D__WARN_SUGGEST_FINAL_TYPES__ -I/usr/local/vitasdk/arm-vita-eabi/include -I/usr/local/vitasdk/arm-vita-eabi/include/libpng16 -Wl,-q -Wno-error=date-time -Wredundant-decls -Wignored-qualifiers -Wstrict-overflow=1 -std=gnu11 -fstrict-overflow -finstrument-functions -fstrict-aliasing -DDEBUG=0 -fno-PIC -std=gnu11 -std=gnu11 -O0 -g -DDEBUG -D_DEBUG -Wundef -o CMakeFiles/libopenrct2.dir/src/openrct2/ride/gentle/merry_go_round.c.obj -c /home/rop/psv/OpenRCT2/src/openrct2/ride/gentle/merry_go_round.c
<command-line>:0:0: warning: "DEBUG" redefined
<command-line>:0:0: note: this is the location of the previous definition
[ 29%] Building C object CMakeFiles/libopenrct2.dir/src/openrct2/ride/gentle/mini_golf.c.obj
/usr/local/vitasdk/bin/arm-vita-eabi-gcc -DDISABLE_HTTP -DDISABLE_NETWORK -DDISABLE_OPENGL -DDISABLE_TWITCH -DNO_RCT2 -DNO_TTF -DOPENRCT2_BRANCH=\"vita\" -DOPENRCT2_COMMIT_SHA1=\"5d6d2296d7409b4a606c663a7a1c13cee7211c90\" -DOPENRCT2_COMMIT_SHA1_SHORT=\"5d6d2296d\" -D__WARN_SUGGEST_FINAL_METHODS__ -D__WARN_SUGGEST_FINAL_TYPES__ -I/usr/local/vitasdk/arm-vita-eabi/include -I/usr/local/vitasdk/arm-vita-eabi/include/libpng16 -Wl,-q -Wno-error=date-time -Wredundant-decls -Wignored-qualifiers -Wstrict-overflow=1 -std=gnu11 -fstrict-overflow -finstrument-functions -fstrict-aliasing -DDEBUG=0 -fno-PIC -std=gnu11 -std=gnu11 -O0 -g -DDEBUG -D_DEBUG -Wundef -o CMakeFiles/libopenrct2.dir/src/openrct2/ride/gentle/mini_golf.c.obj -c /home/rop/psv/OpenRCT2/src/openrct2/ride/gentle/mini_golf.c
<command-line>:0:0: warning: "DEBUG" redefined
<command-line>:0:0: note: this is the location of the previous definition
[ 29%] Building C object CMakeFiles/libopenrct2.dir/src/openrct2/ride/gentle/mini_helicopters.c.obj
/usr/local/vitasdk/bin/arm-vita-eabi-gcc -DDISABLE_HTTP -DDISABLE_NETWORK -DDISABLE_OPENGL -DDISABLE_TWITCH -DNO_RCT2 -DNO_TTF -DOPENRCT2_BRANCH=\"vita\" -DOPENRCT2_COMMIT_SHA1=\"5d6d2296d7409b4a606c663a7a1c13cee7211c90\" -DOPENRCT2_COMMIT_SHA1_SHORT=\"5d6d2296d\" -D__WARN_SUGGEST_FINAL_METHODS__ -D__WARN_SUGGEST_FINAL_TYPES__ -I/usr/local/vitasdk/arm-vita-eabi/include -I/usr/local/vitasdk/arm-vita-eabi/include/libpng16 -Wl,-q -Wno-error=date-time -Wredundant-decls -Wignored-qualifiers -Wstrict-overflow=1 -std=gnu11 -fstrict-overflow -finstrument-functions -fstrict-aliasing -DDEBUG=0 -fno-PIC -std=gnu11 -std=gnu11 -O0 -g -DDEBUG -D_DEBUG -Wundef -o CMakeFiles/libopenrct2.dir/src/openrct2/ride/gentle/mini_helicopters.c.obj -c /home/rop/psv/OpenRCT2/src/openrct2/ride/gentle/mini_helicopters.c
<command-line>:0:0: warning: "DEBUG" redefined
<command-line>:0:0: note: this is the location of the previous definition
[ 29%] Building C object CMakeFiles/libopenrct2.dir/src/openrct2/ride/gentle/monorail_cycles.c.obj
/usr/local/vitasdk/bin/arm-vita-eabi-gcc -DDISABLE_HTTP -DDISABLE_NETWORK -DDISABLE_OPENGL -DDISABLE_TWITCH -DNO_RCT2 -DNO_TTF -DOPENRCT2_BRANCH=\"vita\" -DOPENRCT2_COMMIT_SHA1=\"5d6d2296d7409b4a606c663a7a1c13cee7211c90\" -DOPENRCT2_COMMIT_SHA1_SHORT=\"5d6d2296d\" -D__WARN_SUGGEST_FINAL_METHODS__ -D__WARN_SUGGEST_FINAL_TYPES__ -I/usr/local/vitasdk/arm-vita-eabi/include -I/usr/local/vitasdk/arm-vita-eabi/include/libpng16 -Wl,-q -Wno-error=date-time -Wredundant-decls -Wignored-qualifiers -Wstrict-overflow=1 -std=gnu11 -fstrict-overflow -finstrument-functions -fstrict-aliasing -DDEBUG=0 -fno-PIC -std=gnu11 -std=gnu11 -O0 -g -DDEBUG -D_DEBUG -Wundef -o CMakeFiles/libopenrct2.dir/src/openrct2/ride/gentle/monorail_cycles.c.obj -c /home/rop/psv/OpenRCT2/src/openrct2/ride/gentle/monorail_cycles.c
<command-line>:0:0: warning: "DEBUG" redefined
<command-line>:0:0: note: this is the location of the previous definition
[ 30%] Building C object CMakeFiles/libopenrct2.dir/src/openrct2/ride/gentle/observation_tower.c.obj
/usr/local/vitasdk/bin/arm-vita-eabi-gcc -DDISABLE_HTTP -DDISABLE_NETWORK -DDISABLE_OPENGL -DDISABLE_TWITCH -DNO_RCT2 -DNO_TTF -DOPENRCT2_BRANCH=\"vita\" -DOPENRCT2_COMMIT_SHA1=\"5d6d2296d7409b4a606c663a7a1c13cee7211c90\" -DOPENRCT2_COMMIT_SHA1_SHORT=\"5d6d2296d\" -D__WARN_SUGGEST_FINAL_METHODS__ -D__WARN_SUGGEST_FINAL_TYPES__ -I/usr/local/vitasdk/arm-vita-eabi/include -I/usr/local/vitasdk/arm-vita-eabi/include/libpng16 -Wl,-q -Wno-error=date-time -Wredundant-decls -Wignored-qualifiers -Wstrict-overflow=1 -std=gnu11 -fstrict-overflow -finstrument-functions -fstrict-aliasing -DDEBUG=0 -fno-PIC -std=gnu11 -std=gnu11 -O0 -g -DDEBUG -D_DEBUG -Wundef -o CMakeFiles/libopenrct2.dir/src/openrct2/ride/gentle/observation_tower.c.obj -c /home/rop/psv/OpenRCT2/src/openrct2/ride/gentle/observation_tower.c
<command-line>:0:0: warning: "DEBUG" redefined
<command-line>:0:0: note: this is the location of the previous definition
[ 30%] Building C object CMakeFiles/libopenrct2.dir/src/openrct2/ride/gentle/space_rings.c.obj
/usr/local/vitasdk/bin/arm-vita-eabi-gcc -DDISABLE_HTTP -DDISABLE_NETWORK -DDISABLE_OPENGL -DDISABLE_TWITCH -DNO_RCT2 -DNO_TTF -DOPENRCT2_BRANCH=\"vita\" -DOPENRCT2_COMMIT_SHA1=\"5d6d2296d7409b4a606c663a7a1c13cee7211c90\" -DOPENRCT2_COMMIT_SHA1_SHORT=\"5d6d2296d\" -D__WARN_SUGGEST_FINAL_METHODS__ -D__WARN_SUGGEST_FINAL_TYPES__ -I/usr/local/vitasdk/arm-vita-eabi/include -I/usr/local/vitasdk/arm-vita-eabi/include/libpng16 -Wl,-q -Wno-error=date-time -Wredundant-decls -Wignored-qualifiers -Wstrict-overflow=1 -std=gnu11 -fstrict-overflow -finstrument-functions -fstrict-aliasing -DDEBUG=0 -fno-PIC -std=gnu11 -std=gnu11 -O0 -g -DDEBUG -D_DEBUG -Wundef -o CMakeFiles/libopenrct2.dir/src/openrct2/ride/gentle/space_rings.c.obj -c /home/rop/psv/OpenRCT2/src/openrct2/ride/gentle/space_rings.c
<command-line>:0:0: warning: "DEBUG" redefined
<command-line>:0:0: note: this is the location of the previous definition
[ 30%] Building C object CMakeFiles/libopenrct2.dir/src/openrct2/ride/gentle/spiral_slide.c.obj
/usr/local/vitasdk/bin/arm-vita-eabi-gcc -DDISABLE_HTTP -DDISABLE_NETWORK -DDISABLE_OPENGL -DDISABLE_TWITCH -DNO_RCT2 -DNO_TTF -DOPENRCT2_BRANCH=\"vita\" -DOPENRCT2_COMMIT_SHA1=\"5d6d2296d7409b4a606c663a7a1c13cee7211c90\" -DOPENRCT2_COMMIT_SHA1_SHORT=\"5d6d2296d\" -D__WARN_SUGGEST_FINAL_METHODS__ -D__WARN_SUGGEST_FINAL_TYPES__ -I/usr/local/vitasdk/arm-vita-eabi/include -I/usr/local/vitasdk/arm-vita-eabi/include/libpng16 -Wl,-q -Wno-error=date-time -Wredundant-decls -Wignored-qualifiers -Wstrict-overflow=1 -std=gnu11 -fstrict-overflow -finstrument-functions -fstrict-aliasing -DDEBUG=0 -fno-PIC -std=gnu11 -std=gnu11 -O0 -g -DDEBUG -D_DEBUG -Wundef -o CMakeFiles/libopenrct2.dir/src/openrct2/ride/gentle/spiral_slide.c.obj -c /home/rop/psv/OpenRCT2/src/openrct2/ride/gentle/spiral_slide.c
<command-line>:0:0: warning: "DEBUG" redefined
<command-line>:0:0: note: this is the location of the previous definition
[ 30%] Building C object CMakeFiles/libopenrct2.dir/src/openrct2/ride/ride.c.obj
/usr/local/vitasdk/bin/arm-vita-eabi-gcc -DDISABLE_HTTP -DDISABLE_NETWORK -DDISABLE_OPENGL -DDISABLE_TWITCH -DNO_RCT2 -DNO_TTF -DOPENRCT2_BRANCH=\"vita\" -DOPENRCT2_COMMIT_SHA1=\"5d6d2296d7409b4a606c663a7a1c13cee7211c90\" -DOPENRCT2_COMMIT_SHA1_SHORT=\"5d6d2296d\" -D__WARN_SUGGEST_FINAL_METHODS__ -D__WARN_SUGGEST_FINAL_TYPES__ -I/usr/local/vitasdk/arm-vita-eabi/include -I/usr/local/vitasdk/arm-vita-eabi/include/libpng16 -Wl,-q -Wno-error=date-time -Wredundant-decls -Wignored-qualifiers -Wstrict-overflow=1 -std=gnu11 -fstrict-overflow -finstrument-functions -fstrict-aliasing -DDEBUG=0 -fno-PIC -std=gnu11 -std=gnu11 -O0 -g -DDEBUG -D_DEBUG -Wundef -o CMakeFiles/libopenrct2.dir/src/openrct2/ride/ride.c.obj -c /home/rop/psv/OpenRCT2/src/openrct2/ride/ride.c
<command-line>:0:0: warning: "DEBUG" redefined
<command-line>:0:0: note: this is the location of the previous definition
[ 31%] Building C object CMakeFiles/libopenrct2.dir/src/openrct2/ride/ride_data.c.obj
/usr/local/vitasdk/bin/arm-vita-eabi-gcc -DDISABLE_HTTP -DDISABLE_NETWORK -DDISABLE_OPENGL -DDISABLE_TWITCH -DNO_RCT2 -DNO_TTF -DOPENRCT2_BRANCH=\"vita\" -DOPENRCT2_COMMIT_SHA1=\"5d6d2296d7409b4a606c663a7a1c13cee7211c90\" -DOPENRCT2_COMMIT_SHA1_SHORT=\"5d6d2296d\" -D__WARN_SUGGEST_FINAL_METHODS__ -D__WARN_SUGGEST_FINAL_TYPES__ -I/usr/local/vitasdk/arm-vita-eabi/include -I/usr/local/vitasdk/arm-vita-eabi/include/libpng16 -Wl,-q -Wno-error=date-time -Wredundant-decls -Wignored-qualifiers -Wstrict-overflow=1 -std=gnu11 -fstrict-overflow -finstrument-functions -fstrict-aliasing -DDEBUG=0 -fno-PIC -std=gnu11 -std=gnu11 -O0 -g -DDEBUG -D_DEBUG -Wundef -o CMakeFiles/libopenrct2.dir/src/openrct2/ride/ride_data.c.obj -c /home/rop/psv/OpenRCT2/src/openrct2/ride/ride_data.c
<command-line>:0:0: warning: "DEBUG" redefined
<command-line>:0:0: note: this is the location of the previous definition
[ 31%] Building C object CMakeFiles/libopenrct2.dir/src/openrct2/ride/ride_ratings.c.obj
/usr/local/vitasdk/bin/arm-vita-eabi-gcc -DDISABLE_HTTP -DDISABLE_NETWORK -DDISABLE_OPENGL -DDISABLE_TWITCH -DNO_RCT2 -DNO_TTF -DOPENRCT2_BRANCH=\"vita\" -DOPENRCT2_COMMIT_SHA1=\"5d6d2296d7409b4a606c663a7a1c13cee7211c90\" -DOPENRCT2_COMMIT_SHA1_SHORT=\"5d6d2296d\" -D__WARN_SUGGEST_FINAL_METHODS__ -D__WARN_SUGGEST_FINAL_TYPES__ -I/usr/local/vitasdk/arm-vita-eabi/include -I/usr/local/vitasdk/arm-vita-eabi/include/libpng16 -Wl,-q -Wno-error=date-time -Wredundant-decls -Wignored-qualifiers -Wstrict-overflow=1 -std=gnu11 -fstrict-overflow -finstrument-functions -fstrict-aliasing -DDEBUG=0 -fno-PIC -std=gnu11 -std=gnu11 -O0 -g -DDEBUG -D_DEBUG -Wundef -o CMakeFiles/libopenrct2.dir/src/openrct2/ride/ride_ratings.c.obj -c /home/rop/psv/OpenRCT2/src/openrct2/ride/ride_ratings.c
<command-line>:0:0: warning: "DEBUG" redefined
<command-line>:0:0: note: this is the location of the previous definition
/home/rop/psv/OpenRCT2/src/openrct2/ride/ride.c: In function 'ride_create':
/home/rop/psv/OpenRCT2/src/openrct2/ride/ride.c:6208:73: warning: passing argument 5 of 'game_log_multiplayer_command' from incompatible pointer type [-Wincompatible-pointer-types]
game_log_multiplayer_command(GAME_COMMAND_CREATE_RIDE, 0, 0, 0, &rideIndex, 0, &ebp);
^
In file included from /home/rop/psv/OpenRCT2/src/openrct2/ride/ride.c:24:0:
/home/rop/psv/OpenRCT2/src/openrct2/ride/../game.h:169:6: note: expected 'int *' but argument is of type 'sint32 * {aka long int *}'
void game_log_multiplayer_command(int command, int *eax, int* ebx, int* ecx, int* edx, int* edi, int* ebp);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
[ 31%] Building C object CMakeFiles/libopenrct2.dir/src/openrct2/ride/shops/facility.c.obj
/usr/local/vitasdk/bin/arm-vita-eabi-gcc -DDISABLE_HTTP -DDISABLE_NETWORK -DDISABLE_OPENGL -DDISABLE_TWITCH -DNO_RCT2 -DNO_TTF -DOPENRCT2_BRANCH=\"vita\" -DOPENRCT2_COMMIT_SHA1=\"5d6d2296d7409b4a606c663a7a1c13cee7211c90\" -DOPENRCT2_COMMIT_SHA1_SHORT=\"5d6d2296d\" -D__WARN_SUGGEST_FINAL_METHODS__ -D__WARN_SUGGEST_FINAL_TYPES__ -I/usr/local/vitasdk/arm-vita-eabi/include -I/usr/local/vitasdk/arm-vita-eabi/include/libpng16 -Wl,-q -Wno-error=date-time -Wredundant-decls -Wignored-qualifiers -Wstrict-overflow=1 -std=gnu11 -fstrict-overflow -finstrument-functions -fstrict-aliasing -DDEBUG=0 -fno-PIC -std=gnu11 -std=gnu11 -O0 -g -DDEBUG -D_DEBUG -Wundef -o CMakeFiles/libopenrct2.dir/src/openrct2/ride/shops/facility.c.obj -c /home/rop/psv/OpenRCT2/src/openrct2/ride/shops/facility.c
<command-line>:0:0: warning: "DEBUG" redefined
<command-line>:0:0: note: this is the location of the previous definition
[ 31%] Building C object CMakeFiles/libopenrct2.dir/src/openrct2/ride/shops/shop.c.obj
/usr/local/vitasdk/bin/arm-vita-eabi-gcc -DDISABLE_HTTP -DDISABLE_NETWORK -DDISABLE_OPENGL -DDISABLE_TWITCH -DNO_RCT2 -DNO_TTF -DOPENRCT2_BRANCH=\"vita\" -DOPENRCT2_COMMIT_SHA1=\"5d6d2296d7409b4a606c663a7a1c13cee7211c90\" -DOPENRCT2_COMMIT_SHA1_SHORT=\"5d6d2296d\" -D__WARN_SUGGEST_FINAL_METHODS__ -D__WARN_SUGGEST_FINAL_TYPES__ -I/usr/local/vitasdk/arm-vita-eabi/include -I/usr/local/vitasdk/arm-vita-eabi/include/libpng16 -Wl,-q -Wno-error=date-time -Wredundant-decls -Wignored-qualifiers -Wstrict-overflow=1 -std=gnu11 -fstrict-overflow -finstrument-functions -fstrict-aliasing -DDEBUG=0 -fno-PIC -std=gnu11 -std=gnu11 -O0 -g -DDEBUG -D_DEBUG -Wundef -o CMakeFiles/libopenrct2.dir/src/openrct2/ride/shops/shop.c.obj -c /home/rop/psv/OpenRCT2/src/openrct2/ride/shops/shop.c
<command-line>:0:0: warning: "DEBUG" redefined
<command-line>:0:0: note: this is the location of the previous definition
[ 32%] Building C object CMakeFiles/libopenrct2.dir/src/openrct2/ride/station.c.obj
/usr/local/vitasdk/bin/arm-vita-eabi-gcc -DDISABLE_HTTP -DDISABLE_NETWORK -DDISABLE_OPENGL -DDISABLE_TWITCH -DNO_RCT2 -DNO_TTF -DOPENRCT2_BRANCH=\"vita\" -DOPENRCT2_COMMIT_SHA1=\"5d6d2296d7409b4a606c663a7a1c13cee7211c90\" -DOPENRCT2_COMMIT_SHA1_SHORT=\"5d6d2296d\" -D__WARN_SUGGEST_FINAL_METHODS__ -D__WARN_SUGGEST_FINAL_TYPES__ -I/usr/local/vitasdk/arm-vita-eabi/include -I/usr/local/vitasdk/arm-vita-eabi/include/libpng16 -Wl,-q -Wno-error=date-time -Wredundant-decls -Wignored-qualifiers -Wstrict-overflow=1 -std=gnu11 -fstrict-overflow -finstrument-functions -fstrict-aliasing -DDEBUG=0 -fno-PIC -std=gnu11 -std=gnu11 -O0 -g -DDEBUG -D_DEBUG -Wundef -o CMakeFiles/libopenrct2.dir/src/openrct2/ride/station.c.obj -c /home/rop/psv/OpenRCT2/src/openrct2/ride/station.c
<command-line>:0:0: warning: "DEBUG" redefined
<command-line>:0:0: note: this is the location of the previous definition
[ 32%] Building C object CMakeFiles/libopenrct2.dir/src/openrct2/ride/thrill/3d_cinema.c.obj
/usr/local/vitasdk/bin/arm-vita-eabi-gcc -DDISABLE_HTTP -DDISABLE_NETWORK -DDISABLE_OPENGL -DDISABLE_TWITCH -DNO_RCT2 -DNO_TTF -DOPENRCT2_BRANCH=\"vita\" -DOPENRCT2_COMMIT_SHA1=\"5d6d2296d7409b4a606c663a7a1c13cee7211c90\" -DOPENRCT2_COMMIT_SHA1_SHORT=\"5d6d2296d\" -D__WARN_SUGGEST_FINAL_METHODS__ -D__WARN_SUGGEST_FINAL_TYPES__ -I/usr/local/vitasdk/arm-vita-eabi/include -I/usr/local/vitasdk/arm-vita-eabi/include/libpng16 -Wl,-q -Wno-error=date-time -Wredundant-decls -Wignored-qualifiers -Wstrict-overflow=1 -std=gnu11 -fstrict-overflow -finstrument-functions -fstrict-aliasing -DDEBUG=0 -fno-PIC -std=gnu11 -std=gnu11 -O0 -g -DDEBUG -D_DEBUG -Wundef -o CMakeFiles/libopenrct2.dir/src/openrct2/ride/thrill/3d_cinema.c.obj -c /home/rop/psv/OpenRCT2/src/openrct2/ride/thrill/3d_cinema.c
<command-line>:0:0: warning: "DEBUG" redefined
<command-line>:0:0: note: this is the location of the previous definition
[ 32%] Building C object CMakeFiles/libopenrct2.dir/src/openrct2/ride/thrill/enterprise.c.obj
/usr/local/vitasdk/bin/arm-vita-eabi-gcc -DDISABLE_HTTP -DDISABLE_NETWORK -DDISABLE_OPENGL -DDISABLE_TWITCH -DNO_RCT2 -DNO_TTF -DOPENRCT2_BRANCH=\"vita\" -DOPENRCT2_COMMIT_SHA1=\"5d6d2296d7409b4a606c663a7a1c13cee7211c90\" -DOPENRCT2_COMMIT_SHA1_SHORT=\"5d6d2296d\" -D__WARN_SUGGEST_FINAL_METHODS__ -D__WARN_SUGGEST_FINAL_TYPES__ -I/usr/local/vitasdk/arm-vita-eabi/include -I/usr/local/vitasdk/arm-vita-eabi/include/libpng16 -Wl,-q -Wno-error=date-time -Wredundant-decls -Wignored-qualifiers -Wstrict-overflow=1 -std=gnu11 -fstrict-overflow -finstrument-functions -fstrict-aliasing -DDEBUG=0 -fno-PIC -std=gnu11 -std=gnu11 -O0 -g -DDEBUG -D_DEBUG -Wundef -o CMakeFiles/libopenrct2.dir/src/openrct2/ride/thrill/enterprise.c.obj -c /home/rop/psv/OpenRCT2/src/openrct2/ride/thrill/enterprise.c
<command-line>:0:0: warning: "DEBUG" redefined
<command-line>:0:0: note: this is the location of the previous definition
[ 32%] Building C object CMakeFiles/libopenrct2.dir/src/openrct2/ride/thrill/go_karts.c.obj
/usr/local/vitasdk/bin/arm-vita-eabi-gcc -DDISABLE_HTTP -DDISABLE_NETWORK -DDISABLE_OPENGL -DDISABLE_TWITCH -DNO_RCT2 -DNO_TTF -DOPENRCT2_BRANCH=\"vita\" -DOPENRCT2_COMMIT_SHA1=\"5d6d2296d7409b4a606c663a7a1c13cee7211c90\" -DOPENRCT2_COMMIT_SHA1_SHORT=\"5d6d2296d\" -D__WARN_SUGGEST_FINAL_METHODS__ -D__WARN_SUGGEST_FINAL_TYPES__ -I/usr/local/vitasdk/arm-vita-eabi/include -I/usr/local/vitasdk/arm-vita-eabi/include/libpng16 -Wl,-q -Wno-error=date-time -Wredundant-decls -Wignored-qualifiers -Wstrict-overflow=1 -std=gnu11 -fstrict-overflow -finstrument-functions -fstrict-aliasing -DDEBUG=0 -fno-PIC -std=gnu11 -std=gnu11 -O0 -g -DDEBUG -D_DEBUG -Wundef -o CMakeFiles/libopenrct2.dir/src/openrct2/ride/thrill/go_karts.c.obj -c /home/rop/psv/OpenRCT2/src/openrct2/ride/thrill/go_karts.c
<command-line>:0:0: warning: "DEBUG" redefined
<command-line>:0:0: note: this is the location of the previous definition
[ 33%] Building C object CMakeFiles/libopenrct2.dir/src/openrct2/ride/thrill/launched_freefall.c.obj
/usr/local/vitasdk/bin/arm-vita-eabi-gcc -DDISABLE_HTTP -DDISABLE_NETWORK -DDISABLE_OPENGL -DDISABLE_TWITCH -DNO_RCT2 -DNO_TTF -DOPENRCT2_BRANCH=\"vita\" -DOPENRCT2_COMMIT_SHA1=\"5d6d2296d7409b4a606c663a7a1c13cee7211c90\" -DOPENRCT2_COMMIT_SHA1_SHORT=\"5d6d2296d\" -D__WARN_SUGGEST_FINAL_METHODS__ -D__WARN_SUGGEST_FINAL_TYPES__ -I/usr/local/vitasdk/arm-vita-eabi/include -I/usr/local/vitasdk/arm-vita-eabi/include/libpng16 -Wl,-q -Wno-error=date-time -Wredundant-decls -Wignored-qualifiers -Wstrict-overflow=1 -std=gnu11 -fstrict-overflow -finstrument-functions -fstrict-aliasing -DDEBUG=0 -fno-PIC -std=gnu11 -std=gnu11 -O0 -g -DDEBUG -D_DEBUG -Wundef -o CMakeFiles/libopenrct2.dir/src/openrct2/ride/thrill/launched_freefall.c.obj -c /home/rop/psv/OpenRCT2/src/openrct2/ride/thrill/launched_freefall.c
<command-line>:0:0: warning: "DEBUG" redefined
<command-line>:0:0: note: this is the location of the previous definition
[ 33%] Building C object CMakeFiles/libopenrct2.dir/src/openrct2/ride/thrill/magic_carpet.c.obj
/usr/local/vitasdk/bin/arm-vita-eabi-gcc -DDISABLE_HTTP -DDISABLE_NETWORK -DDISABLE_OPENGL -DDISABLE_TWITCH -DNO_RCT2 -DNO_TTF -DOPENRCT2_BRANCH=\"vita\" -DOPENRCT2_COMMIT_SHA1=\"5d6d2296d7409b4a606c663a7a1c13cee7211c90\" -DOPENRCT2_COMMIT_SHA1_SHORT=\"5d6d2296d\" -D__WARN_SUGGEST_FINAL_METHODS__ -D__WARN_SUGGEST_FINAL_TYPES__ -I/usr/local/vitasdk/arm-vita-eabi/include -I/usr/local/vitasdk/arm-vita-eabi/include/libpng16 -Wl,-q -Wno-error=date-time -Wredundant-decls -Wignored-qualifiers -Wstrict-overflow=1 -std=gnu11 -fstrict-overflow -finstrument-functions -fstrict-aliasing -DDEBUG=0 -fno-PIC -std=gnu11 -std=gnu11 -O0 -g -DDEBUG -D_DEBUG -Wundef -o CMakeFiles/libopenrct2.dir/src/openrct2/ride/thrill/magic_carpet.c.obj -c /home/rop/psv/OpenRCT2/src/openrct2/ride/thrill/magic_carpet.c
<command-line>:0:0: warning: "DEBUG" redefined
<command-line>:0:0: note: this is the location of the previous definition
[ 33%] Building C object CMakeFiles/libopenrct2.dir/src/openrct2/ride/thrill/motion_simulator.c.obj
/usr/local/vitasdk/bin/arm-vita-eabi-gcc -DDISABLE_HTTP -DDISABLE_NETWORK -DDISABLE_OPENGL -DDISABLE_TWITCH -DNO_RCT2 -DNO_TTF -DOPENRCT2_BRANCH=\"vita\" -DOPENRCT2_COMMIT_SHA1=\"5d6d2296d7409b4a606c663a7a1c13cee7211c90\" -DOPENRCT2_COMMIT_SHA1_SHORT=\"5d6d2296d\" -D__WARN_SUGGEST_FINAL_METHODS__ -D__WARN_SUGGEST_FINAL_TYPES__ -I/usr/local/vitasdk/arm-vita-eabi/include -I/usr/local/vitasdk/arm-vita-eabi/include/libpng16 -Wl,-q -Wno-error=date-time -Wredundant-decls -Wignored-qualifiers -Wstrict-overflow=1 -std=gnu11 -fstrict-overflow -finstrument-functions -fstrict-aliasing -DDEBUG=0 -fno-PIC -std=gnu11 -std=gnu11 -O0 -g -DDEBUG -D_DEBUG -Wundef -o CMakeFiles/libopenrct2.dir/src/openrct2/ride/thrill/motion_simulator.c.obj -c /home/rop/psv/OpenRCT2/src/openrct2/ride/thrill/motion_simulator.c
<command-line>:0:0: warning: "DEBUG" redefined
<command-line>:0:0: note: this is the location of the previous definition
[ 33%] Building C object CMakeFiles/libopenrct2.dir/src/openrct2/ride/thrill/pirate_ship.c.obj
/usr/local/vitasdk/bin/arm-vita-eabi-gcc -DDISABLE_HTTP -DDISABLE_NETWORK -DDISABLE_OPENGL -DDISABLE_TWITCH -DNO_RCT2 -DNO_TTF -DOPENRCT2_BRANCH=\"vita\" -DOPENRCT2_COMMIT_SHA1=\"5d6d2296d7409b4a606c663a7a1c13cee7211c90\" -DOPENRCT2_COMMIT_SHA1_SHORT=\"5d6d2296d\" -D__WARN_SUGGEST_FINAL_METHODS__ -D__WARN_SUGGEST_FINAL_TYPES__ -I/usr/local/vitasdk/arm-vita-eabi/include -I/usr/local/vitasdk/arm-vita-eabi/include/libpng16 -Wl,-q -Wno-error=date-time -Wredundant-decls -Wignored-qualifiers -Wstrict-overflow=1 -std=gnu11 -fstrict-overflow -finstrument-functions -fstrict-aliasing -DDEBUG=0 -fno-PIC -std=gnu11 -std=gnu11 -O0 -g -DDEBUG -D_DEBUG -Wundef -o CMakeFiles/libopenrct2.dir/src/openrct2/ride/thrill/pirate_ship.c.obj -c /home/rop/psv/OpenRCT2/src/openrct2/ride/thrill/pirate_ship.c
<command-line>:0:0: warning: "DEBUG" redefined
<command-line>:0:0: note: this is the location of the previous definition
[ 34%] Building C object CMakeFiles/libopenrct2.dir/src/openrct2/ride/thrill/roto_drop.c.obj
/usr/local/vitasdk/bin/arm-vita-eabi-gcc -DDISABLE_HTTP -DDISABLE_NETWORK -DDISABLE_OPENGL -DDISABLE_TWITCH -DNO_RCT2 -DNO_TTF -DOPENRCT2_BRANCH=\"vita\" -DOPENRCT2_COMMIT_SHA1=\"5d6d2296d7409b4a606c663a7a1c13cee7211c90\" -DOPENRCT2_COMMIT_SHA1_SHORT=\"5d6d2296d\" -D__WARN_SUGGEST_FINAL_METHODS__ -D__WARN_SUGGEST_FINAL_TYPES__ -I/usr/local/vitasdk/arm-vita-eabi/include -I/usr/local/vitasdk/arm-vita-eabi/include/libpng16 -Wl,-q -Wno-error=date-time -Wredundant-decls -Wignored-qualifiers -Wstrict-overflow=1 -std=gnu11 -fstrict-overflow -finstrument-functions -fstrict-aliasing -DDEBUG=0 -fno-PIC -std=gnu11 -std=gnu11 -O0 -g -DDEBUG -D_DEBUG -Wundef -o CMakeFiles/libopenrct2.dir/src/openrct2/ride/thrill/roto_drop.c.obj -c /home/rop/psv/OpenRCT2/src/openrct2/ride/thrill/roto_drop.c
[ 34%] Building C object CMakeFiles/libopenrct2.dir/src/openrct2/ride/thrill/swinging_inverter_ship.c.obj
/usr/local/vitasdk/bin/arm-vita-eabi-gcc -DDISABLE_HTTP -DDISABLE_NETWORK -DDISABLE_OPENGL -DDISABLE_TWITCH -DNO_RCT2 -DNO_TTF -DOPENRCT2_BRANCH=\"vita\" -DOPENRCT2_COMMIT_SHA1=\"5d6d2296d7409b4a606c663a7a1c13cee7211c90\" -DOPENRCT2_COMMIT_SHA1_SHORT=\"5d6d2296d\" -D__WARN_SUGGEST_FINAL_METHODS__ -D__WARN_SUGGEST_FINAL_TYPES__ -I/usr/local/vitasdk/arm-vita-eabi/include -I/usr/local/vitasdk/arm-vita-eabi/include/libpng16 -Wl,-q -Wno-error=date-time -Wredundant-decls -Wignored-qualifiers -Wstrict-overflow=1 -std=gnu11 -fstrict-overflow -finstrument-functions -fstrict-aliasing -DDEBUG=0 -fno-PIC -std=gnu11 -std=gnu11 -O0 -g -DDEBUG -D_DEBUG -Wundef -o CMakeFiles/libopenrct2.dir/src/openrct2/ride/thrill/swinging_inverter_ship.c.obj -c /home/rop/psv/OpenRCT2/src/openrct2/ride/thrill/swinging_inverter_ship.c
<command-line>:0:0: warning: "DEBUG" redefined
<command-line>:0:0: note: this is the location of the previous definition
[ 34%] Building C object CMakeFiles/libopenrct2.dir/src/openrct2/ride/thrill/top_spin.c.obj
/usr/local/vitasdk/bin/arm-vita-eabi-gcc -DDISABLE_HTTP -DDISABLE_NETWORK -DDISABLE_OPENGL -DDISABLE_TWITCH -DNO_RCT2 -DNO_TTF -DOPENRCT2_BRANCH=\"vita\" -DOPENRCT2_COMMIT_SHA1=\"5d6d2296d7409b4a606c663a7a1c13cee7211c90\" -DOPENRCT2_COMMIT_SHA1_SHORT=\"5d6d2296d\" -D__WARN_SUGGEST_FINAL_METHODS__ -D__WARN_SUGGEST_FINAL_TYPES__ -I/usr/local/vitasdk/arm-vita-eabi/include -I/usr/local/vitasdk/arm-vita-eabi/include/libpng16 -Wl,-q -Wno-error=date-time -Wredundant-decls -Wignored-qualifiers -Wstrict-overflow=1 -std=gnu11 -fstrict-overflow -finstrument-functions -fstrict-aliasing -DDEBUG=0 -fno-PIC -std=gnu11 -std=gnu11 -O0 -g -DDEBUG -D_DEBUG -Wundef -o CMakeFiles/libopenrct2.dir/src/openrct2/ride/thrill/top_spin.c.obj -c /home/rop/psv/OpenRCT2/src/openrct2/ride/thrill/top_spin.c
<command-line>:0:0: warning: "DEBUG" redefined
<command-line>:0:0: note: this is the location of the previous definition
<command-line>:0:0: warning: "DEBUG" redefined
<command-line>:0:0: note: this is the location of the previous definition
[ 34%] Building C object CMakeFiles/libopenrct2.dir/src/openrct2/ride/thrill/twist.c.obj
/usr/local/vitasdk/bin/arm-vita-eabi-gcc -DDISABLE_HTTP -DDISABLE_NETWORK -DDISABLE_OPENGL -DDISABLE_TWITCH -DNO_RCT2 -DNO_TTF -DOPENRCT2_BRANCH=\"vita\" -DOPENRCT2_COMMIT_SHA1=\"5d6d2296d7409b4a606c663a7a1c13cee7211c90\" -DOPENRCT2_COMMIT_SHA1_SHORT=\"5d6d2296d\" -D__WARN_SUGGEST_FINAL_METHODS__ -D__WARN_SUGGEST_FINAL_TYPES__ -I/usr/local/vitasdk/arm-vita-eabi/include -I/usr/local/vitasdk/arm-vita-eabi/include/libpng16 -Wl,-q -Wno-error=date-time -Wredundant-decls -Wignored-qualifiers -Wstrict-overflow=1 -std=gnu11 -fstrict-overflow -finstrument-functions -fstrict-aliasing -DDEBUG=0 -fno-PIC -std=gnu11 -std=gnu11 -O0 -g -DDEBUG -D_DEBUG -Wundef -o CMakeFiles/libopenrct2.dir/src/openrct2/ride/thrill/twist.c.obj -c /home/rop/psv/OpenRCT2/src/openrct2/ride/thrill/twist.c
<command-line>:0:0: warning: "DEBUG" redefined
<command-line>:0:0: note: this is the location of the previous definition
[ 35%] Building C object CMakeFiles/libopenrct2.dir/src/openrct2/ride/track.c.obj
/usr/local/vitasdk/bin/arm-vita-eabi-gcc -DDISABLE_HTTP -DDISABLE_NETWORK -DDISABLE_OPENGL -DDISABLE_TWITCH -DNO_RCT2 -DNO_TTF -DOPENRCT2_BRANCH=\"vita\" -DOPENRCT2_COMMIT_SHA1=\"5d6d2296d7409b4a606c663a7a1c13cee7211c90\" -DOPENRCT2_COMMIT_SHA1_SHORT=\"5d6d2296d\" -D__WARN_SUGGEST_FINAL_METHODS__ -D__WARN_SUGGEST_FINAL_TYPES__ -I/usr/local/vitasdk/arm-vita-eabi/include -I/usr/local/vitasdk/arm-vita-eabi/include/libpng16 -Wl,-q -Wno-error=date-time -Wredundant-decls -Wignored-qualifiers -Wstrict-overflow=1 -std=gnu11 -fstrict-overflow -finstrument-functions -fstrict-aliasing -DDEBUG=0 -fno-PIC -std=gnu11 -std=gnu11 -O0 -g -DDEBUG -D_DEBUG -Wundef -o CMakeFiles/libopenrct2.dir/src/openrct2/ride/track.c.obj -c /home/rop/psv/OpenRCT2/src/openrct2/ride/track.c
[ 35%] Building C object CMakeFiles/libopenrct2.dir/src/openrct2/ride/track_data.c.obj
/usr/local/vitasdk/bin/arm-vita-eabi-gcc -DDISABLE_HTTP -DDISABLE_NETWORK -DDISABLE_OPENGL -DDISABLE_TWITCH -DNO_RCT2 -DNO_TTF -DOPENRCT2_BRANCH=\"vita\" -DOPENRCT2_COMMIT_SHA1=\"5d6d2296d7409b4a606c663a7a1c13cee7211c90\" -DOPENRCT2_COMMIT_SHA1_SHORT=\"5d6d2296d\" -D__WARN_SUGGEST_FINAL_METHODS__ -D__WARN_SUGGEST_FINAL_TYPES__ -I/usr/local/vitasdk/arm-vita-eabi/include -I/usr/local/vitasdk/arm-vita-eabi/include/libpng16 -Wl,-q -Wno-error=date-time -Wredundant-decls -Wignored-qualifiers -Wstrict-overflow=1 -std=gnu11 -fstrict-overflow -finstrument-functions -fstrict-aliasing -DDEBUG=0 -fno-PIC -std=gnu11 -std=gnu11 -O0 -g -DDEBUG -D_DEBUG -Wundef -o CMakeFiles/libopenrct2.dir/src/openrct2/ride/track_data.c.obj -c /home/rop/psv/OpenRCT2/src/openrct2/ride/track_data.c
<command-line>:0:0: warning: "DEBUG" redefined
<command-line>:0:0: note: this is the location of the previous definition
<command-line>:0:0: warning: "DEBUG" redefined
<command-line>:0:0: note: this is the location of the previous definition
[ 35%] Building C object CMakeFiles/libopenrct2.dir/src/openrct2/ride/track_data_old.c.obj
/usr/local/vitasdk/bin/arm-vita-eabi-gcc -DDISABLE_HTTP -DDISABLE_NETWORK -DDISABLE_OPENGL -DDISABLE_TWITCH -DNO_RCT2 -DNO_TTF -DOPENRCT2_BRANCH=\"vita\" -DOPENRCT2_COMMIT_SHA1=\"5d6d2296d7409b4a606c663a7a1c13cee7211c90\" -DOPENRCT2_COMMIT_SHA1_SHORT=\"5d6d2296d\" -D__WARN_SUGGEST_FINAL_METHODS__ -D__WARN_SUGGEST_FINAL_TYPES__ -I/usr/local/vitasdk/arm-vita-eabi/include -I/usr/local/vitasdk/arm-vita-eabi/include/libpng16 -Wl,-q -Wno-error=date-time -Wredundant-decls -Wignored-qualifiers -Wstrict-overflow=1 -std=gnu11 -fstrict-overflow -finstrument-functions -fstrict-aliasing -DDEBUG=0 -fno-PIC -std=gnu11 -std=gnu11 -O0 -g -DDEBUG -D_DEBUG -Wundef -o CMakeFiles/libopenrct2.dir/src/openrct2/ride/track_data_old.c.obj -c /home/rop/psv/OpenRCT2/src/openrct2/ride/track_data_old.c
<command-line>:0:0: warning: "DEBUG" redefined
<command-line>:0:0: note: this is the location of the previous definition
[ 36%] Building C object CMakeFiles/libopenrct2.dir/src/openrct2/ride/track_design.c.obj
/usr/local/vitasdk/bin/arm-vita-eabi-gcc -DDISABLE_HTTP -DDISABLE_NETWORK -DDISABLE_OPENGL -DDISABLE_TWITCH -DNO_RCT2 -DNO_TTF -DOPENRCT2_BRANCH=\"vita\" -DOPENRCT2_COMMIT_SHA1=\"5d6d2296d7409b4a606c663a7a1c13cee7211c90\" -DOPENRCT2_COMMIT_SHA1_SHORT=\"5d6d2296d\" -D__WARN_SUGGEST_FINAL_METHODS__ -D__WARN_SUGGEST_FINAL_TYPES__ -I/usr/local/vitasdk/arm-vita-eabi/include -I/usr/local/vitasdk/arm-vita-eabi/include/libpng16 -Wl,-q -Wno-error=date-time -Wredundant-decls -Wignored-qualifiers -Wstrict-overflow=1 -std=gnu11 -fstrict-overflow -finstrument-functions -fstrict-aliasing -DDEBUG=0 -fno-PIC -std=gnu11 -std=gnu11 -O0 -g -DDEBUG -D_DEBUG -Wundef -o CMakeFiles/libopenrct2.dir/src/openrct2/ride/track_design.c.obj -c /home/rop/psv/OpenRCT2/src/openrct2/ride/track_design.c
<command-line>:0:0: warning: "DEBUG" redefined
<command-line>:0:0: note: this is the location of the previous definition
[ 36%] Building C object CMakeFiles/libopenrct2.dir/src/openrct2/ride/track_design_save.c.obj
/usr/local/vitasdk/bin/arm-vita-eabi-gcc -DDISABLE_HTTP -DDISABLE_NETWORK -DDISABLE_OPENGL -DDISABLE_TWITCH -DNO_RCT2 -DNO_TTF -DOPENRCT2_BRANCH=\"vita\" -DOPENRCT2_COMMIT_SHA1=\"5d6d2296d7409b4a606c663a7a1c13cee7211c90\" -DOPENRCT2_COMMIT_SHA1_SHORT=\"5d6d2296d\" -D__WARN_SUGGEST_FINAL_METHODS__ -D__WARN_SUGGEST_FINAL_TYPES__ -I/usr/local/vitasdk/arm-vita-eabi/include -I/usr/local/vitasdk/arm-vita-eabi/include/libpng16 -Wl,-q -Wno-error=date-time -Wredundant-decls -Wignored-qualifiers -Wstrict-overflow=1 -std=gnu11 -fstrict-overflow -finstrument-functions -fstrict-aliasing -DDEBUG=0 -fno-PIC -std=gnu11 -std=gnu11 -O0 -g -DDEBUG -D_DEBUG -Wundef -o CMakeFiles/libopenrct2.dir/src/openrct2/ride/track_design_save.c.obj -c /home/rop/psv/OpenRCT2/src/openrct2/ride/track_design_save.c
<command-line>:0:0: warning: "DEBUG" redefined
<command-line>:0:0: note: this is the location of the previous definition
[ 36%] Building C object CMakeFiles/libopenrct2.dir/src/openrct2/ride/track_paint.c.obj
/usr/local/vitasdk/bin/arm-vita-eabi-gcc -DDISABLE_HTTP -DDISABLE_NETWORK -DDISABLE_OPENGL -DDISABLE_TWITCH -DNO_RCT2 -DNO_TTF -DOPENRCT2_BRANCH=\"vita\" -DOPENRCT2_COMMIT_SHA1=\"5d6d2296d7409b4a606c663a7a1c13cee7211c90\" -DOPENRCT2_COMMIT_SHA1_SHORT=\"5d6d2296d\" -D__WARN_SUGGEST_FINAL_METHODS__ -D__WARN_SUGGEST_FINAL_TYPES__ -I/usr/local/vitasdk/arm-vita-eabi/include -I/usr/local/vitasdk/arm-vita-eabi/include/libpng16 -Wl,-q -Wno-error=date-time -Wredundant-decls -Wignored-qualifiers -Wstrict-overflow=1 -std=gnu11 -fstrict-overflow -finstrument-functions -fstrict-aliasing -DDEBUG=0 -fno-PIC -std=gnu11 -std=gnu11 -O0 -g -DDEBUG -D_DEBUG -Wundef -o CMakeFiles/libopenrct2.dir/src/openrct2/ride/track_paint.c.obj -c /home/rop/psv/OpenRCT2/src/openrct2/ride/track_paint.c
<command-line>:0:0: warning: "DEBUG" redefined
<command-line>:0:0: note: this is the location of the previous definition
[ 36%] Building C object CMakeFiles/libopenrct2.dir/src/openrct2/ride/transport/chairlift.c.obj
/usr/local/vitasdk/bin/arm-vita-eabi-gcc -DDISABLE_HTTP -DDISABLE_NETWORK -DDISABLE_OPENGL -DDISABLE_TWITCH -DNO_RCT2 -DNO_TTF -DOPENRCT2_BRANCH=\"vita\" -DOPENRCT2_COMMIT_SHA1=\"5d6d2296d7409b4a606c663a7a1c13cee7211c90\" -DOPENRCT2_COMMIT_SHA1_SHORT=\"5d6d2296d\" -D__WARN_SUGGEST_FINAL_METHODS__ -D__WARN_SUGGEST_FINAL_TYPES__ -I/usr/local/vitasdk/arm-vita-eabi/include -I/usr/local/vitasdk/arm-vita-eabi/include/libpng16 -Wl,-q -Wno-error=date-time -Wredundant-decls -Wignored-qualifiers -Wstrict-overflow=1 -std=gnu11 -fstrict-overflow -finstrument-functions -fstrict-aliasing -DDEBUG=0 -fno-PIC -std=gnu11 -std=gnu11 -O0 -g -DDEBUG -D_DEBUG -Wundef -o CMakeFiles/libopenrct2.dir/src/openrct2/ride/transport/chairlift.c.obj -c /home/rop/psv/OpenRCT2/src/openrct2/ride/transport/chairlift.c
<command-line>:0:0: warning: "DEBUG" redefined
<command-line>:0:0: note: this is the location of the previous definition
[ 37%] Building C object CMakeFiles/libopenrct2.dir/src/openrct2/ride/transport/lift.c.obj
/usr/local/vitasdk/bin/arm-vita-eabi-gcc -DDISABLE_HTTP -DDISABLE_NETWORK -DDISABLE_OPENGL -DDISABLE_TWITCH -DNO_RCT2 -DNO_TTF -DOPENRCT2_BRANCH=\"vita\" -DOPENRCT2_COMMIT_SHA1=\"5d6d2296d7409b4a606c663a7a1c13cee7211c90\" -DOPENRCT2_COMMIT_SHA1_SHORT=\"5d6d2296d\" -D__WARN_SUGGEST_FINAL_METHODS__ -D__WARN_SUGGEST_FINAL_TYPES__ -I/usr/local/vitasdk/arm-vita-eabi/include -I/usr/local/vitasdk/arm-vita-eabi/include/libpng16 -Wl,-q -Wno-error=date-time -Wredundant-decls -Wignored-qualifiers -Wstrict-overflow=1 -std=gnu11 -fstrict-overflow -finstrument-functions -fstrict-aliasing -DDEBUG=0 -fno-PIC -std=gnu11 -std=gnu11 -O0 -g -DDEBUG -D_DEBUG -Wundef -o CMakeFiles/libopenrct2.dir/src/openrct2/ride/transport/lift.c.obj -c /home/rop/psv/OpenRCT2/src/openrct2/ride/transport/lift.c
<command-line>:0:0: warning: "DEBUG" redefined
<command-line>:0:0: note: this is the location of the previous definition
[ 37%] Building C object CMakeFiles/libopenrct2.dir/src/openrct2/ride/transport/miniature_railway.c.obj
/usr/local/vitasdk/bin/arm-vita-eabi-gcc -DDISABLE_HTTP -DDISABLE_NETWORK -DDISABLE_OPENGL -DDISABLE_TWITCH -DNO_RCT2 -DNO_TTF -DOPENRCT2_BRANCH=\"vita\" -DOPENRCT2_COMMIT_SHA1=\"5d6d2296d7409b4a606c663a7a1c13cee7211c90\" -DOPENRCT2_COMMIT_SHA1_SHORT=\"5d6d2296d\" -D__WARN_SUGGEST_FINAL_METHODS__ -D__WARN_SUGGEST_FINAL_TYPES__ -I/usr/local/vitasdk/arm-vita-eabi/include -I/usr/local/vitasdk/arm-vita-eabi/include/libpng16 -Wl,-q -Wno-error=date-time -Wredundant-decls -Wignored-qualifiers -Wstrict-overflow=1 -std=gnu11 -fstrict-overflow -finstrument-functions -fstrict-aliasing -DDEBUG=0 -fno-PIC -std=gnu11 -std=gnu11 -O0 -g -DDEBUG -D_DEBUG -Wundef -o CMakeFiles/libopenrct2.dir/src/openrct2/ride/transport/miniature_railway.c.obj -c /home/rop/psv/OpenRCT2/src/openrct2/ride/transport/miniature_railway.c
<command-line>:0:0: warning: "DEBUG" redefined
<command-line>:0:0: note: this is the location of the previous definition
[ 37%] Building C object CMakeFiles/libopenrct2.dir/src/openrct2/ride/transport/monorail.c.obj
/usr/local/vitasdk/bin/arm-vita-eabi-gcc -DDISABLE_HTTP -DDISABLE_NETWORK -DDISABLE_OPENGL -DDISABLE_TWITCH -DNO_RCT2 -DNO_TTF -DOPENRCT2_BRANCH=\"vita\" -DOPENRCT2_COMMIT_SHA1=\"5d6d2296d7409b4a606c663a7a1c13cee7211c90\" -DOPENRCT2_COMMIT_SHA1_SHORT=\"5d6d2296d\" -D__WARN_SUGGEST_FINAL_METHODS__ -D__WARN_SUGGEST_FINAL_TYPES__ -I/usr/local/vitasdk/arm-vita-eabi/include -I/usr/local/vitasdk/arm-vita-eabi/include/libpng16 -Wl,-q -Wno-error=date-time -Wredundant-decls -Wignored-qualifiers -Wstrict-overflow=1 -std=gnu11 -fstrict-overflow -finstrument-functions -fstrict-aliasing -DDEBUG=0 -fno-PIC -std=gnu11 -std=gnu11 -O0 -g -DDEBUG -D_DEBUG -Wundef -o CMakeFiles/libopenrct2.dir/src/openrct2/ride/transport/monorail.c.obj -c /home/rop/psv/OpenRCT2/src/openrct2/ride/transport/monorail.c
<command-line>:0:0: warning: "DEBUG" redefined
<command-line>:0:0: note: this is the location of the previous definition
[ 37%] Building C object CMakeFiles/libopenrct2.dir/src/openrct2/ride/transport/suspended_monorail.c.obj
/usr/local/vitasdk/bin/arm-vita-eabi-gcc -DDISABLE_HTTP -DDISABLE_NETWORK -DDISABLE_OPENGL -DDISABLE_TWITCH -DNO_RCT2 -DNO_TTF -DOPENRCT2_BRANCH=\"vita\" -DOPENRCT2_COMMIT_SHA1=\"5d6d2296d7409b4a606c663a7a1c13cee7211c90\" -DOPENRCT2_COMMIT_SHA1_SHORT=\"5d6d2296d\" -D__WARN_SUGGEST_FINAL_METHODS__ -D__WARN_SUGGEST_FINAL_TYPES__ -I/usr/local/vitasdk/arm-vita-eabi/include -I/usr/local/vitasdk/arm-vita-eabi/include/libpng16 -Wl,-q -Wno-error=date-time -Wredundant-decls -Wignored-qualifiers -Wstrict-overflow=1 -std=gnu11 -fstrict-overflow -finstrument-functions -fstrict-aliasing -DDEBUG=0 -fno-PIC -std=gnu11 -std=gnu11 -O0 -g -DDEBUG -D_DEBUG -Wundef -o CMakeFiles/libopenrct2.dir/src/openrct2/ride/transport/suspended_monorail.c.obj -c /home/rop/psv/OpenRCT2/src/openrct2/ride/transport/suspended_monorail.c
<command-line>:0:0: warning: "DEBUG" redefined
<command-line>:0:0: note: this is the location of the previous definition
[ 38%] Building C object CMakeFiles/libopenrct2.dir/src/openrct2/ride/vehicle.c.obj
/usr/local/vitasdk/bin/arm-vita-eabi-gcc -DDISABLE_HTTP -DDISABLE_NETWORK -DDISABLE_OPENGL -DDISABLE_TWITCH -DNO_RCT2 -DNO_TTF -DOPENRCT2_BRANCH=\"vita\" -DOPENRCT2_COMMIT_SHA1=\"5d6d2296d7409b4a606c663a7a1c13cee7211c90\" -DOPENRCT2_COMMIT_SHA1_SHORT=\"5d6d2296d\" -D__WARN_SUGGEST_FINAL_METHODS__ -D__WARN_SUGGEST_FINAL_TYPES__ -I/usr/local/vitasdk/arm-vita-eabi/include -I/usr/local/vitasdk/arm-vita-eabi/include/libpng16 -Wl,-q -Wno-error=date-time -Wredundant-decls -Wignored-qualifiers -Wstrict-overflow=1 -std=gnu11 -fstrict-overflow -finstrument-functions -fstrict-aliasing -DDEBUG=0 -fno-PIC -std=gnu11 -std=gnu11 -O0 -g -DDEBUG -D_DEBUG -Wundef -o CMakeFiles/libopenrct2.dir/src/openrct2/ride/vehicle.c.obj -c /home/rop/psv/OpenRCT2/src/openrct2/ride/vehicle.c
[ 38%] Building C object CMakeFiles/libopenrct2.dir/src/openrct2/ride/vehicle_data.c.obj
/usr/local/vitasdk/bin/arm-vita-eabi-gcc -DDISABLE_HTTP -DDISABLE_NETWORK -DDISABLE_OPENGL -DDISABLE_TWITCH -DNO_RCT2 -DNO_TTF -DOPENRCT2_BRANCH=\"vita\" -DOPENRCT2_COMMIT_SHA1=\"5d6d2296d7409b4a606c663a7a1c13cee7211c90\" -DOPENRCT2_COMMIT_SHA1_SHORT=\"5d6d2296d\" -D__WARN_SUGGEST_FINAL_METHODS__ -D__WARN_SUGGEST_FINAL_TYPES__ -I/usr/local/vitasdk/arm-vita-eabi/include -I/usr/local/vitasdk/arm-vita-eabi/include/libpng16 -Wl,-q -Wno-error=date-time -Wredundant-decls -Wignored-qualifiers -Wstrict-overflow=1 -std=gnu11 -fstrict-overflow -finstrument-functions -fstrict-aliasing -DDEBUG=0 -fno-PIC -std=gnu11 -std=gnu11 -O0 -g -DDEBUG -D_DEBUG -Wundef -o CMakeFiles/libopenrct2.dir/src/openrct2/ride/vehicle_data.c.obj -c /home/rop/psv/OpenRCT2/src/openrct2/ride/vehicle_data.c
<command-line>:0:0: warning: "DEBUG" redefined
<command-line>:0:0: note: this is the location of the previous definition
<command-line>:0:0: warning: "DEBUG" redefined
<command-line>:0:0: note: this is the location of the previous definition
[ 38%] Building C object CMakeFiles/libopenrct2.dir/src/openrct2/ride/vehicle_paint.c.obj
/usr/local/vitasdk/bin/arm-vita-eabi-gcc -DDISABLE_HTTP -DDISABLE_NETWORK -DDISABLE_OPENGL -DDISABLE_TWITCH -DNO_RCT2 -DNO_TTF -DOPENRCT2_BRANCH=\"vita\" -DOPENRCT2_COMMIT_SHA1=\"5d6d2296d7409b4a606c663a7a1c13cee7211c90\" -DOPENRCT2_COMMIT_SHA1_SHORT=\"5d6d2296d\" -D__WARN_SUGGEST_FINAL_METHODS__ -D__WARN_SUGGEST_FINAL_TYPES__ -I/usr/local/vitasdk/arm-vita-eabi/include -I/usr/local/vitasdk/arm-vita-eabi/include/libpng16 -Wl,-q -Wno-error=date-time -Wredundant-decls -Wignored-qualifiers -Wstrict-overflow=1 -std=gnu11 -fstrict-overflow -finstrument-functions -fstrict-aliasing -DDEBUG=0 -fno-PIC -std=gnu11 -std=gnu11 -O0 -g -DDEBUG -D_DEBUG -Wundef -o CMakeFiles/libopenrct2.dir/src/openrct2/ride/vehicle_paint.c.obj -c /home/rop/psv/OpenRCT2/src/openrct2/ride/vehicle_paint.c
<command-line>:0:0: warning: "DEBUG" redefined
<command-line>:0:0: note: this is the location of the previous definition
[ 38%] Building C object CMakeFiles/libopenrct2.dir/src/openrct2/ride/water/boat_ride.c.obj
/usr/local/vitasdk/bin/arm-vita-eabi-gcc -DDISABLE_HTTP -DDISABLE_NETWORK -DDISABLE_OPENGL -DDISABLE_TWITCH -DNO_RCT2 -DNO_TTF -DOPENRCT2_BRANCH=\"vita\" -DOPENRCT2_COMMIT_SHA1=\"5d6d2296d7409b4a606c663a7a1c13cee7211c90\" -DOPENRCT2_COMMIT_SHA1_SHORT=\"5d6d2296d\" -D__WARN_SUGGEST_FINAL_METHODS__ -D__WARN_SUGGEST_FINAL_TYPES__ -I/usr/local/vitasdk/arm-vita-eabi/include -I/usr/local/vitasdk/arm-vita-eabi/include/libpng16 -Wl,-q -Wno-error=date-time -Wredundant-decls -Wignored-qualifiers -Wstrict-overflow=1 -std=gnu11 -fstrict-overflow -finstrument-functions -fstrict-aliasing -DDEBUG=0 -fno-PIC -std=gnu11 -std=gnu11 -O0 -g -DDEBUG -D_DEBUG -Wundef -o CMakeFiles/libopenrct2.dir/src/openrct2/ride/water/boat_ride.c.obj -c /home/rop/psv/OpenRCT2/src/openrct2/ride/water/boat_ride.c
<command-line>:0:0: warning: "DEBUG" redefined
<command-line>:0:0: note: this is the location of the previous definition
[ 39%] Building C object CMakeFiles/libopenrct2.dir/src/openrct2/ride/water/dingy_slide.c.obj
/usr/local/vitasdk/bin/arm-vita-eabi-gcc -DDISABLE_HTTP -DDISABLE_NETWORK -DDISABLE_OPENGL -DDISABLE_TWITCH -DNO_RCT2 -DNO_TTF -DOPENRCT2_BRANCH=\"vita\" -DOPENRCT2_COMMIT_SHA1=\"5d6d2296d7409b4a606c663a7a1c13cee7211c90\" -DOPENRCT2_COMMIT_SHA1_SHORT=\"5d6d2296d\" -D__WARN_SUGGEST_FINAL_METHODS__ -D__WARN_SUGGEST_FINAL_TYPES__ -I/usr/local/vitasdk/arm-vita-eabi/include -I/usr/local/vitasdk/arm-vita-eabi/include/libpng16 -Wl,-q -Wno-error=date-time -Wredundant-decls -Wignored-qualifiers -Wstrict-overflow=1 -std=gnu11 -fstrict-overflow -finstrument-functions -fstrict-aliasing -DDEBUG=0 -fno-PIC -std=gnu11 -std=gnu11 -O0 -g -DDEBUG -D_DEBUG -Wundef -o CMakeFiles/libopenrct2.dir/src/openrct2/ride/water/dingy_slide.c.obj -c /home/rop/psv/OpenRCT2/src/openrct2/ride/water/dingy_slide.c
<command-line>:0:0: warning: "DEBUG" redefined
<command-line>:0:0: note: this is the location of the previous definition
[ 39%] Building C object CMakeFiles/libopenrct2.dir/src/openrct2/ride/water/log_flume.c.obj
/usr/local/vitasdk/bin/arm-vita-eabi-gcc -DDISABLE_HTTP -DDISABLE_NETWORK -DDISABLE_OPENGL -DDISABLE_TWITCH -DNO_RCT2 -DNO_TTF -DOPENRCT2_BRANCH=\"vita\" -DOPENRCT2_COMMIT_SHA1=\"5d6d2296d7409b4a606c663a7a1c13cee7211c90\" -DOPENRCT2_COMMIT_SHA1_SHORT=\"5d6d2296d\" -D__WARN_SUGGEST_FINAL_METHODS__ -D__WARN_SUGGEST_FINAL_TYPES__ -I/usr/local/vitasdk/arm-vita-eabi/include -I/usr/local/vitasdk/arm-vita-eabi/include/libpng16 -Wl,-q -Wno-error=date-time -Wredundant-decls -Wignored-qualifiers -Wstrict-overflow=1 -std=gnu11 -fstrict-overflow -finstrument-functions -fstrict-aliasing -DDEBUG=0 -fno-PIC -std=gnu11 -std=gnu11 -O0 -g -DDEBUG -D_DEBUG -Wundef -o CMakeFiles/libopenrct2.dir/src/openrct2/ride/water/log_flume.c.obj -c /home/rop/psv/OpenRCT2/src/openrct2/ride/water/log_flume.c
[ 39%] Building C object CMakeFiles/libopenrct2.dir/src/openrct2/ride/water/river_rapids.c.obj
/usr/local/vitasdk/bin/arm-vita-eabi-gcc -DDISABLE_HTTP -DDISABLE_NETWORK -DDISABLE_OPENGL -DDISABLE_TWITCH -DNO_RCT2 -DNO_TTF -DOPENRCT2_BRANCH=\"vita\" -DOPENRCT2_COMMIT_SHA1=\"5d6d2296d7409b4a606c663a7a1c13cee7211c90\" -DOPENRCT2_COMMIT_SHA1_SHORT=\"5d6d2296d\" -D__WARN_SUGGEST_FINAL_METHODS__ -D__WARN_SUGGEST_FINAL_TYPES__ -I/usr/local/vitasdk/arm-vita-eabi/include -I/usr/local/vitasdk/arm-vita-eabi/include/libpng16 -Wl,-q -Wno-error=date-time -Wredundant-decls -Wignored-qualifiers -Wstrict-overflow=1 -std=gnu11 -fstrict-overflow -finstrument-functions -fstrict-aliasing -DDEBUG=0 -fno-PIC -std=gnu11 -std=gnu11 -O0 -g -DDEBUG -D_DEBUG -Wundef -o CMakeFiles/libopenrct2.dir/src/openrct2/ride/water/river_rapids.c.obj -c /home/rop/psv/OpenRCT2/src/openrct2/ride/water/river_rapids.c
<command-line>:0:0: warning: "DEBUG" redefined
<command-line>:0:0: note: this is the location of the previous definition
<command-line>:0:0: warning: "DEBUG" redefined
<command-line>:0:0: note: this is the location of the previous definition
[ 39%] Building C object CMakeFiles/libopenrct2.dir/src/openrct2/ride/water/splash_boats.c.obj
/usr/local/vitasdk/bin/arm-vita-eabi-gcc -DDISABLE_HTTP -DDISABLE_NETWORK -DDISABLE_OPENGL -DDISABLE_TWITCH -DNO_RCT2 -DNO_TTF -DOPENRCT2_BRANCH=\"vita\" -DOPENRCT2_COMMIT_SHA1=\"5d6d2296d7409b4a606c663a7a1c13cee7211c90\" -DOPENRCT2_COMMIT_SHA1_SHORT=\"5d6d2296d\" -D__WARN_SUGGEST_FINAL_METHODS__ -D__WARN_SUGGEST_FINAL_TYPES__ -I/usr/local/vitasdk/arm-vita-eabi/include -I/usr/local/vitasdk/arm-vita-eabi/include/libpng16 -Wl,-q -Wno-error=date-time -Wredundant-decls -Wignored-qualifiers -Wstrict-overflow=1 -std=gnu11 -fstrict-overflow -finstrument-functions -fstrict-aliasing -DDEBUG=0 -fno-PIC -std=gnu11 -std=gnu11 -O0 -g -DDEBUG -D_DEBUG -Wundef -o CMakeFiles/libopenrct2.dir/src/openrct2/ride/water/splash_boats.c.obj -c /home/rop/psv/OpenRCT2/src/openrct2/ride/water/splash_boats.c
<command-line>:0:0: warning: "DEBUG" redefined
<command-line>:0:0: note: this is the location of the previous definition
[ 40%] Building C object CMakeFiles/libopenrct2.dir/src/openrct2/ride/water/submarine_ride.c.obj
/usr/local/vitasdk/bin/arm-vita-eabi-gcc -DDISABLE_HTTP -DDISABLE_NETWORK -DDISABLE_OPENGL -DDISABLE_TWITCH -DNO_RCT2 -DNO_TTF -DOPENRCT2_BRANCH=\"vita\" -DOPENRCT2_COMMIT_SHA1=\"5d6d2296d7409b4a606c663a7a1c13cee7211c90\" -DOPENRCT2_COMMIT_SHA1_SHORT=\"5d6d2296d\" -D__WARN_SUGGEST_FINAL_METHODS__ -D__WARN_SUGGEST_FINAL_TYPES__ -I/usr/local/vitasdk/arm-vita-eabi/include -I/usr/local/vitasdk/arm-vita-eabi/include/libpng16 -Wl,-q -Wno-error=date-time -Wredundant-decls -Wignored-qualifiers -Wstrict-overflow=1 -std=gnu11 -fstrict-overflow -finstrument-functions -fstrict-aliasing -DDEBUG=0 -fno-PIC -std=gnu11 -std=gnu11 -O0 -g -DDEBUG -D_DEBUG -Wundef -o CMakeFiles/libopenrct2.dir/src/openrct2/ride/water/submarine_ride.c.obj -c /home/rop/psv/OpenRCT2/src/openrct2/ride/water/submarine_ride.c
<command-line>:0:0: warning: "DEBUG" redefined
<command-line>:0:0: note: this is the location of the previous definition
[ 40%] Building C object CMakeFiles/libopenrct2.dir/src/openrct2/ride/water/water_coaster.c.obj
/usr/local/vitasdk/bin/arm-vita-eabi-gcc -DDISABLE_HTTP -DDISABLE_NETWORK -DDISABLE_OPENGL -DDISABLE_TWITCH -DNO_RCT2 -DNO_TTF -DOPENRCT2_BRANCH=\"vita\" -DOPENRCT2_COMMIT_SHA1=\"5d6d2296d7409b4a606c663a7a1c13cee7211c90\" -DOPENRCT2_COMMIT_SHA1_SHORT=\"5d6d2296d\" -D__WARN_SUGGEST_FINAL_METHODS__ -D__WARN_SUGGEST_FINAL_TYPES__ -I/usr/local/vitasdk/arm-vita-eabi/include -I/usr/local/vitasdk/arm-vita-eabi/include/libpng16 -Wl,-q -Wno-error=date-time -Wredundant-decls -Wignored-qualifiers -Wstrict-overflow=1 -std=gnu11 -fstrict-overflow -finstrument-functions -fstrict-aliasing -DDEBUG=0 -fno-PIC -std=gnu11 -std=gnu11 -O0 -g -DDEBUG -D_DEBUG -Wundef -o CMakeFiles/libopenrct2.dir/src/openrct2/ride/water/water_coaster.c.obj -c /home/rop/psv/OpenRCT2/src/openrct2/ride/water/water_coaster.c
[ 40%] Building C object CMakeFiles/libopenrct2.dir/src/openrct2/scenario/scenario.c.obj
/usr/local/vitasdk/bin/arm-vita-eabi-gcc -DDISABLE_HTTP -DDISABLE_NETWORK -DDISABLE_OPENGL -DDISABLE_TWITCH -DNO_RCT2 -DNO_TTF -DOPENRCT2_BRANCH=\"vita\" -DOPENRCT2_COMMIT_SHA1=\"5d6d2296d7409b4a606c663a7a1c13cee7211c90\" -DOPENRCT2_COMMIT_SHA1_SHORT=\"5d6d2296d\" -D__WARN_SUGGEST_FINAL_METHODS__ -D__WARN_SUGGEST_FINAL_TYPES__ -I/usr/local/vitasdk/arm-vita-eabi/include -I/usr/local/vitasdk/arm-vita-eabi/include/libpng16 -Wl,-q -Wno-error=date-time -Wredundant-decls -Wignored-qualifiers -Wstrict-overflow=1 -std=gnu11 -fstrict-overflow -finstrument-functions -fstrict-aliasing -DDEBUG=0 -fno-PIC -std=gnu11 -std=gnu11 -O0 -g -DDEBUG -D_DEBUG -Wundef -o CMakeFiles/libopenrct2.dir/src/openrct2/scenario/scenario.c.obj -c /home/rop/psv/OpenRCT2/src/openrct2/scenario/scenario.c
<command-line>:0:0: warning: "DEBUG" redefined
<command-line>:0:0: note: this is the location of the previous definition
<command-line>:0:0: warning: "DEBUG" redefined
<command-line>:0:0: note: this is the location of the previous definition
[ 40%] Building C object CMakeFiles/libopenrct2.dir/src/openrct2/util/sawyercoding.c.obj
/usr/local/vitasdk/bin/arm-vita-eabi-gcc -DDISABLE_HTTP -DDISABLE_NETWORK -DDISABLE_OPENGL -DDISABLE_TWITCH -DNO_RCT2 -DNO_TTF -DOPENRCT2_BRANCH=\"vita\" -DOPENRCT2_COMMIT_SHA1=\"5d6d2296d7409b4a606c663a7a1c13cee7211c90\" -DOPENRCT2_COMMIT_SHA1_SHORT=\"5d6d2296d\" -D__WARN_SUGGEST_FINAL_METHODS__ -D__WARN_SUGGEST_FINAL_TYPES__ -I/usr/local/vitasdk/arm-vita-eabi/include -I/usr/local/vitasdk/arm-vita-eabi/include/libpng16 -Wl,-q -Wno-error=date-time -Wredundant-decls -Wignored-qualifiers -Wstrict-overflow=1 -std=gnu11 -fstrict-overflow -finstrument-functions -fstrict-aliasing -DDEBUG=0 -fno-PIC -std=gnu11 -std=gnu11 -O0 -g -DDEBUG -D_DEBUG -Wundef -o CMakeFiles/libopenrct2.dir/src/openrct2/util/sawyercoding.c.obj -c /home/rop/psv/OpenRCT2/src/openrct2/util/sawyercoding.c
<command-line>:0:0: warning: "DEBUG" redefined
<command-line>:0:0: note: this is the location of the previous definition
[ 41%] Building C object CMakeFiles/libopenrct2.dir/src/openrct2/util/util.c.obj
/usr/local/vitasdk/bin/arm-vita-eabi-gcc -DDISABLE_HTTP -DDISABLE_NETWORK -DDISABLE_OPENGL -DDISABLE_TWITCH -DNO_RCT2 -DNO_TTF -DOPENRCT2_BRANCH=\"vita\" -DOPENRCT2_COMMIT_SHA1=\"5d6d2296d7409b4a606c663a7a1c13cee7211c90\" -DOPENRCT2_COMMIT_SHA1_SHORT=\"5d6d2296d\" -D__WARN_SUGGEST_FINAL_METHODS__ -D__WARN_SUGGEST_FINAL_TYPES__ -I/usr/local/vitasdk/arm-vita-eabi/include -I/usr/local/vitasdk/arm-vita-eabi/include/libpng16 -Wl,-q -Wno-error=date-time -Wredundant-decls -Wignored-qualifiers -Wstrict-overflow=1 -std=gnu11 -fstrict-overflow -finstrument-functions -fstrict-aliasing -DDEBUG=0 -fno-PIC -std=gnu11 -std=gnu11 -O0 -g -DDEBUG -D_DEBUG -Wundef -o CMakeFiles/libopenrct2.dir/src/openrct2/util/util.c.obj -c /home/rop/psv/OpenRCT2/src/openrct2/util/util.c
<command-line>:0:0: warning: "DEBUG" redefined
<command-line>:0:0: note: this is the location of the previous definition
[ 41%] Building C object CMakeFiles/libopenrct2.dir/src/openrct2/windows/_legacy.c.obj
/usr/local/vitasdk/bin/arm-vita-eabi-gcc -DDISABLE_HTTP -DDISABLE_NETWORK -DDISABLE_OPENGL -DDISABLE_TWITCH -DNO_RCT2 -DNO_TTF -DOPENRCT2_BRANCH=\"vita\" -DOPENRCT2_COMMIT_SHA1=\"5d6d2296d7409b4a606c663a7a1c13cee7211c90\" -DOPENRCT2_COMMIT_SHA1_SHORT=\"5d6d2296d\" -D__WARN_SUGGEST_FINAL_METHODS__ -D__WARN_SUGGEST_FINAL_TYPES__ -I/usr/local/vitasdk/arm-vita-eabi/include -I/usr/local/vitasdk/arm-vita-eabi/include/libpng16 -Wl,-q -Wno-error=date-time -Wredundant-decls -Wignored-qualifiers -Wstrict-overflow=1 -std=gnu11 -fstrict-overflow -finstrument-functions -fstrict-aliasing -DDEBUG=0 -fno-PIC -std=gnu11 -std=gnu11 -O0 -g -DDEBUG -D_DEBUG -Wundef -o CMakeFiles/libopenrct2.dir/src/openrct2/windows/_legacy.c.obj -c /home/rop/psv/OpenRCT2/src/openrct2/windows/_legacy.c
<command-line>:0:0: warning: "DEBUG" redefined
<command-line>:0:0: note: this is the location of the previous definition
[ 41%] Building C object CMakeFiles/libopenrct2.dir/src/openrct2/world/footpath.c.obj
/usr/local/vitasdk/bin/arm-vita-eabi-gcc -DDISABLE_HTTP -DDISABLE_NETWORK -DDISABLE_OPENGL -DDISABLE_TWITCH -DNO_RCT2 -DNO_TTF -DOPENRCT2_BRANCH=\"vita\" -DOPENRCT2_COMMIT_SHA1=\"5d6d2296d7409b4a606c663a7a1c13cee7211c90\" -DOPENRCT2_COMMIT_SHA1_SHORT=\"5d6d2296d\" -D__WARN_SUGGEST_FINAL_METHODS__ -D__WARN_SUGGEST_FINAL_TYPES__ -I/usr/local/vitasdk/arm-vita-eabi/include -I/usr/local/vitasdk/arm-vita-eabi/include/libpng16 -Wl,-q -Wno-error=date-time -Wredundant-decls -Wignored-qualifiers -Wstrict-overflow=1 -std=gnu11 -fstrict-overflow -finstrument-functions -fstrict-aliasing -DDEBUG=0 -fno-PIC -std=gnu11 -std=gnu11 -O0 -g -DDEBUG -D_DEBUG -Wundef -o CMakeFiles/libopenrct2.dir/src/openrct2/world/footpath.c.obj -c /home/rop/psv/OpenRCT2/src/openrct2/world/footpath.c
<command-line>:0:0: warning: "DEBUG" redefined
<command-line>:0:0: note: this is the location of the previous definition
[ 41%] Building C object CMakeFiles/libopenrct2.dir/src/openrct2/world/map.c.obj
/usr/local/vitasdk/bin/arm-vita-eabi-gcc -DDISABLE_HTTP -DDISABLE_NETWORK -DDISABLE_OPENGL -DDISABLE_TWITCH -DNO_RCT2 -DNO_TTF -DOPENRCT2_BRANCH=\"vita\" -DOPENRCT2_COMMIT_SHA1=\"5d6d2296d7409b4a606c663a7a1c13cee7211c90\" -DOPENRCT2_COMMIT_SHA1_SHORT=\"5d6d2296d\" -D__WARN_SUGGEST_FINAL_METHODS__ -D__WARN_SUGGEST_FINAL_TYPES__ -I/usr/local/vitasdk/arm-vita-eabi/include -I/usr/local/vitasdk/arm-vita-eabi/include/libpng16 -Wl,-q -Wno-error=date-time -Wredundant-decls -Wignored-qualifiers -Wstrict-overflow=1 -std=gnu11 -fstrict-overflow -finstrument-functions -fstrict-aliasing -DDEBUG=0 -fno-PIC -std=gnu11 -std=gnu11 -O0 -g -DDEBUG -D_DEBUG -Wundef -o CMakeFiles/libopenrct2.dir/src/openrct2/world/map.c.obj -c /home/rop/psv/OpenRCT2/src/openrct2/world/map.c
<command-line>:0:0: warning: "DEBUG" redefined
<command-line>:0:0: note: this is the location of the previous definition
[ 42%] Building C object CMakeFiles/libopenrct2.dir/src/openrct2/world/map_animation.c.obj
/usr/local/vitasdk/bin/arm-vita-eabi-gcc -DDISABLE_HTTP -DDISABLE_NETWORK -DDISABLE_OPENGL -DDISABLE_TWITCH -DNO_RCT2 -DNO_TTF -DOPENRCT2_BRANCH=\"vita\" -DOPENRCT2_COMMIT_SHA1=\"5d6d2296d7409b4a606c663a7a1c13cee7211c90\" -DOPENRCT2_COMMIT_SHA1_SHORT=\"5d6d2296d\" -D__WARN_SUGGEST_FINAL_METHODS__ -D__WARN_SUGGEST_FINAL_TYPES__ -I/usr/local/vitasdk/arm-vita-eabi/include -I/usr/local/vitasdk/arm-vita-eabi/include/libpng16 -Wl,-q -Wno-error=date-time -Wredundant-decls -Wignored-qualifiers -Wstrict-overflow=1 -std=gnu11 -fstrict-overflow -finstrument-functions -fstrict-aliasing -DDEBUG=0 -fno-PIC -std=gnu11 -std=gnu11 -O0 -g -DDEBUG -D_DEBUG -Wundef -o CMakeFiles/libopenrct2.dir/src/openrct2/world/map_animation.c.obj -c /home/rop/psv/OpenRCT2/src/openrct2/world/map_animation.c
<command-line>:0:0: warning: "DEBUG" redefined
<command-line>:0:0: note: this is the location of the previous definition
/home/rop/psv/OpenRCT2/src/openrct2/world/footpath.c: In function 'neighbour_list_sort':
/home/rop/psv/OpenRCT2/src/openrct2/world/footpath.c:1075:78: warning: passing argument 4 of 'qsort' from incompatible pointer type [-Wincompatible-pointer-types]
qsort(neighbourList->items, neighbourList->count, sizeof(rct_neighbour), rct_neighbour_compare);
^~~~~~~~~~~~~~~~~~~~~
In file included from /usr/local/vitasdk/arm-vita-eabi/include/assert.h:9:0,
from /home/rop/psv/OpenRCT2/src/openrct2/world/../common.h:29,
from /home/rop/psv/OpenRCT2/src/openrct2/world/../cheats.h:20,
from /home/rop/psv/OpenRCT2/src/openrct2/world/footpath.c:17:
/usr/local/vitasdk/arm-vita-eabi/include/stdlib.h:124:7: note: expected '__compar_fn_t {aka int (*)(const void *, const void *)}' but argument is of type 'sint32 (*)(const void *, const void *) {aka long int (*)(const void *, const void *)}'
_VOID _EXFUN(qsort,(_PTR __base, size_t __nmemb, size_t __size, __compar_fn_t _compar));
^
[ 42%] Building C object CMakeFiles/libopenrct2.dir/src/openrct2/world/map_helpers.c.obj
/usr/local/vitasdk/bin/arm-vita-eabi-gcc -DDISABLE_HTTP -DDISABLE_NETWORK -DDISABLE_OPENGL -DDISABLE_TWITCH -DNO_RCT2 -DNO_TTF -DOPENRCT2_BRANCH=\"vita\" -DOPENRCT2_COMMIT_SHA1=\"5d6d2296d7409b4a606c663a7a1c13cee7211c90\" -DOPENRCT2_COMMIT_SHA1_SHORT=\"5d6d2296d\" -D__WARN_SUGGEST_FINAL_METHODS__ -D__WARN_SUGGEST_FINAL_TYPES__ -I/usr/local/vitasdk/arm-vita-eabi/include -I/usr/local/vitasdk/arm-vita-eabi/include/libpng16 -Wl,-q -Wno-error=date-time -Wredundant-decls -Wignored-qualifiers -Wstrict-overflow=1 -std=gnu11 -fstrict-overflow -finstrument-functions -fstrict-aliasing -DDEBUG=0 -fno-PIC -std=gnu11 -std=gnu11 -O0 -g -DDEBUG -D_DEBUG -Wundef -o CMakeFiles/libopenrct2.dir/src/openrct2/world/map_helpers.c.obj -c /home/rop/psv/OpenRCT2/src/openrct2/world/map_helpers.c
<command-line>:0:0: warning: "DEBUG" redefined
<command-line>:0:0: note: this is the location of the previous definition
[ 42%] Building C object CMakeFiles/libopenrct2.dir/src/openrct2/world/mapgen.c.obj
/usr/local/vitasdk/bin/arm-vita-eabi-gcc -DDISABLE_HTTP -DDISABLE_NETWORK -DDISABLE_OPENGL -DDISABLE_TWITCH -DNO_RCT2 -DNO_TTF -DOPENRCT2_BRANCH=\"vita\" -DOPENRCT2_COMMIT_SHA1=\"5d6d2296d7409b4a606c663a7a1c13cee7211c90\" -DOPENRCT2_COMMIT_SHA1_SHORT=\"5d6d2296d\" -D__WARN_SUGGEST_FINAL_METHODS__ -D__WARN_SUGGEST_FINAL_TYPES__ -I/usr/local/vitasdk/arm-vita-eabi/include -I/usr/local/vitasdk/arm-vita-eabi/include/libpng16 -Wl,-q -Wno-error=date-time -Wredundant-decls -Wignored-qualifiers -Wstrict-overflow=1 -std=gnu11 -fstrict-overflow -finstrument-functions -fstrict-aliasing -DDEBUG=0 -fno-PIC -std=gnu11 -std=gnu11 -O0 -g -DDEBUG -D_DEBUG -Wundef -o CMakeFiles/libopenrct2.dir/src/openrct2/world/mapgen.c.obj -c /home/rop/psv/OpenRCT2/src/openrct2/world/mapgen.c
<command-line>:0:0: warning: "DEBUG" redefined
<command-line>:0:0: note: this is the location of the previous definition
[ 43%] Building C object CMakeFiles/libopenrct2.dir/src/openrct2/world/money_effect.c.obj
/usr/local/vitasdk/bin/arm-vita-eabi-gcc -DDISABLE_HTTP -DDISABLE_NETWORK -DDISABLE_OPENGL -DDISABLE_TWITCH -DNO_RCT2 -DNO_TTF -DOPENRCT2_BRANCH=\"vita\" -DOPENRCT2_COMMIT_SHA1=\"5d6d2296d7409b4a606c663a7a1c13cee7211c90\" -DOPENRCT2_COMMIT_SHA1_SHORT=\"5d6d2296d\" -D__WARN_SUGGEST_FINAL_METHODS__ -D__WARN_SUGGEST_FINAL_TYPES__ -I/usr/local/vitasdk/arm-vita-eabi/include -I/usr/local/vitasdk/arm-vita-eabi/include/libpng16 -Wl,-q -Wno-error=date-time -Wredundant-decls -Wignored-qualifiers -Wstrict-overflow=1 -std=gnu11 -fstrict-overflow -finstrument-functions -fstrict-aliasing -DDEBUG=0 -fno-PIC -std=gnu11 -std=gnu11 -O0 -g -DDEBUG -D_DEBUG -Wundef -o CMakeFiles/libopenrct2.dir/src/openrct2/world/money_effect.c.obj -c /home/rop/psv/OpenRCT2/src/openrct2/world/money_effect.c
<command-line>:0:0: warning: "DEBUG" redefined
<command-line>:0:0: note: this is the location of the previous definition
[ 43%] Building C object CMakeFiles/libopenrct2.dir/src/openrct2/world/park.c.obj
/usr/local/vitasdk/bin/arm-vita-eabi-gcc -DDISABLE_HTTP -DDISABLE_NETWORK -DDISABLE_OPENGL -DDISABLE_TWITCH -DNO_RCT2 -DNO_TTF -DOPENRCT2_BRANCH=\"vita\" -DOPENRCT2_COMMIT_SHA1=\"5d6d2296d7409b4a606c663a7a1c13cee7211c90\" -DOPENRCT2_COMMIT_SHA1_SHORT=\"5d6d2296d\" -D__WARN_SUGGEST_FINAL_METHODS__ -D__WARN_SUGGEST_FINAL_TYPES__ -I/usr/local/vitasdk/arm-vita-eabi/include -I/usr/local/vitasdk/arm-vita-eabi/include/libpng16 -Wl,-q -Wno-error=date-time -Wredundant-decls -Wignored-qualifiers -Wstrict-overflow=1 -std=gnu11 -fstrict-overflow -finstrument-functions -fstrict-aliasing -DDEBUG=0 -fno-PIC -std=gnu11 -std=gnu11 -O0 -g -DDEBUG -D_DEBUG -Wundef -o CMakeFiles/libopenrct2.dir/src/openrct2/world/park.c.obj -c /home/rop/psv/OpenRCT2/src/openrct2/world/park.c
<command-line>:0:0: warning: "DEBUG" redefined
<command-line>:0:0: note: this is the location of the previous definition
[ 43%] Building C object CMakeFiles/libopenrct2.dir/src/openrct2/world/particle.c.obj
/usr/local/vitasdk/bin/arm-vita-eabi-gcc -DDISABLE_HTTP -DDISABLE_NETWORK -DDISABLE_OPENGL -DDISABLE_TWITCH -DNO_RCT2 -DNO_TTF -DOPENRCT2_BRANCH=\"vita\" -DOPENRCT2_COMMIT_SHA1=\"5d6d2296d7409b4a606c663a7a1c13cee7211c90\" -DOPENRCT2_COMMIT_SHA1_SHORT=\"5d6d2296d\" -D__WARN_SUGGEST_FINAL_METHODS__ -D__WARN_SUGGEST_FINAL_TYPES__ -I/usr/local/vitasdk/arm-vita-eabi/include -I/usr/local/vitasdk/arm-vita-eabi/include/libpng16 -Wl,-q -Wno-error=date-time -Wredundant-decls -Wignored-qualifiers -Wstrict-overflow=1 -std=gnu11 -fstrict-overflow -finstrument-functions -fstrict-aliasing -DDEBUG=0 -fno-PIC -std=gnu11 -std=gnu11 -O0 -g -DDEBUG -D_DEBUG -Wundef -o CMakeFiles/libopenrct2.dir/src/openrct2/world/particle.c.obj -c /home/rop/psv/OpenRCT2/src/openrct2/world/particle.c
<command-line>:0:0: warning: "DEBUG" redefined
<command-line>:0:0: note: this is the location of the previous definition
[ 43%] Building C object CMakeFiles/libopenrct2.dir/src/openrct2/world/scenery.c.obj
/usr/local/vitasdk/bin/arm-vita-eabi-gcc -DDISABLE_HTTP -DDISABLE_NETWORK -DDISABLE_OPENGL -DDISABLE_TWITCH -DNO_RCT2 -DNO_TTF -DOPENRCT2_BRANCH=\"vita\" -DOPENRCT2_COMMIT_SHA1=\"5d6d2296d7409b4a606c663a7a1c13cee7211c90\" -DOPENRCT2_COMMIT_SHA1_SHORT=\"5d6d2296d\" -D__WARN_SUGGEST_FINAL_METHODS__ -D__WARN_SUGGEST_FINAL_TYPES__ -I/usr/local/vitasdk/arm-vita-eabi/include -I/usr/local/vitasdk/arm-vita-eabi/include/libpng16 -Wl,-q -Wno-error=date-time -Wredundant-decls -Wignored-qualifiers -Wstrict-overflow=1 -std=gnu11 -fstrict-overflow -finstrument-functions -fstrict-aliasing -DDEBUG=0 -fno-PIC -std=gnu11 -std=gnu11 -O0 -g -DDEBUG -D_DEBUG -Wundef -o CMakeFiles/libopenrct2.dir/src/openrct2/world/scenery.c.obj -c /home/rop/psv/OpenRCT2/src/openrct2/world/scenery.c
[ 44%] Building C object CMakeFiles/libopenrct2.dir/src/openrct2/world/sprite.c.obj
/usr/local/vitasdk/bin/arm-vita-eabi-gcc -DDISABLE_HTTP -DDISABLE_NETWORK -DDISABLE_OPENGL -DDISABLE_TWITCH -DNO_RCT2 -DNO_TTF -DOPENRCT2_BRANCH=\"vita\" -DOPENRCT2_COMMIT_SHA1=\"5d6d2296d7409b4a606c663a7a1c13cee7211c90\" -DOPENRCT2_COMMIT_SHA1_SHORT=\"5d6d2296d\" -D__WARN_SUGGEST_FINAL_METHODS__ -D__WARN_SUGGEST_FINAL_TYPES__ -I/usr/local/vitasdk/arm-vita-eabi/include -I/usr/local/vitasdk/arm-vita-eabi/include/libpng16 -Wl,-q -Wno-error=date-time -Wredundant-decls -Wignored-qualifiers -Wstrict-overflow=1 -std=gnu11 -fstrict-overflow -finstrument-functions -fstrict-aliasing -DDEBUG=0 -fno-PIC -std=gnu11 -std=gnu11 -O0 -g -DDEBUG -D_DEBUG -Wundef -o CMakeFiles/libopenrct2.dir/src/openrct2/world/sprite.c.obj -c /home/rop/psv/OpenRCT2/src/openrct2/world/sprite.c
<command-line>:0:0: warning: "DEBUG" redefined
<command-line>:0:0: note: this is the location of the previous definition
<command-line>:0:0: warning: "DEBUG" redefined
<command-line>:0:0: note: this is the location of the previous definition
[ 44%] Building C object CMakeFiles/libopenrct2.dir/src/openrct2/world/tile_inspector.c.obj
/usr/local/vitasdk/bin/arm-vita-eabi-gcc -DDISABLE_HTTP -DDISABLE_NETWORK -DDISABLE_OPENGL -DDISABLE_TWITCH -DNO_RCT2 -DNO_TTF -DOPENRCT2_BRANCH=\"vita\" -DOPENRCT2_COMMIT_SHA1=\"5d6d2296d7409b4a606c663a7a1c13cee7211c90\" -DOPENRCT2_COMMIT_SHA1_SHORT=\"5d6d2296d\" -D__WARN_SUGGEST_FINAL_METHODS__ -D__WARN_SUGGEST_FINAL_TYPES__ -I/usr/local/vitasdk/arm-vita-eabi/include -I/usr/local/vitasdk/arm-vita-eabi/include/libpng16 -Wl,-q -Wno-error=date-time -Wredundant-decls -Wignored-qualifiers -Wstrict-overflow=1 -std=gnu11 -fstrict-overflow -finstrument-functions -fstrict-aliasing -DDEBUG=0 -fno-PIC -std=gnu11 -std=gnu11 -O0 -g -DDEBUG -D_DEBUG -Wundef -o CMakeFiles/libopenrct2.dir/src/openrct2/world/tile_inspector.c.obj -c /home/rop/psv/OpenRCT2/src/openrct2/world/tile_inspector.c
<command-line>:0:0: warning: "DEBUG" redefined
<command-line>:0:0: note: this is the location of the previous definition
[ 44%] Building CXX object CMakeFiles/libopenrct2.dir/src/openrct2/Context.cpp.obj
/usr/local/vitasdk/bin/arm-vita-eabi-g++ -DDISABLE_HTTP -DDISABLE_NETWORK -DDISABLE_OPENGL -DDISABLE_TWITCH -DNO_RCT2 -DNO_TTF -DOPENRCT2_BRANCH=\"vita\" -DOPENRCT2_COMMIT_SHA1=\"5d6d2296d7409b4a606c663a7a1c13cee7211c90\" -DOPENRCT2_COMMIT_SHA1_SHORT=\"5d6d2296d\" -D__WARN_SUGGEST_FINAL_METHODS__ -D__WARN_SUGGEST_FINAL_TYPES__ -I/usr/local/vitasdk/arm-vita-eabi/include -I/usr/local/vitasdk/arm-vita-eabi/include/libpng16 -Wl,-q -fpermissive -Wno-error=date-time -Wnull-dereference -Wsuggest-final-types -Wsuggest-final-methods -Wsuggest-override -Wduplicated-cond -Wnon-virtual-dtor -Wredundant-decls -Wignored-qualifiers -Wstrict-overflow=1 -Wl,--whole-archive -lpthread -Wl,--no-whole-archive -I/usr/local/vitasdk/arm-vita-eabi/include/ -I/usr/local/vitasdk/arm-vita-eabi/include/SDL2/ -std=gnu++14 -fstrict-overflow -finstrument-functions -fstrict-aliasing -DDEBUG=0 -fno-PIC -std=gnu++14 -std=gnu++14 -O0 -g -DDEBUG -D_DEBUG -Wundef -o CMakeFiles/libopenrct2.dir/src/openrct2/Context.cpp.obj -c /home/rop/psv/OpenRCT2/src/openrct2/Context.cpp
<command-line>:0:0: warning: "DEBUG" redefined
<command-line>:0:0: note: this is the location of the previous definition
[ 44%] Building CXX object CMakeFiles/libopenrct2.dir/src/openrct2/FileClassifier.cpp.obj
/usr/local/vitasdk/bin/arm-vita-eabi-g++ -DDISABLE_HTTP -DDISABLE_NETWORK -DDISABLE_OPENGL -DDISABLE_TWITCH -DNO_RCT2 -DNO_TTF -DOPENRCT2_BRANCH=\"vita\" -DOPENRCT2_COMMIT_SHA1=\"5d6d2296d7409b4a606c663a7a1c13cee7211c90\" -DOPENRCT2_COMMIT_SHA1_SHORT=\"5d6d2296d\" -D__WARN_SUGGEST_FINAL_METHODS__ -D__WARN_SUGGEST_FINAL_TYPES__ -I/usr/local/vitasdk/arm-vita-eabi/include -I/usr/local/vitasdk/arm-vita-eabi/include/libpng16 -Wl,-q -fpermissive -Wno-error=date-time -Wnull-dereference -Wsuggest-final-types -Wsuggest-final-methods -Wsuggest-override -Wduplicated-cond -Wnon-virtual-dtor -Wredundant-decls -Wignored-qualifiers -Wstrict-overflow=1 -Wl,--whole-archive -lpthread -Wl,--no-whole-archive -I/usr/local/vitasdk/arm-vita-eabi/include/ -I/usr/local/vitasdk/arm-vita-eabi/include/SDL2/ -std=gnu++14 -fstrict-overflow -finstrument-functions -fstrict-aliasing -DDEBUG=0 -fno-PIC -std=gnu++14 -std=gnu++14 -O0 -g -DDEBUG -D_DEBUG -Wundef -o CMakeFiles/libopenrct2.dir/src/openrct2/FileClassifier.cpp.obj -c /home/rop/psv/OpenRCT2/src/openrct2/FileClassifier.cpp
<command-line>:0:0: warning: "DEBUG" redefined
<command-line>:0:0: note: this is the location of the previous definition
[ 45%] Building CXX object CMakeFiles/libopenrct2.dir/src/openrct2/Imaging.cpp.obj
/usr/local/vitasdk/bin/arm-vita-eabi-g++ -DDISABLE_HTTP -DDISABLE_NETWORK -DDISABLE_OPENGL -DDISABLE_TWITCH -DNO_RCT2 -DNO_TTF -DOPENRCT2_BRANCH=\"vita\" -DOPENRCT2_COMMIT_SHA1=\"5d6d2296d7409b4a606c663a7a1c13cee7211c90\" -DOPENRCT2_COMMIT_SHA1_SHORT=\"5d6d2296d\" -D__WARN_SUGGEST_FINAL_METHODS__ -D__WARN_SUGGEST_FINAL_TYPES__ -I/usr/local/vitasdk/arm-vita-eabi/include -I/usr/local/vitasdk/arm-vita-eabi/include/libpng16 -Wl,-q -fpermissive -Wno-error=date-time -Wnull-dereference -Wsuggest-final-types -Wsuggest-final-methods -Wsuggest-override -Wduplicated-cond -Wnon-virtual-dtor -Wredundant-decls -Wignored-qualifiers -Wstrict-overflow=1 -Wl,--whole-archive -lpthread -Wl,--no-whole-archive -I/usr/local/vitasdk/arm-vita-eabi/include/ -I/usr/local/vitasdk/arm-vita-eabi/include/SDL2/ -std=gnu++14 -fstrict-overflow -finstrument-functions -fstrict-aliasing -DDEBUG=0 -fno-PIC -std=gnu++14 -std=gnu++14 -O0 -g -DDEBUG -D_DEBUG -Wundef -o CMakeFiles/libopenrct2.dir/src/openrct2/Imaging.cpp.obj -c /home/rop/psv/OpenRCT2/src/openrct2/Imaging.cpp
[ 45%] Building CXX object CMakeFiles/libopenrct2.dir/src/openrct2/OpenRCT2.cpp.obj
/usr/local/vitasdk/bin/arm-vita-eabi-g++ -DDISABLE_HTTP -DDISABLE_NETWORK -DDISABLE_OPENGL -DDISABLE_TWITCH -DNO_RCT2 -DNO_TTF -DOPENRCT2_BRANCH=\"vita\" -DOPENRCT2_COMMIT_SHA1=\"5d6d2296d7409b4a606c663a7a1c13cee7211c90\" -DOPENRCT2_COMMIT_SHA1_SHORT=\"5d6d2296d\" -D__WARN_SUGGEST_FINAL_METHODS__ -D__WARN_SUGGEST_FINAL_TYPES__ -I/usr/local/vitasdk/arm-vita-eabi/include -I/usr/local/vitasdk/arm-vita-eabi/include/libpng16 -Wl,-q -fpermissive -Wno-error=date-time -Wnull-dereference -Wsuggest-final-types -Wsuggest-final-methods -Wsuggest-override -Wduplicated-cond -Wnon-virtual-dtor -Wredundant-decls -Wignored-qualifiers -Wstrict-overflow=1 -Wl,--whole-archive -lpthread -Wl,--no-whole-archive -I/usr/local/vitasdk/arm-vita-eabi/include/ -I/usr/local/vitasdk/arm-vita-eabi/include/SDL2/ -std=gnu++14 -fstrict-overflow -finstrument-functions -fstrict-aliasing -DDEBUG=0 -fno-PIC -std=gnu++14 -std=gnu++14 -O0 -g -DDEBUG -D_DEBUG -Wundef -o CMakeFiles/libopenrct2.dir/src/openrct2/OpenRCT2.cpp.obj -c /home/rop/psv/OpenRCT2/src/openrct2/OpenRCT2.cpp
<command-line>:0:0: warning: "DEBUG" redefined
<command-line>:0:0: note: this is the location of the previous definition
<command-line>:0:0: warning: "DEBUG" redefined
<command-line>:0:0: note: this is the location of the previous definition
[ 45%] Building CXX object CMakeFiles/libopenrct2.dir/src/openrct2/ParkImporter.cpp.obj
/usr/local/vitasdk/bin/arm-vita-eabi-g++ -DDISABLE_HTTP -DDISABLE_NETWORK -DDISABLE_OPENGL -DDISABLE_TWITCH -DNO_RCT2 -DNO_TTF -DOPENRCT2_BRANCH=\"vita\" -DOPENRCT2_COMMIT_SHA1=\"5d6d2296d7409b4a606c663a7a1c13cee7211c90\" -DOPENRCT2_COMMIT_SHA1_SHORT=\"5d6d2296d\" -D__WARN_SUGGEST_FINAL_METHODS__ -D__WARN_SUGGEST_FINAL_TYPES__ -I/usr/local/vitasdk/arm-vita-eabi/include -I/usr/local/vitasdk/arm-vita-eabi/include/libpng16 -Wl,-q -fpermissive -Wno-error=date-time -Wnull-dereference -Wsuggest-final-types -Wsuggest-final-methods -Wsuggest-override -Wduplicated-cond -Wnon-virtual-dtor -Wredundant-decls -Wignored-qualifiers -Wstrict-overflow=1 -Wl,--whole-archive -lpthread -Wl,--no-whole-archive -I/usr/local/vitasdk/arm-vita-eabi/include/ -I/usr/local/vitasdk/arm-vita-eabi/include/SDL2/ -std=gnu++14 -fstrict-overflow -finstrument-functions -fstrict-aliasing -DDEBUG=0 -fno-PIC -std=gnu++14 -std=gnu++14 -O0 -g -DDEBUG -D_DEBUG -Wundef -o CMakeFiles/libopenrct2.dir/src/openrct2/ParkImporter.cpp.obj -c /home/rop/psv/OpenRCT2/src/openrct2/ParkImporter.cpp
<command-line>:0:0: warning: "DEBUG" redefined
<command-line>:0:0: note: this is the location of the previous definition
[ 45%] Building CXX object CMakeFiles/libopenrct2.dir/src/openrct2/PlatformEnvironment.cpp.obj
/usr/local/vitasdk/bin/arm-vita-eabi-g++ -DDISABLE_HTTP -DDISABLE_NETWORK -DDISABLE_OPENGL -DDISABLE_TWITCH -DNO_RCT2 -DNO_TTF -DOPENRCT2_BRANCH=\"vita\" -DOPENRCT2_COMMIT_SHA1=\"5d6d2296d7409b4a606c663a7a1c13cee7211c90\" -DOPENRCT2_COMMIT_SHA1_SHORT=\"5d6d2296d\" -D__WARN_SUGGEST_FINAL_METHODS__ -D__WARN_SUGGEST_FINAL_TYPES__ -I/usr/local/vitasdk/arm-vita-eabi/include -I/usr/local/vitasdk/arm-vita-eabi/include/libpng16 -Wl,-q -fpermissive -Wno-error=date-time -Wnull-dereference -Wsuggest-final-types -Wsuggest-final-methods -Wsuggest-override -Wduplicated-cond -Wnon-virtual-dtor -Wredundant-decls -Wignored-qualifiers -Wstrict-overflow=1 -Wl,--whole-archive -lpthread -Wl,--no-whole-archive -I/usr/local/vitasdk/arm-vita-eabi/include/ -I/usr/local/vitasdk/arm-vita-eabi/include/SDL2/ -std=gnu++14 -fstrict-overflow -finstrument-functions -fstrict-aliasing -DDEBUG=0 -fno-PIC -std=gnu++14 -std=gnu++14 -O0 -g -DDEBUG -D_DEBUG -Wundef -o CMakeFiles/libopenrct2.dir/src/openrct2/PlatformEnvironment.cpp.obj -c /home/rop/psv/OpenRCT2/src/openrct2/PlatformEnvironment.cpp
<command-line>:0:0: warning: "DEBUG" redefined
<command-line>:0:0: note: this is the location of the previous definition
[ 46%] Building CXX object CMakeFiles/libopenrct2.dir/src/openrct2/Version.cpp.obj
/usr/local/vitasdk/bin/arm-vita-eabi-g++ -DDISABLE_HTTP -DDISABLE_NETWORK -DDISABLE_OPENGL -DDISABLE_TWITCH -DNO_RCT2 -DNO_TTF -DOPENRCT2_BRANCH=\"vita\" -DOPENRCT2_COMMIT_SHA1=\"5d6d2296d7409b4a606c663a7a1c13cee7211c90\" -DOPENRCT2_COMMIT_SHA1_SHORT=\"5d6d2296d\" -D__WARN_SUGGEST_FINAL_METHODS__ -D__WARN_SUGGEST_FINAL_TYPES__ -I/usr/local/vitasdk/arm-vita-eabi/include -I/usr/local/vitasdk/arm-vita-eabi/include/libpng16 -Wl,-q -fpermissive -Wno-error=date-time -Wnull-dereference -Wsuggest-final-types -Wsuggest-final-methods -Wsuggest-override -Wduplicated-cond -Wnon-virtual-dtor -Wredundant-decls -Wignored-qualifiers -Wstrict-overflow=1 -Wl,--whole-archive -lpthread -Wl,--no-whole-archive -I/usr/local/vitasdk/arm-vita-eabi/include/ -I/usr/local/vitasdk/arm-vita-eabi/include/SDL2/ -std=gnu++14 -fstrict-overflow -finstrument-functions -fstrict-aliasing -DDEBUG=0 -fno-PIC -std=gnu++14 -std=gnu++14 -O0 -g -DDEBUG -D_DEBUG -Wundef -o CMakeFiles/libopenrct2.dir/src/openrct2/Version.cpp.obj -c /home/rop/psv/OpenRCT2/src/openrct2/Version.cpp
<command-line>:0:0: warning: "DEBUG" redefined
<command-line>:0:0: note: this is the location of the previous definition
[ 46%] Building CXX object CMakeFiles/libopenrct2.dir/src/openrct2/audio/Audio.cpp.obj
/usr/local/vitasdk/bin/arm-vita-eabi-g++ -DDISABLE_HTTP -DDISABLE_NETWORK -DDISABLE_OPENGL -DDISABLE_TWITCH -DNO_RCT2 -DNO_TTF -DOPENRCT2_BRANCH=\"vita\" -DOPENRCT2_COMMIT_SHA1=\"5d6d2296d7409b4a606c663a7a1c13cee7211c90\" -DOPENRCT2_COMMIT_SHA1_SHORT=\"5d6d2296d\" -D__WARN_SUGGEST_FINAL_METHODS__ -D__WARN_SUGGEST_FINAL_TYPES__ -I/usr/local/vitasdk/arm-vita-eabi/include -I/usr/local/vitasdk/arm-vita-eabi/include/libpng16 -Wl,-q -fpermissive -Wno-error=date-time -Wnull-dereference -Wsuggest-final-types -Wsuggest-final-methods -Wsuggest-override -Wduplicated-cond -Wnon-virtual-dtor -Wredundant-decls -Wignored-qualifiers -Wstrict-overflow=1 -Wl,--whole-archive -lpthread -Wl,--no-whole-archive -I/usr/local/vitasdk/arm-vita-eabi/include/ -I/usr/local/vitasdk/arm-vita-eabi/include/SDL2/ -std=gnu++14 -fstrict-overflow -finstrument-functions -fstrict-aliasing -DDEBUG=0 -fno-PIC -std=gnu++14 -std=gnu++14 -O0 -g -DDEBUG -D_DEBUG -Wundef -o CMakeFiles/libopenrct2.dir/src/openrct2/audio/Audio.cpp.obj -c /home/rop/psv/OpenRCT2/src/openrct2/audio/Audio.cpp
<command-line>:0:0: warning: "DEBUG" redefined
<command-line>:0:0: note: this is the location of the previous definition
[ 46%] Building CXX object CMakeFiles/libopenrct2.dir/src/openrct2/audio/AudioMixer.cpp.obj
/usr/local/vitasdk/bin/arm-vita-eabi-g++ -DDISABLE_HTTP -DDISABLE_NETWORK -DDISABLE_OPENGL -DDISABLE_TWITCH -DNO_RCT2 -DNO_TTF -DOPENRCT2_BRANCH=\"vita\" -DOPENRCT2_COMMIT_SHA1=\"5d6d2296d7409b4a606c663a7a1c13cee7211c90\" -DOPENRCT2_COMMIT_SHA1_SHORT=\"5d6d2296d\" -D__WARN_SUGGEST_FINAL_METHODS__ -D__WARN_SUGGEST_FINAL_TYPES__ -I/usr/local/vitasdk/arm-vita-eabi/include -I/usr/local/vitasdk/arm-vita-eabi/include/libpng16 -Wl,-q -fpermissive -Wno-error=date-time -Wnull-dereference -Wsuggest-final-types -Wsuggest-final-methods -Wsuggest-override -Wduplicated-cond -Wnon-virtual-dtor -Wredundant-decls -Wignored-qualifiers -Wstrict-overflow=1 -Wl,--whole-archive -lpthread -Wl,--no-whole-archive -I/usr/local/vitasdk/arm-vita-eabi/include/ -I/usr/local/vitasdk/arm-vita-eabi/include/SDL2/ -std=gnu++14 -fstrict-overflow -finstrument-functions -fstrict-aliasing -DDEBUG=0 -fno-PIC -std=gnu++14 -std=gnu++14 -O0 -g -DDEBUG -D_DEBUG -Wundef -o CMakeFiles/libopenrct2.dir/src/openrct2/audio/AudioMixer.cpp.obj -c /home/rop/psv/OpenRCT2/src/openrct2/audio/AudioMixer.cpp
<command-line>:0:0: warning: "DEBUG" redefined
<command-line>:0:0: note: this is the location of the previous definition
[ 46%] Building CXX object CMakeFiles/libopenrct2.dir/src/openrct2/audio/DummyAudioContext.cpp.obj
/usr/local/vitasdk/bin/arm-vita-eabi-g++ -DDISABLE_HTTP -DDISABLE_NETWORK -DDISABLE_OPENGL -DDISABLE_TWITCH -DNO_RCT2 -DNO_TTF -DOPENRCT2_BRANCH=\"vita\" -DOPENRCT2_COMMIT_SHA1=\"5d6d2296d7409b4a606c663a7a1c13cee7211c90\" -DOPENRCT2_COMMIT_SHA1_SHORT=\"5d6d2296d\" -D__WARN_SUGGEST_FINAL_METHODS__ -D__WARN_SUGGEST_FINAL_TYPES__ -I/usr/local/vitasdk/arm-vita-eabi/include -I/usr/local/vitasdk/arm-vita-eabi/include/libpng16 -Wl,-q -fpermissive -Wno-error=date-time -Wnull-dereference -Wsuggest-final-types -Wsuggest-final-methods -Wsuggest-override -Wduplicated-cond -Wnon-virtual-dtor -Wredundant-decls -Wignored-qualifiers -Wstrict-overflow=1 -Wl,--whole-archive -lpthread -Wl,--no-whole-archive -I/usr/local/vitasdk/arm-vita-eabi/include/ -I/usr/local/vitasdk/arm-vita-eabi/include/SDL2/ -std=gnu++14 -fstrict-overflow -finstrument-functions -fstrict-aliasing -DDEBUG=0 -fno-PIC -std=gnu++14 -std=gnu++14 -O0 -g -DDEBUG -D_DEBUG -Wundef -o CMakeFiles/libopenrct2.dir/src/openrct2/audio/DummyAudioContext.cpp.obj -c /home/rop/psv/OpenRCT2/src/openrct2/audio/DummyAudioContext.cpp
<command-line>:0:0: warning: "DEBUG" redefined
<command-line>:0:0: note: this is the location of the previous definition
[ 47%] Building CXX object CMakeFiles/libopenrct2.dir/src/openrct2/audio/NullAudioSource.cpp.obj
/usr/local/vitasdk/bin/arm-vita-eabi-g++ -DDISABLE_HTTP -DDISABLE_NETWORK -DDISABLE_OPENGL -DDISABLE_TWITCH -DNO_RCT2 -DNO_TTF -DOPENRCT2_BRANCH=\"vita\" -DOPENRCT2_COMMIT_SHA1=\"5d6d2296d7409b4a606c663a7a1c13cee7211c90\" -DOPENRCT2_COMMIT_SHA1_SHORT=\"5d6d2296d\" -D__WARN_SUGGEST_FINAL_METHODS__ -D__WARN_SUGGEST_FINAL_TYPES__ -I/usr/local/vitasdk/arm-vita-eabi/include -I/usr/local/vitasdk/arm-vita-eabi/include/libpng16 -Wl,-q -fpermissive -Wno-error=date-time -Wnull-dereference -Wsuggest-final-types -Wsuggest-final-methods -Wsuggest-override -Wduplicated-cond -Wnon-virtual-dtor -Wredundant-decls -Wignored-qualifiers -Wstrict-overflow=1 -Wl,--whole-archive -lpthread -Wl,--no-whole-archive -I/usr/local/vitasdk/arm-vita-eabi/include/ -I/usr/local/vitasdk/arm-vita-eabi/include/SDL2/ -std=gnu++14 -fstrict-overflow -finstrument-functions -fstrict-aliasing -DDEBUG=0 -fno-PIC -std=gnu++14 -std=gnu++14 -O0 -g -DDEBUG -D_DEBUG -Wundef -o CMakeFiles/libopenrct2.dir/src/openrct2/audio/NullAudioSource.cpp.obj -c /home/rop/psv/OpenRCT2/src/openrct2/audio/NullAudioSource.cpp
<command-line>:0:0: warning: "DEBUG" redefined
<command-line>:0:0: note: this is the location of the previous definition
[ 47%] Building CXX object CMakeFiles/libopenrct2.dir/src/openrct2/cmdline/BenchGfxCommmands.cpp.obj
/usr/local/vitasdk/bin/arm-vita-eabi-g++ -DDISABLE_HTTP -DDISABLE_NETWORK -DDISABLE_OPENGL -DDISABLE_TWITCH -DNO_RCT2 -DNO_TTF -DOPENRCT2_BRANCH=\"vita\" -DOPENRCT2_COMMIT_SHA1=\"5d6d2296d7409b4a606c663a7a1c13cee7211c90\" -DOPENRCT2_COMMIT_SHA1_SHORT=\"5d6d2296d\" -D__WARN_SUGGEST_FINAL_METHODS__ -D__WARN_SUGGEST_FINAL_TYPES__ -I/usr/local/vitasdk/arm-vita-eabi/include -I/usr/local/vitasdk/arm-vita-eabi/include/libpng16 -Wl,-q -fpermissive -Wno-error=date-time -Wnull-dereference -Wsuggest-final-types -Wsuggest-final-methods -Wsuggest-override -Wduplicated-cond -Wnon-virtual-dtor -Wredundant-decls -Wignored-qualifiers -Wstrict-overflow=1 -Wl,--whole-archive -lpthread -Wl,--no-whole-archive -I/usr/local/vitasdk/arm-vita-eabi/include/ -I/usr/local/vitasdk/arm-vita-eabi/include/SDL2/ -std=gnu++14 -fstrict-overflow -finstrument-functions -fstrict-aliasing -DDEBUG=0 -fno-PIC -std=gnu++14 -std=gnu++14 -O0 -g -DDEBUG -D_DEBUG -Wundef -o CMakeFiles/libopenrct2.dir/src/openrct2/cmdline/BenchGfxCommmands.cpp.obj -c /home/rop/psv/OpenRCT2/src/openrct2/cmdline/BenchGfxCommmands.cpp
<command-line>:0:0: warning: "DEBUG" redefined
<command-line>:0:0: note: this is the location of the previous definition
[ 47%] Building CXX object CMakeFiles/libopenrct2.dir/src/openrct2/cmdline/CommandLine.cpp.obj
/usr/local/vitasdk/bin/arm-vita-eabi-g++ -DDISABLE_HTTP -DDISABLE_NETWORK -DDISABLE_OPENGL -DDISABLE_TWITCH -DNO_RCT2 -DNO_TTF -DOPENRCT2_BRANCH=\"vita\" -DOPENRCT2_COMMIT_SHA1=\"5d6d2296d7409b4a606c663a7a1c13cee7211c90\" -DOPENRCT2_COMMIT_SHA1_SHORT=\"5d6d2296d\" -D__WARN_SUGGEST_FINAL_METHODS__ -D__WARN_SUGGEST_FINAL_TYPES__ -I/usr/local/vitasdk/arm-vita-eabi/include -I/usr/local/vitasdk/arm-vita-eabi/include/libpng16 -Wl,-q -fpermissive -Wno-error=date-time -Wnull-dereference -Wsuggest-final-types -Wsuggest-final-methods -Wsuggest-override -Wduplicated-cond -Wnon-virtual-dtor -Wredundant-decls -Wignored-qualifiers -Wstrict-overflow=1 -Wl,--whole-archive -lpthread -Wl,--no-whole-archive -I/usr/local/vitasdk/arm-vita-eabi/include/ -I/usr/local/vitasdk/arm-vita-eabi/include/SDL2/ -std=gnu++14 -fstrict-overflow -finstrument-functions -fstrict-aliasing -DDEBUG=0 -fno-PIC -std=gnu++14 -std=gnu++14 -O0 -g -DDEBUG -D_DEBUG -Wundef -o CMakeFiles/libopenrct2.dir/src/openrct2/cmdline/CommandLine.cpp.obj -c /home/rop/psv/OpenRCT2/src/openrct2/cmdline/CommandLine.cpp
<command-line>:0:0: warning: "DEBUG" redefined
<command-line>:0:0: note: this is the location of the previous definition
[ 47%] Building CXX object CMakeFiles/libopenrct2.dir/src/openrct2/cmdline/ConvertCommand.cpp.obj
/usr/local/vitasdk/bin/arm-vita-eabi-g++ -DDISABLE_HTTP -DDISABLE_NETWORK -DDISABLE_OPENGL -DDISABLE_TWITCH -DNO_RCT2 -DNO_TTF -DOPENRCT2_BRANCH=\"vita\" -DOPENRCT2_COMMIT_SHA1=\"5d6d2296d7409b4a606c663a7a1c13cee7211c90\" -DOPENRCT2_COMMIT_SHA1_SHORT=\"5d6d2296d\" -D__WARN_SUGGEST_FINAL_METHODS__ -D__WARN_SUGGEST_FINAL_TYPES__ -I/usr/local/vitasdk/arm-vita-eabi/include -I/usr/local/vitasdk/arm-vita-eabi/include/libpng16 -Wl,-q -fpermissive -Wno-error=date-time -Wnull-dereference -Wsuggest-final-types -Wsuggest-final-methods -Wsuggest-override -Wduplicated-cond -Wnon-virtual-dtor -Wredundant-decls -Wignored-qualifiers -Wstrict-overflow=1 -Wl,--whole-archive -lpthread -Wl,--no-whole-archive -I/usr/local/vitasdk/arm-vita-eabi/include/ -I/usr/local/vitasdk/arm-vita-eabi/include/SDL2/ -std=gnu++14 -fstrict-overflow -finstrument-functions -fstrict-aliasing -DDEBUG=0 -fno-PIC -std=gnu++14 -std=gnu++14 -O0 -g -DDEBUG -D_DEBUG -Wundef -o CMakeFiles/libopenrct2.dir/src/openrct2/cmdline/ConvertCommand.cpp.obj -c /home/rop/psv/OpenRCT2/src/openrct2/cmdline/ConvertCommand.cpp
[ 48%] Building CXX object CMakeFiles/libopenrct2.dir/src/openrct2/cmdline/RootCommands.cpp.obj
/usr/local/vitasdk/bin/arm-vita-eabi-g++ -DDISABLE_HTTP -DDISABLE_NETWORK -DDISABLE_OPENGL -DDISABLE_TWITCH -DNO_RCT2 -DNO_TTF -DOPENRCT2_BRANCH=\"vita\" -DOPENRCT2_COMMIT_SHA1=\"5d6d2296d7409b4a606c663a7a1c13cee7211c90\" -DOPENRCT2_COMMIT_SHA1_SHORT=\"5d6d2296d\" -D__WARN_SUGGEST_FINAL_METHODS__ -D__WARN_SUGGEST_FINAL_TYPES__ -I/usr/local/vitasdk/arm-vita-eabi/include -I/usr/local/vitasdk/arm-vita-eabi/include/libpng16 -Wl,-q -fpermissive -Wno-error=date-time -Wnull-dereference -Wsuggest-final-types -Wsuggest-final-methods -Wsuggest-override -Wduplicated-cond -Wnon-virtual-dtor -Wredundant-decls -Wignored-qualifiers -Wstrict-overflow=1 -Wl,--whole-archive -lpthread -Wl,--no-whole-archive -I/usr/local/vitasdk/arm-vita-eabi/include/ -I/usr/local/vitasdk/arm-vita-eabi/include/SDL2/ -std=gnu++14 -fstrict-overflow -finstrument-functions -fstrict-aliasing -DDEBUG=0 -fno-PIC -std=gnu++14 -std=gnu++14 -O0 -g -DDEBUG -D_DEBUG -Wundef -o CMakeFiles/libopenrct2.dir/src/openrct2/cmdline/RootCommands.cpp.obj -c /home/rop/psv/OpenRCT2/src/openrct2/cmdline/RootCommands.cpp
<command-line>:0:0: warning: "DEBUG" redefined
<command-line>:0:0: note: this is the location of the previous definition
<command-line>:0:0: warning: "DEBUG" redefined
<command-line>:0:0: note: this is the location of the previous definition
[ 48%] Building CXX object CMakeFiles/libopenrct2.dir/src/openrct2/cmdline/ScreenshotCommands.cpp.obj
/usr/local/vitasdk/bin/arm-vita-eabi-g++ -DDISABLE_HTTP -DDISABLE_NETWORK -DDISABLE_OPENGL -DDISABLE_TWITCH -DNO_RCT2 -DNO_TTF -DOPENRCT2_BRANCH=\"vita\" -DOPENRCT2_COMMIT_SHA1=\"5d6d2296d7409b4a606c663a7a1c13cee7211c90\" -DOPENRCT2_COMMIT_SHA1_SHORT=\"5d6d2296d\" -D__WARN_SUGGEST_FINAL_METHODS__ -D__WARN_SUGGEST_FINAL_TYPES__ -I/usr/local/vitasdk/arm-vita-eabi/include -I/usr/local/vitasdk/arm-vita-eabi/include/libpng16 -Wl,-q -fpermissive -Wno-error=date-time -Wnull-dereference -Wsuggest-final-types -Wsuggest-final-methods -Wsuggest-override -Wduplicated-cond -Wnon-virtual-dtor -Wredundant-decls -Wignored-qualifiers -Wstrict-overflow=1 -Wl,--whole-archive -lpthread -Wl,--no-whole-archive -I/usr/local/vitasdk/arm-vita-eabi/include/ -I/usr/local/vitasdk/arm-vita-eabi/include/SDL2/ -std=gnu++14 -fstrict-overflow -finstrument-functions -fstrict-aliasing -DDEBUG=0 -fno-PIC -std=gnu++14 -std=gnu++14 -O0 -g -DDEBUG -D_DEBUG -Wundef -o CMakeFiles/libopenrct2.dir/src/openrct2/cmdline/ScreenshotCommands.cpp.obj -c /home/rop/psv/OpenRCT2/src/openrct2/cmdline/ScreenshotCommands.cpp
<command-line>:0:0: warning: "DEBUG" redefined
<command-line>:0:0: note: this is the location of the previous definition
[ 48%] Building CXX object CMakeFiles/libopenrct2.dir/src/openrct2/cmdline/SpriteCommands.cpp.obj
/usr/local/vitasdk/bin/arm-vita-eabi-g++ -DDISABLE_HTTP -DDISABLE_NETWORK -DDISABLE_OPENGL -DDISABLE_TWITCH -DNO_RCT2 -DNO_TTF -DOPENRCT2_BRANCH=\"vita\" -DOPENRCT2_COMMIT_SHA1=\"5d6d2296d7409b4a606c663a7a1c13cee7211c90\" -DOPENRCT2_COMMIT_SHA1_SHORT=\"5d6d2296d\" -D__WARN_SUGGEST_FINAL_METHODS__ -D__WARN_SUGGEST_FINAL_TYPES__ -I/usr/local/vitasdk/arm-vita-eabi/include -I/usr/local/vitasdk/arm-vita-eabi/include/libpng16 -Wl,-q -fpermissive -Wno-error=date-time -Wnull-dereference -Wsuggest-final-types -Wsuggest-final-methods -Wsuggest-override -Wduplicated-cond -Wnon-virtual-dtor -Wredundant-decls -Wignored-qualifiers -Wstrict-overflow=1 -Wl,--whole-archive -lpthread -Wl,--no-whole-archive -I/usr/local/vitasdk/arm-vita-eabi/include/ -I/usr/local/vitasdk/arm-vita-eabi/include/SDL2/ -std=gnu++14 -fstrict-overflow -finstrument-functions -fstrict-aliasing -DDEBUG=0 -fno-PIC -std=gnu++14 -std=gnu++14 -O0 -g -DDEBUG -D_DEBUG -Wundef -o CMakeFiles/libopenrct2.dir/src/openrct2/cmdline/SpriteCommands.cpp.obj -c /home/rop/psv/OpenRCT2/src/openrct2/cmdline/SpriteCommands.cpp
<command-line>:0:0: warning: "DEBUG" redefined
<command-line>:0:0: note: this is the location of the previous definition
[ 48%] Building CXX object CMakeFiles/libopenrct2.dir/src/openrct2/cmdline/UriHandler.cpp.obj
/usr/local/vitasdk/bin/arm-vita-eabi-g++ -DDISABLE_HTTP -DDISABLE_NETWORK -DDISABLE_OPENGL -DDISABLE_TWITCH -DNO_RCT2 -DNO_TTF -DOPENRCT2_BRANCH=\"vita\" -DOPENRCT2_COMMIT_SHA1=\"5d6d2296d7409b4a606c663a7a1c13cee7211c90\" -DOPENRCT2_COMMIT_SHA1_SHORT=\"5d6d2296d\" -D__WARN_SUGGEST_FINAL_METHODS__ -D__WARN_SUGGEST_FINAL_TYPES__ -I/usr/local/vitasdk/arm-vita-eabi/include -I/usr/local/vitasdk/arm-vita-eabi/include/libpng16 -Wl,-q -fpermissive -Wno-error=date-time -Wnull-dereference -Wsuggest-final-types -Wsuggest-final-methods -Wsuggest-override -Wduplicated-cond -Wnon-virtual-dtor -Wredundant-decls -Wignored-qualifiers -Wstrict-overflow=1 -Wl,--whole-archive -lpthread -Wl,--no-whole-archive -I/usr/local/vitasdk/arm-vita-eabi/include/ -I/usr/local/vitasdk/arm-vita-eabi/include/SDL2/ -std=gnu++14 -fstrict-overflow -finstrument-functions -fstrict-aliasing -DDEBUG=0 -fno-PIC -std=gnu++14 -std=gnu++14 -O0 -g -DDEBUG -D_DEBUG -Wundef -o CMakeFiles/libopenrct2.dir/src/openrct2/cmdline/UriHandler.cpp.obj -c /home/rop/psv/OpenRCT2/src/openrct2/cmdline/UriHandler.cpp
<command-line>:0:0: warning: "DEBUG" redefined
<command-line>:0:0: note: this is the location of the previous definition
[ 49%] Building CXX object CMakeFiles/libopenrct2.dir/src/openrct2/config/Config.cpp.obj
/usr/local/vitasdk/bin/arm-vita-eabi-g++ -DDISABLE_HTTP -DDISABLE_NETWORK -DDISABLE_OPENGL -DDISABLE_TWITCH -DNO_RCT2 -DNO_TTF -DOPENRCT2_BRANCH=\"vita\" -DOPENRCT2_COMMIT_SHA1=\"5d6d2296d7409b4a606c663a7a1c13cee7211c90\" -DOPENRCT2_COMMIT_SHA1_SHORT=\"5d6d2296d\" -D__WARN_SUGGEST_FINAL_METHODS__ -D__WARN_SUGGEST_FINAL_TYPES__ -I/usr/local/vitasdk/arm-vita-eabi/include -I/usr/local/vitasdk/arm-vita-eabi/include/libpng16 -Wl,-q -fpermissive -Wno-error=date-time -Wnull-dereference -Wsuggest-final-types -Wsuggest-final-methods -Wsuggest-override -Wduplicated-cond -Wnon-virtual-dtor -Wredundant-decls -Wignored-qualifiers -Wstrict-overflow=1 -Wl,--whole-archive -lpthread -Wl,--no-whole-archive -I/usr/local/vitasdk/arm-vita-eabi/include/ -I/usr/local/vitasdk/arm-vita-eabi/include/SDL2/ -std=gnu++14 -fstrict-overflow -finstrument-functions -fstrict-aliasing -DDEBUG=0 -fno-PIC -std=gnu++14 -std=gnu++14 -O0 -g -DDEBUG -D_DEBUG -Wundef -o CMakeFiles/libopenrct2.dir/src/openrct2/config/Config.cpp.obj -c /home/rop/psv/OpenRCT2/src/openrct2/config/Config.cpp
<command-line>:0:0: warning: "DEBUG" redefined
<command-line>:0:0: note: this is the location of the previous definition
[ 49%] Building CXX object CMakeFiles/libopenrct2.dir/src/openrct2/config/IniReader.cpp.obj
/usr/local/vitasdk/bin/arm-vita-eabi-g++ -DDISABLE_HTTP -DDISABLE_NETWORK -DDISABLE_OPENGL -DDISABLE_TWITCH -DNO_RCT2 -DNO_TTF -DOPENRCT2_BRANCH=\"vita\" -DOPENRCT2_COMMIT_SHA1=\"5d6d2296d7409b4a606c663a7a1c13cee7211c90\" -DOPENRCT2_COMMIT_SHA1_SHORT=\"5d6d2296d\" -D__WARN_SUGGEST_FINAL_METHODS__ -D__WARN_SUGGEST_FINAL_TYPES__ -I/usr/local/vitasdk/arm-vita-eabi/include -I/usr/local/vitasdk/arm-vita-eabi/include/libpng16 -Wl,-q -fpermissive -Wno-error=date-time -Wnull-dereference -Wsuggest-final-types -Wsuggest-final-methods -Wsuggest-override -Wduplicated-cond -Wnon-virtual-dtor -Wredundant-decls -Wignored-qualifiers -Wstrict-overflow=1 -Wl,--whole-archive -lpthread -Wl,--no-whole-archive -I/usr/local/vitasdk/arm-vita-eabi/include/ -I/usr/local/vitasdk/arm-vita-eabi/include/SDL2/ -std=gnu++14 -fstrict-overflow -finstrument-functions -fstrict-aliasing -DDEBUG=0 -fno-PIC -std=gnu++14 -std=gnu++14 -O0 -g -DDEBUG -D_DEBUG -Wundef -o CMakeFiles/libopenrct2.dir/src/openrct2/config/IniReader.cpp.obj -c /home/rop/psv/OpenRCT2/src/openrct2/config/IniReader.cpp
<command-line>:0:0: warning: "DEBUG" redefined
<command-line>:0:0: note: this is the location of the previous definition
[ 49%] Building CXX object CMakeFiles/libopenrct2.dir/src/openrct2/config/IniWriter.cpp.obj
/usr/local/vitasdk/bin/arm-vita-eabi-g++ -DDISABLE_HTTP -DDISABLE_NETWORK -DDISABLE_OPENGL -DDISABLE_TWITCH -DNO_RCT2 -DNO_TTF -DOPENRCT2_BRANCH=\"vita\" -DOPENRCT2_COMMIT_SHA1=\"5d6d2296d7409b4a606c663a7a1c13cee7211c90\" -DOPENRCT2_COMMIT_SHA1_SHORT=\"5d6d2296d\" -D__WARN_SUGGEST_FINAL_METHODS__ -D__WARN_SUGGEST_FINAL_TYPES__ -I/usr/local/vitasdk/arm-vita-eabi/include -I/usr/local/vitasdk/arm-vita-eabi/include/libpng16 -Wl,-q -fpermissive -Wno-error=date-time -Wnull-dereference -Wsuggest-final-types -Wsuggest-final-methods -Wsuggest-override -Wduplicated-cond -Wnon-virtual-dtor -Wredundant-decls -Wignored-qualifiers -Wstrict-overflow=1 -Wl,--whole-archive -lpthread -Wl,--no-whole-archive -I/usr/local/vitasdk/arm-vita-eabi/include/ -I/usr/local/vitasdk/arm-vita-eabi/include/SDL2/ -std=gnu++14 -fstrict-overflow -finstrument-functions -fstrict-aliasing -DDEBUG=0 -fno-PIC -std=gnu++14 -std=gnu++14 -O0 -g -DDEBUG -D_DEBUG -Wundef -o CMakeFiles/libopenrct2.dir/src/openrct2/config/IniWriter.cpp.obj -c /home/rop/psv/OpenRCT2/src/openrct2/config/IniWriter.cpp
<command-line>:0:0: warning: "DEBUG" redefined
<command-line>:0:0: note: this is the location of the previous definition
[ 50%] Building CXX object CMakeFiles/libopenrct2.dir/src/openrct2/core/Console.cpp.obj
/usr/local/vitasdk/bin/arm-vita-eabi-g++ -DDISABLE_HTTP -DDISABLE_NETWORK -DDISABLE_OPENGL -DDISABLE_TWITCH -DNO_RCT2 -DNO_TTF -DOPENRCT2_BRANCH=\"vita\" -DOPENRCT2_COMMIT_SHA1=\"5d6d2296d7409b4a606c663a7a1c13cee7211c90\" -DOPENRCT2_COMMIT_SHA1_SHORT=\"5d6d2296d\" -D__WARN_SUGGEST_FINAL_METHODS__ -D__WARN_SUGGEST_FINAL_TYPES__ -I/usr/local/vitasdk/arm-vita-eabi/include -I/usr/local/vitasdk/arm-vita-eabi/include/libpng16 -Wl,-q -fpermissive -Wno-error=date-time -Wnull-dereference -Wsuggest-final-types -Wsuggest-final-methods -Wsuggest-override -Wduplicated-cond -Wnon-virtual-dtor -Wredundant-decls -Wignored-qualifiers -Wstrict-overflow=1 -Wl,--whole-archive -lpthread -Wl,--no-whole-archive -I/usr/local/vitasdk/arm-vita-eabi/include/ -I/usr/local/vitasdk/arm-vita-eabi/include/SDL2/ -std=gnu++14 -fstrict-overflow -finstrument-functions -fstrict-aliasing -DDEBUG=0 -fno-PIC -std=gnu++14 -std=gnu++14 -O0 -g -DDEBUG -D_DEBUG -Wundef -o CMakeFiles/libopenrct2.dir/src/openrct2/core/Console.cpp.obj -c /home/rop/psv/OpenRCT2/src/openrct2/core/Console.cpp
<command-line>:0:0: warning: "DEBUG" redefined
<command-line>:0:0: note: this is the location of the previous definition
[ 50%] Building CXX object CMakeFiles/libopenrct2.dir/src/openrct2/core/Diagnostics.cpp.obj
/usr/local/vitasdk/bin/arm-vita-eabi-g++ -DDISABLE_HTTP -DDISABLE_NETWORK -DDISABLE_OPENGL -DDISABLE_TWITCH -DNO_RCT2 -DNO_TTF -DOPENRCT2_BRANCH=\"vita\" -DOPENRCT2_COMMIT_SHA1=\"5d6d2296d7409b4a606c663a7a1c13cee7211c90\" -DOPENRCT2_COMMIT_SHA1_SHORT=\"5d6d2296d\" -D__WARN_SUGGEST_FINAL_METHODS__ -D__WARN_SUGGEST_FINAL_TYPES__ -I/usr/local/vitasdk/arm-vita-eabi/include -I/usr/local/vitasdk/arm-vita-eabi/include/libpng16 -Wl,-q -fpermissive -Wno-error=date-time -Wnull-dereference -Wsuggest-final-types -Wsuggest-final-methods -Wsuggest-override -Wduplicated-cond -Wnon-virtual-dtor -Wredundant-decls -Wignored-qualifiers -Wstrict-overflow=1 -Wl,--whole-archive -lpthread -Wl,--no-whole-archive -I/usr/local/vitasdk/arm-vita-eabi/include/ -I/usr/local/vitasdk/arm-vita-eabi/include/SDL2/ -std=gnu++14 -fstrict-overflow -finstrument-functions -fstrict-aliasing -DDEBUG=0 -fno-PIC -std=gnu++14 -std=gnu++14 -O0 -g -DDEBUG -D_DEBUG -Wundef -o CMakeFiles/libopenrct2.dir/src/openrct2/core/Diagnostics.cpp.obj -c /home/rop/psv/OpenRCT2/src/openrct2/core/Diagnostics.cpp
<command-line>:0:0: warning: "DEBUG" redefined
<command-line>:0:0: note: this is the location of the previous definition
[ 50%] Building CXX object CMakeFiles/libopenrct2.dir/src/openrct2/core/File.cpp.obj
/usr/local/vitasdk/bin/arm-vita-eabi-g++ -DDISABLE_HTTP -DDISABLE_NETWORK -DDISABLE_OPENGL -DDISABLE_TWITCH -DNO_RCT2 -DNO_TTF -DOPENRCT2_BRANCH=\"vita\" -DOPENRCT2_COMMIT_SHA1=\"5d6d2296d7409b4a606c663a7a1c13cee7211c90\" -DOPENRCT2_COMMIT_SHA1_SHORT=\"5d6d2296d\" -D__WARN_SUGGEST_FINAL_METHODS__ -D__WARN_SUGGEST_FINAL_TYPES__ -I/usr/local/vitasdk/arm-vita-eabi/include -I/usr/local/vitasdk/arm-vita-eabi/include/libpng16 -Wl,-q -fpermissive -Wno-error=date-time -Wnull-dereference -Wsuggest-final-types -Wsuggest-final-methods -Wsuggest-override -Wduplicated-cond -Wnon-virtual-dtor -Wredundant-decls -Wignored-qualifiers -Wstrict-overflow=1 -Wl,--whole-archive -lpthread -Wl,--no-whole-archive -I/usr/local/vitasdk/arm-vita-eabi/include/ -I/usr/local/vitasdk/arm-vita-eabi/include/SDL2/ -std=gnu++14 -fstrict-overflow -finstrument-functions -fstrict-aliasing -DDEBUG=0 -fno-PIC -std=gnu++14 -std=gnu++14 -O0 -g -DDEBUG -D_DEBUG -Wundef -o CMakeFiles/libopenrct2.dir/src/openrct2/core/File.cpp.obj -c /home/rop/psv/OpenRCT2/src/openrct2/core/File.cpp
<command-line>:0:0: warning: "DEBUG" redefined
<command-line>:0:0: note: this is the location of the previous definition
[ 50%] Building CXX object CMakeFiles/libopenrct2.dir/src/openrct2/core/FileScanner.cpp.obj
/usr/local/vitasdk/bin/arm-vita-eabi-g++ -DDISABLE_HTTP -DDISABLE_NETWORK -DDISABLE_OPENGL -DDISABLE_TWITCH -DNO_RCT2 -DNO_TTF -DOPENRCT2_BRANCH=\"vita\" -DOPENRCT2_COMMIT_SHA1=\"5d6d2296d7409b4a606c663a7a1c13cee7211c90\" -DOPENRCT2_COMMIT_SHA1_SHORT=\"5d6d2296d\" -D__WARN_SUGGEST_FINAL_METHODS__ -D__WARN_SUGGEST_FINAL_TYPES__ -I/usr/local/vitasdk/arm-vita-eabi/include -I/usr/local/vitasdk/arm-vita-eabi/include/libpng16 -Wl,-q -fpermissive -Wno-error=date-time -Wnull-dereference -Wsuggest-final-types -Wsuggest-final-methods -Wsuggest-override -Wduplicated-cond -Wnon-virtual-dtor -Wredundant-decls -Wignored-qualifiers -Wstrict-overflow=1 -Wl,--whole-archive -lpthread -Wl,--no-whole-archive -I/usr/local/vitasdk/arm-vita-eabi/include/ -I/usr/local/vitasdk/arm-vita-eabi/include/SDL2/ -std=gnu++14 -fstrict-overflow -finstrument-functions -fstrict-aliasing -DDEBUG=0 -fno-PIC -std=gnu++14 -std=gnu++14 -O0 -g -DDEBUG -D_DEBUG -Wundef -o CMakeFiles/libopenrct2.dir/src/openrct2/core/FileScanner.cpp.obj -c /home/rop/psv/OpenRCT2/src/openrct2/core/FileScanner.cpp
<command-line>:0:0: warning: "DEBUG" redefined
<command-line>:0:0: note: this is the location of the previous definition
[ 51%] Building CXX object CMakeFiles/libopenrct2.dir/src/openrct2/core/Guard.cpp.obj
/usr/local/vitasdk/bin/arm-vita-eabi-g++ -DDISABLE_HTTP -DDISABLE_NETWORK -DDISABLE_OPENGL -DDISABLE_TWITCH -DNO_RCT2 -DNO_TTF -DOPENRCT2_BRANCH=\"vita\" -DOPENRCT2_COMMIT_SHA1=\"5d6d2296d7409b4a606c663a7a1c13cee7211c90\" -DOPENRCT2_COMMIT_SHA1_SHORT=\"5d6d2296d\" -D__WARN_SUGGEST_FINAL_METHODS__ -D__WARN_SUGGEST_FINAL_TYPES__ -I/usr/local/vitasdk/arm-vita-eabi/include -I/usr/local/vitasdk/arm-vita-eabi/include/libpng16 -Wl,-q -fpermissive -Wno-error=date-time -Wnull-dereference -Wsuggest-final-types -Wsuggest-final-methods -Wsuggest-override -Wduplicated-cond -Wnon-virtual-dtor -Wredundant-decls -Wignored-qualifiers -Wstrict-overflow=1 -Wl,--whole-archive -lpthread -Wl,--no-whole-archive -I/usr/local/vitasdk/arm-vita-eabi/include/ -I/usr/local/vitasdk/arm-vita-eabi/include/SDL2/ -std=gnu++14 -fstrict-overflow -finstrument-functions -fstrict-aliasing -DDEBUG=0 -fno-PIC -std=gnu++14 -std=gnu++14 -O0 -g -DDEBUG -D_DEBUG -Wundef -o CMakeFiles/libopenrct2.dir/src/openrct2/core/Guard.cpp.obj -c /home/rop/psv/OpenRCT2/src/openrct2/core/Guard.cpp
<command-line>:0:0: warning: "DEBUG" redefined
<command-line>:0:0: note: this is the location of the previous definition
[ 51%] Building CXX object CMakeFiles/libopenrct2.dir/src/openrct2/core/IStream.cpp.obj
/usr/local/vitasdk/bin/arm-vita-eabi-g++ -DDISABLE_HTTP -DDISABLE_NETWORK -DDISABLE_OPENGL -DDISABLE_TWITCH -DNO_RCT2 -DNO_TTF -DOPENRCT2_BRANCH=\"vita\" -DOPENRCT2_COMMIT_SHA1=\"5d6d2296d7409b4a606c663a7a1c13cee7211c90\" -DOPENRCT2_COMMIT_SHA1_SHORT=\"5d6d2296d\" -D__WARN_SUGGEST_FINAL_METHODS__ -D__WARN_SUGGEST_FINAL_TYPES__ -I/usr/local/vitasdk/arm-vita-eabi/include -I/usr/local/vitasdk/arm-vita-eabi/include/libpng16 -Wl,-q -fpermissive -Wno-error=date-time -Wnull-dereference -Wsuggest-final-types -Wsuggest-final-methods -Wsuggest-override -Wduplicated-cond -Wnon-virtual-dtor -Wredundant-decls -Wignored-qualifiers -Wstrict-overflow=1 -Wl,--whole-archive -lpthread -Wl,--no-whole-archive -I/usr/local/vitasdk/arm-vita-eabi/include/ -I/usr/local/vitasdk/arm-vita-eabi/include/SDL2/ -std=gnu++14 -fstrict-overflow -finstrument-functions -fstrict-aliasing -DDEBUG=0 -fno-PIC -std=gnu++14 -std=gnu++14 -O0 -g -DDEBUG -D_DEBUG -Wundef -o CMakeFiles/libopenrct2.dir/src/openrct2/core/IStream.cpp.obj -c /home/rop/psv/OpenRCT2/src/openrct2/core/IStream.cpp
[ 51%] Building CXX object CMakeFiles/libopenrct2.dir/src/openrct2/core/Json.cpp.obj
/usr/local/vitasdk/bin/arm-vita-eabi-g++ -DDISABLE_HTTP -DDISABLE_NETWORK -DDISABLE_OPENGL -DDISABLE_TWITCH -DNO_RCT2 -DNO_TTF -DOPENRCT2_BRANCH=\"vita\" -DOPENRCT2_COMMIT_SHA1=\"5d6d2296d7409b4a606c663a7a1c13cee7211c90\" -DOPENRCT2_COMMIT_SHA1_SHORT=\"5d6d2296d\" -D__WARN_SUGGEST_FINAL_METHODS__ -D__WARN_SUGGEST_FINAL_TYPES__ -I/usr/local/vitasdk/arm-vita-eabi/include -I/usr/local/vitasdk/arm-vita-eabi/include/libpng16 -Wl,-q -fpermissive -Wno-error=date-time -Wnull-dereference -Wsuggest-final-types -Wsuggest-final-methods -Wsuggest-override -Wduplicated-cond -Wnon-virtual-dtor -Wredundant-decls -Wignored-qualifiers -Wstrict-overflow=1 -Wl,--whole-archive -lpthread -Wl,--no-whole-archive -I/usr/local/vitasdk/arm-vita-eabi/include/ -I/usr/local/vitasdk/arm-vita-eabi/include/SDL2/ -std=gnu++14 -fstrict-overflow -finstrument-functions -fstrict-aliasing -DDEBUG=0 -fno-PIC -std=gnu++14 -std=gnu++14 -O0 -g -DDEBUG -D_DEBUG -Wundef -o CMakeFiles/libopenrct2.dir/src/openrct2/core/Json.cpp.obj -c /home/rop/psv/OpenRCT2/src/openrct2/core/Json.cpp
<command-line>:0:0: warning: "DEBUG" redefined
<command-line>:0:0: note: this is the location of the previous definition
In file included from /usr/local/vitasdk/arm-vita-eabi/include/c++/7.2.0/vector:64:0,
from /home/rop/psv/OpenRCT2/src/openrct2/core/FileScanner.cpp:43:
/usr/local/vitasdk/arm-vita-eabi/include/c++/7.2.0/bits/stl_vector.h: In member function 'void std::vector<_Tp, _Alloc>::push_back(const value_type&) [with _Tp = DirectoryChild; _Alloc = std::allocator<DirectoryChild>]':
/usr/local/vitasdk/arm-vita-eabi/include/c++/7.2.0/bits/stl_vector.h:948:21: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator<DirectoryChild*, std::vector<DirectoryChild> >' changed in GCC 7.1
_M_realloc_insert(end(), __x);
~~~~~~~~~~~~~~~~~^~~~~~~~~~~~
<command-line>:0:0: warning: "DEBUG" redefined
<command-line>:0:0: note: this is the location of the previous definition
[ 51%] Building CXX object CMakeFiles/libopenrct2.dir/src/openrct2/core/MemoryStream.cpp.obj
/usr/local/vitasdk/bin/arm-vita-eabi-g++ -DDISABLE_HTTP -DDISABLE_NETWORK -DDISABLE_OPENGL -DDISABLE_TWITCH -DNO_RCT2 -DNO_TTF -DOPENRCT2_BRANCH=\"vita\" -DOPENRCT2_COMMIT_SHA1=\"5d6d2296d7409b4a606c663a7a1c13cee7211c90\" -DOPENRCT2_COMMIT_SHA1_SHORT=\"5d6d2296d\" -D__WARN_SUGGEST_FINAL_METHODS__ -D__WARN_SUGGEST_FINAL_TYPES__ -I/usr/local/vitasdk/arm-vita-eabi/include -I/usr/local/vitasdk/arm-vita-eabi/include/libpng16 -Wl,-q -fpermissive -Wno-error=date-time -Wnull-dereference -Wsuggest-final-types -Wsuggest-final-methods -Wsuggest-override -Wduplicated-cond -Wnon-virtual-dtor -Wredundant-decls -Wignored-qualifiers -Wstrict-overflow=1 -Wl,--whole-archive -lpthread -Wl,--no-whole-archive -I/usr/local/vitasdk/arm-vita-eabi/include/ -I/usr/local/vitasdk/arm-vita-eabi/include/SDL2/ -std=gnu++14 -fstrict-overflow -finstrument-functions -fstrict-aliasing -DDEBUG=0 -fno-PIC -std=gnu++14 -std=gnu++14 -O0 -g -DDEBUG -D_DEBUG -Wundef -o CMakeFiles/libopenrct2.dir/src/openrct2/core/MemoryStream.cpp.obj -c /home/rop/psv/OpenRCT2/src/openrct2/core/MemoryStream.cpp
In file included from /usr/local/vitasdk/arm-vita-eabi/include/c++/7.2.0/vector:69:0,
from /home/rop/psv/OpenRCT2/src/openrct2/core/FileScanner.cpp:43:
/usr/local/vitasdk/arm-vita-eabi/include/c++/7.2.0/bits/vector.tcc: In member function 'void std::vector<_Tp, _Alloc>::_M_realloc_insert(std::vector<_Tp, _Alloc>::iterator, _Args&& ...) [with _Args = {const DirectoryChild&}; _Tp = DirectoryChild; _Alloc = std::allocator<DirectoryChild>]':
/usr/local/vitasdk/arm-vita-eabi/include/c++/7.2.0/bits/vector.tcc:394:7: note: parameter passing for argument of type 'std::vector<DirectoryChild>::iterator {aka __gnu_cxx::__normal_iterator<DirectoryChild*, std::vector<DirectoryChild> >}' changed in GCC 7.1
vector<_Tp, _Alloc>::
^~~~~~~~~~~~~~~~~~~
<command-line>:0:0: warning: "DEBUG" redefined
<command-line>:0:0: note: this is the location of the previous definition
In file included from /usr/local/vitasdk/arm-vita-eabi/include/c++/7.2.0/deque:63:0,
from /usr/local/vitasdk/arm-vita-eabi/include/c++/7.2.0/stack:60,
from /home/rop/psv/OpenRCT2/src/openrct2/core/FileScanner.cpp:41:
/usr/local/vitasdk/arm-vita-eabi/include/c++/7.2.0/bits/stl_uninitialized.h: In function '_ForwardIterator std::__uninitialized_move_if_noexcept_a(_InputIterator, _InputIterator, _ForwardIterator, _Allocator&) [with _InputIterator = DirectoryChild*; _ForwardIterator = DirectoryChild*; _Allocator = std::allocator<DirectoryChild>]':
/usr/local/vitasdk/arm-vita-eabi/include/c++/7.2.0/bits/stl_uninitialized.h:312:69: note: parameter passing for argument of type 'std::move_iterator<DirectoryChild*>' changed in GCC 7.1
_GLIBCXX_MAKE_MOVE_IF_NOEXCEPT_ITERATOR(__last), __result, __alloc);
^
/usr/local/vitasdk/arm-vita-eabi/include/c++/7.2.0/bits/stl_uninitialized.h: In function '_ForwardIterator std::__uninitialized_copy_a(_InputIterator, _InputIterator, _ForwardIterator, std::allocator<_Tp>&) [with _InputIterator = std::move_iterator<DirectoryChild*>; _ForwardIterator = DirectoryChild*; _Tp = DirectoryChild]':
/usr/local/vitasdk/arm-vita-eabi/include/c++/7.2.0/bits/stl_uninitialized.h:287:5: note: parameter passing for argument of type 'std::move_iterator<DirectoryChild*>' changed in GCC 7.1
__uninitialized_copy_a(_InputIterator __first, _InputIterator __last,
^~~~~~~~~~~~~~~~~~~~~~
/usr/local/vitasdk/arm-vita-eabi/include/c++/7.2.0/bits/stl_uninitialized.h:287:5: note: parameter passing for argument of type 'std::move_iterator<DirectoryChild*>' changed in GCC 7.1
/usr/local/vitasdk/arm-vita-eabi/include/c++/7.2.0/bits/stl_uninitialized.h:289:63: note: parameter passing for argument of type 'std::move_iterator<DirectoryChild*>' changed in GCC 7.1
{ return std::uninitialized_copy(__first, __last, __result); }
^
In file included from /usr/local/vitasdk/arm-vita-eabi/include/c++/7.2.0/vector:64:0,
from /home/rop/psv/OpenRCT2/src/openrct2/core/FileScanner.cpp:43:
/usr/local/vitasdk/arm-vita-eabi/include/c++/7.2.0/bits/stl_vector.h: In copy constructor 'std::vector<_Tp, _Alloc>::vector(const std::vector<_Tp, _Alloc>&) [with _Tp = DirectoryChild; _Alloc = std::allocator<DirectoryChild>]':
/usr/local/vitasdk/arm-vita-eabi/include/c++/7.2.0/bits/stl_vector.h:331:31: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator<const DirectoryChild*, std::vector<DirectoryChild> >' changed in GCC 7.1
std::__uninitialized_copy_a(__x.begin(), __x.end(),
~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~
this->_M_impl._M_start,
~~~~~~~~~~~~~~~~~~~~~~~
_M_get_Tp_allocator());
~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/local/vitasdk/arm-vita-eabi/include/c++/7.2.0/deque:63:0,
from /usr/local/vitasdk/arm-vita-eabi/include/c++/7.2.0/stack:60,
from /home/rop/psv/OpenRCT2/src/openrct2/core/FileScanner.cpp:41:
/usr/local/vitasdk/arm-vita-eabi/include/c++/7.2.0/bits/stl_uninitialized.h: In function '_ForwardIterator std::uninitialized_copy(_InputIterator, _InputIterator, _ForwardIterator) [with _InputIterator = std::move_iterator<DirectoryChild*>; _ForwardIterator = DirectoryChild*]':
/usr/local/vitasdk/arm-vita-eabi/include/c++/7.2.0/bits/stl_uninitialized.h:115:5: note: parameter passing for argument of type 'std::move_iterator<DirectoryChild*>' changed in GCC 7.1
uninitialized_copy(_InputIterator __first, _InputIterator __last,
^~~~~~~~~~~~~~~~~~
/usr/local/vitasdk/arm-vita-eabi/include/c++/7.2.0/bits/stl_uninitialized.h:115:5: note: parameter passing for argument of type 'std::move_iterator<DirectoryChild*>' changed in GCC 7.1
/usr/local/vitasdk/arm-vita-eabi/include/c++/7.2.0/bits/stl_uninitialized.h:134:41: note: parameter passing for argument of type 'std::move_iterator<DirectoryChild*>' changed in GCC 7.1
__uninit_copy(__first, __last, __result);
^
/usr/local/vitasdk/arm-vita-eabi/include/c++/7.2.0/bits/stl_uninitialized.h: In function '_ForwardIterator std::__uninitialized_copy_a(_InputIterator, _InputIterator, _ForwardIterator, std::allocator<_Tp>&) [with _InputIterator = __gnu_cxx::__normal_iterator<const DirectoryChild*, std::vector<DirectoryChild> >; _ForwardIterator = DirectoryChild*; _Tp = DirectoryChild]':
/usr/local/vitasdk/arm-vita-eabi/include/c++/7.2.0/bits/stl_uninitialized.h:287:5: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator<const DirectoryChild*, std::vector<DirectoryChild> >' changed in GCC 7.1
__uninitialized_copy_a(_InputIterator __first, _InputIterator __last,
^~~~~~~~~~~~~~~~~~~~~~
/usr/local/vitasdk/arm-vita-eabi/include/c++/7.2.0/bits/stl_uninitialized.h:287:5: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator<const DirectoryChild*, std::vector<DirectoryChild> >' changed in GCC 7.1
/usr/local/vitasdk/arm-vita-eabi/include/c++/7.2.0/bits/stl_uninitialized.h:289:63: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator<const DirectoryChild*, std::vector<DirectoryChild> >' changed in GCC 7.1
{ return std::uninitialized_copy(__first, __last, __result); }
^
/usr/local/vitasdk/arm-vita-eabi/include/c++/7.2.0/bits/stl_uninitialized.h: In static member function 'static _ForwardIterator std::__uninitialized_copy<_TrivialValueTypes>::__uninit_copy(_InputIterator, _InputIterator, _ForwardIterator) [with _InputIterator = std::move_iterator<DirectoryChild*>; _ForwardIterator = DirectoryChild*; bool _TrivialValueTypes = false]':
/usr/local/vitasdk/arm-vita-eabi/include/c++/7.2.0/bits/stl_uninitialized.h:76:9: note: parameter passing for argument of type 'std::move_iterator<DirectoryChild*>' changed in GCC 7.1
__uninit_copy(_InputIterator __first, _InputIterator __last,
^~~~~~~~~~~~~
/usr/local/vitasdk/arm-vita-eabi/include/c++/7.2.0/bits/stl_uninitialized.h:76:9: note: parameter passing for argument of type 'std::move_iterator<DirectoryChild*>' changed in GCC 7.1
/usr/local/vitasdk/arm-vita-eabi/include/c++/7.2.0/bits/stl_uninitialized.h: In function '_ForwardIterator std::uninitialized_copy(_InputIterator, _InputIterator, _ForwardIterator) [with _InputIterator = __gnu_cxx::__normal_iterator<const DirectoryChild*, std::vector<DirectoryChild> >; _ForwardIterator = DirectoryChild*]':
/usr/local/vitasdk/arm-vita-eabi/include/c++/7.2.0/bits/stl_uninitialized.h:115:5: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator<const DirectoryChild*, std::vector<DirectoryChild> >' changed in GCC 7.1
uninitialized_copy(_InputIterator __first, _InputIterator __last,
^~~~~~~~~~~~~~~~~~
/usr/local/vitasdk/arm-vita-eabi/include/c++/7.2.0/bits/stl_uninitialized.h:115:5: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator<const DirectoryChild*, std::vector<DirectoryChild> >' changed in GCC 7.1
/usr/local/vitasdk/arm-vita-eabi/include/c++/7.2.0/bits/stl_uninitialized.h:134:41: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator<const DirectoryChild*, std::vector<DirectoryChild> >' changed in GCC 7.1
__uninit_copy(__first, __last, __result);
^
/usr/local/vitasdk/arm-vita-eabi/include/c++/7.2.0/bits/stl_uninitialized.h: In static member function 'static _ForwardIterator std::__uninitialized_copy<_TrivialValueTypes>::__uninit_copy(_InputIterator, _InputIterator, _ForwardIterator) [with _InputIterator = __gnu_cxx::__normal_iterator<const DirectoryChild*, std::vector<DirectoryChild> >; _ForwardIterator = DirectoryChild*; bool _TrivialValueTypes = false]':
/usr/local/vitasdk/arm-vita-eabi/include/c++/7.2.0/bits/stl_uninitialized.h:76:9: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator<const DirectoryChild*, std::vector<DirectoryChild> >' changed in GCC 7.1
__uninit_copy(_InputIterator __first, _InputIterator __last,
^~~~~~~~~~~~~
/usr/local/vitasdk/arm-vita-eabi/include/c++/7.2.0/bits/stl_uninitialized.h:76:9: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator<const DirectoryChild*, std::vector<DirectoryChild> >' changed in GCC 7.1
[ 52%] Building CXX object CMakeFiles/libopenrct2.dir/src/openrct2/core/Path.cpp.obj
/usr/local/vitasdk/bin/arm-vita-eabi-g++ -DDISABLE_HTTP -DDISABLE_NETWORK -DDISABLE_OPENGL -DDISABLE_TWITCH -DNO_RCT2 -DNO_TTF -DOPENRCT2_BRANCH=\"vita\" -DOPENRCT2_COMMIT_SHA1=\"5d6d2296d7409b4a606c663a7a1c13cee7211c90\" -DOPENRCT2_COMMIT_SHA1_SHORT=\"5d6d2296d\" -D__WARN_SUGGEST_FINAL_METHODS__ -D__WARN_SUGGEST_FINAL_TYPES__ -I/usr/local/vitasdk/arm-vita-eabi/include -I/usr/local/vitasdk/arm-vita-eabi/include/libpng16 -Wl,-q -fpermissive -Wno-error=date-time -Wnull-dereference -Wsuggest-final-types -Wsuggest-final-methods -Wsuggest-override -Wduplicated-cond -Wnon-virtual-dtor -Wredundant-decls -Wignored-qualifiers -Wstrict-overflow=1 -Wl,--whole-archive -lpthread -Wl,--no-whole-archive -I/usr/local/vitasdk/arm-vita-eabi/include/ -I/usr/local/vitasdk/arm-vita-eabi/include/SDL2/ -std=gnu++14 -fstrict-overflow -finstrument-functions -fstrict-aliasing -DDEBUG=0 -fno-PIC -std=gnu++14 -std=gnu++14 -O0 -g -DDEBUG -D_DEBUG -Wundef -o CMakeFiles/libopenrct2.dir/src/openrct2/core/Path.cpp.obj -c /home/rop/psv/OpenRCT2/src/openrct2/core/Path.cpp
<command-line>:0:0: warning: "DEBUG" redefined
<command-line>:0:0: note: this is the location of the previous definition
[ 52%] Building CXX object CMakeFiles/libopenrct2.dir/src/openrct2/core/String.cpp.obj
/usr/local/vitasdk/bin/arm-vita-eabi-g++ -DDISABLE_HTTP -DDISABLE_NETWORK -DDISABLE_OPENGL -DDISABLE_TWITCH -DNO_RCT2 -DNO_TTF -DOPENRCT2_BRANCH=\"vita\" -DOPENRCT2_COMMIT_SHA1=\"5d6d2296d7409b4a606c663a7a1c13cee7211c90\" -DOPENRCT2_COMMIT_SHA1_SHORT=\"5d6d2296d\" -D__WARN_SUGGEST_FINAL_METHODS__ -D__WARN_SUGGEST_FINAL_TYPES__ -I/usr/local/vitasdk/arm-vita-eabi/include -I/usr/local/vitasdk/arm-vita-eabi/include/libpng16 -Wl,-q -fpermissive -Wno-error=date-time -Wnull-dereference -Wsuggest-final-types -Wsuggest-final-methods -Wsuggest-override -Wduplicated-cond -Wnon-virtual-dtor -Wredundant-decls -Wignored-qualifiers -Wstrict-overflow=1 -Wl,--whole-archive -lpthread -Wl,--no-whole-archive -I/usr/local/vitasdk/arm-vita-eabi/include/ -I/usr/local/vitasdk/arm-vita-eabi/include/SDL2/ -std=gnu++14 -fstrict-overflow -finstrument-functions -fstrict-aliasing -DDEBUG=0 -fno-PIC -std=gnu++14 -std=gnu++14 -O0 -g -DDEBUG -D_DEBUG -Wundef -o CMakeFiles/libopenrct2.dir/src/openrct2/core/String.cpp.obj -c /home/rop/psv/OpenRCT2/src/openrct2/core/String.cpp
<command-line>:0:0: warning: "DEBUG" redefined
<command-line>:0:0: note: this is the location of the previous definition
[ 52%] Building CXX object CMakeFiles/libopenrct2.dir/src/openrct2/core/Zip.cpp.obj
/usr/local/vitasdk/bin/arm-vita-eabi-g++ -DDISABLE_HTTP -DDISABLE_NETWORK -DDISABLE_OPENGL -DDISABLE_TWITCH -DNO_RCT2 -DNO_TTF -DOPENRCT2_BRANCH=\"vita\" -DOPENRCT2_COMMIT_SHA1=\"5d6d2296d7409b4a606c663a7a1c13cee7211c90\" -DOPENRCT2_COMMIT_SHA1_SHORT=\"5d6d2296d\" -D__WARN_SUGGEST_FINAL_METHODS__ -D__WARN_SUGGEST_FINAL_TYPES__ -I/usr/local/vitasdk/arm-vita-eabi/include -I/usr/local/vitasdk/arm-vita-eabi/include/libpng16 -Wl,-q -fpermissive -Wno-error=date-time -Wnull-dereference -Wsuggest-final-types -Wsuggest-final-methods -Wsuggest-override -Wduplicated-cond -Wnon-virtual-dtor -Wredundant-decls -Wignored-qualifiers -Wstrict-overflow=1 -Wl,--whole-archive -lpthread -Wl,--no-whole-archive -I/usr/local/vitasdk/arm-vita-eabi/include/ -I/usr/local/vitasdk/arm-vita-eabi/include/SDL2/ -std=gnu++14 -fstrict-overflow -finstrument-functions -fstrict-aliasing -DDEBUG=0 -fno-PIC -std=gnu++14 -std=gnu++14 -O0 -g -DDEBUG -D_DEBUG -Wundef -o CMakeFiles/libopenrct2.dir/src/openrct2/core/Zip.cpp.obj -c /home/rop/psv/OpenRCT2/src/openrct2/core/Zip.cpp
[ 52%] Building CXX object CMakeFiles/libopenrct2.dir/src/openrct2/core/ZipAndroid.cpp.obj
/usr/local/vitasdk/bin/arm-vita-eabi-g++ -DDISABLE_HTTP -DDISABLE_NETWORK -DDISABLE_OPENGL -DDISABLE_TWITCH -DNO_RCT2 -DNO_TTF -DOPENRCT2_BRANCH=\"vita\" -DOPENRCT2_COMMIT_SHA1=\"5d6d2296d7409b4a606c663a7a1c13cee7211c90\" -DOPENRCT2_COMMIT_SHA1_SHORT=\"5d6d2296d\" -D__WARN_SUGGEST_FINAL_METHODS__ -D__WARN_SUGGEST_FINAL_TYPES__ -I/usr/local/vitasdk/arm-vita-eabi/include -I/usr/local/vitasdk/arm-vita-eabi/include/libpng16 -Wl,-q -fpermissive -Wno-error=date-time -Wnull-dereference -Wsuggest-final-types -Wsuggest-final-methods -Wsuggest-override -Wduplicated-cond -Wnon-virtual-dtor -Wredundant-decls -Wignored-qualifiers -Wstrict-overflow=1 -Wl,--whole-archive -lpthread -Wl,--no-whole-archive -I/usr/local/vitasdk/arm-vita-eabi/include/ -I/usr/local/vitasdk/arm-vita-eabi/include/SDL2/ -std=gnu++14 -fstrict-overflow -finstrument-functions -fstrict-aliasing -DDEBUG=0 -fno-PIC -std=gnu++14 -std=gnu++14 -O0 -g -DDEBUG -D_DEBUG -Wundef -o CMakeFiles/libopenrct2.dir/src/openrct2/core/ZipAndroid.cpp.obj -c /home/rop/psv/OpenRCT2/src/openrct2/core/ZipAndroid.cpp
<command-line>:0:0: warning: "DEBUG" redefined
<command-line>:0:0: note: this is the location of the previous definition
<command-line>:0:0: warning: "DEBUG" redefined
<command-line>:0:0: note: this is the location of the previous definition
[ 53%] Building CXX object CMakeFiles/libopenrct2.dir/src/openrct2/drawing/DrawingFast.cpp.obj
/usr/local/vitasdk/bin/arm-vita-eabi-g++ -DDISABLE_HTTP -DDISABLE_NETWORK -DDISABLE_OPENGL -DDISABLE_TWITCH -DNO_RCT2 -DNO_TTF -DOPENRCT2_BRANCH=\"vita\" -DOPENRCT2_COMMIT_SHA1=\"5d6d2296d7409b4a606c663a7a1c13cee7211c90\" -DOPENRCT2_COMMIT_SHA1_SHORT=\"5d6d2296d\" -D__WARN_SUGGEST_FINAL_METHODS__ -D__WARN_SUGGEST_FINAL_TYPES__ -I/usr/local/vitasdk/arm-vita-eabi/include -I/usr/local/vitasdk/arm-vita-eabi/include/libpng16 -Wl,-q -fpermissive -Wno-error=date-time -Wnull-dereference -Wsuggest-final-types -Wsuggest-final-methods -Wsuggest-override -Wduplicated-cond -Wnon-virtual-dtor -Wredundant-decls -Wignored-qualifiers -Wstrict-overflow=1 -Wl,--whole-archive -lpthread -Wl,--no-whole-archive -I/usr/local/vitasdk/arm-vita-eabi/include/ -I/usr/local/vitasdk/arm-vita-eabi/include/SDL2/ -std=gnu++14 -fstrict-overflow -finstrument-functions -fstrict-aliasing -DDEBUG=0 -fno-PIC -std=gnu++14 -std=gnu++14 -O0 -g -DDEBUG -D_DEBUG -Wundef -o CMakeFiles/libopenrct2.dir/src/openrct2/drawing/DrawingFast.cpp.obj -c /home/rop/psv/OpenRCT2/src/openrct2/drawing/DrawingFast.cpp
<command-line>:0:0: warning: "DEBUG" redefined
<command-line>:0:0: note: this is the location of the previous definition
[ 53%] Building CXX object CMakeFiles/libopenrct2.dir/src/openrct2/drawing/Image.cpp.obj
/usr/local/vitasdk/bin/arm-vita-eabi-g++ -DDISABLE_HTTP -DDISABLE_NETWORK -DDISABLE_OPENGL -DDISABLE_TWITCH -DNO_RCT2 -DNO_TTF -DOPENRCT2_BRANCH=\"vita\" -DOPENRCT2_COMMIT_SHA1=\"5d6d2296d7409b4a606c663a7a1c13cee7211c90\" -DOPENRCT2_COMMIT_SHA1_SHORT=\"5d6d2296d\" -D__WARN_SUGGEST_FINAL_METHODS__ -D__WARN_SUGGEST_FINAL_TYPES__ -I/usr/local/vitasdk/arm-vita-eabi/include -I/usr/local/vitasdk/arm-vita-eabi/include/libpng16 -Wl,-q -fpermissive -Wno-error=date-time -Wnull-dereference -Wsuggest-final-types -Wsuggest-final-methods -Wsuggest-override -Wduplicated-cond -Wnon-virtual-dtor -Wredundant-decls -Wignored-qualifiers -Wstrict-overflow=1 -Wl,--whole-archive -lpthread -Wl,--no-whole-archive -I/usr/local/vitasdk/arm-vita-eabi/include/ -I/usr/local/vitasdk/arm-vita-eabi/include/SDL2/ -std=gnu++14 -fstrict-overflow -finstrument-functions -fstrict-aliasing -DDEBUG=0 -fno-PIC -std=gnu++14 -std=gnu++14 -O0 -g -DDEBUG -D_DEBUG -Wundef -o CMakeFiles/libopenrct2.dir/src/openrct2/drawing/Image.cpp.obj -c /home/rop/psv/OpenRCT2/src/openrct2/drawing/Image.cpp
<command-line>:0:0: warning: "DEBUG" redefined
<command-line>:0:0: note: this is the location of the previous definition
[ 53%] Building CXX object CMakeFiles/libopenrct2.dir/src/openrct2/drawing/NewDrawing.cpp.obj
/usr/local/vitasdk/bin/arm-vita-eabi-g++ -DDISABLE_HTTP -DDISABLE_NETWORK -DDISABLE_OPENGL -DDISABLE_TWITCH -DNO_RCT2 -DNO_TTF -DOPENRCT2_BRANCH=\"vita\" -DOPENRCT2_COMMIT_SHA1=\"5d6d2296d7409b4a606c663a7a1c13cee7211c90\" -DOPENRCT2_COMMIT_SHA1_SHORT=\"5d6d2296d\" -D__WARN_SUGGEST_FINAL_METHODS__ -D__WARN_SUGGEST_FINAL_TYPES__ -I/usr/local/vitasdk/arm-vita-eabi/include -I/usr/local/vitasdk/arm-vita-eabi/include/libpng16 -Wl,-q -fpermissive -Wno-error=date-time -Wnull-dereference -Wsuggest-final-types -Wsuggest-final-methods -Wsuggest-override -Wduplicated-cond -Wnon-virtual-dtor -Wredundant-decls -Wignored-qualifiers -Wstrict-overflow=1 -Wl,--whole-archive -lpthread -Wl,--no-whole-archive -I/usr/local/vitasdk/arm-vita-eabi/include/ -I/usr/local/vitasdk/arm-vita-eabi/include/SDL2/ -std=gnu++14 -fstrict-overflow -finstrument-functions -fstrict-aliasing -DDEBUG=0 -fno-PIC -std=gnu++14 -std=gnu++14 -O0 -g -DDEBUG -D_DEBUG -Wundef -o CMakeFiles/libopenrct2.dir/src/openrct2/drawing/NewDrawing.cpp.obj -c /home/rop/psv/OpenRCT2/src/openrct2/drawing/NewDrawing.cpp
[ 53%] Building CXX object CMakeFiles/libopenrct2.dir/src/openrct2/drawing/Rain.cpp.obj
/usr/local/vitasdk/bin/arm-vita-eabi-g++ -DDISABLE_HTTP -DDISABLE_NETWORK -DDISABLE_OPENGL -DDISABLE_TWITCH -DNO_RCT2 -DNO_TTF -DOPENRCT2_BRANCH=\"vita\" -DOPENRCT2_COMMIT_SHA1=\"5d6d2296d7409b4a606c663a7a1c13cee7211c90\" -DOPENRCT2_COMMIT_SHA1_SHORT=\"5d6d2296d\" -D__WARN_SUGGEST_FINAL_METHODS__ -D__WARN_SUGGEST_FINAL_TYPES__ -I/usr/local/vitasdk/arm-vita-eabi/include -I/usr/local/vitasdk/arm-vita-eabi/include/libpng16 -Wl,-q -fpermissive -Wno-error=date-time -Wnull-dereference -Wsuggest-final-types -Wsuggest-final-methods -Wsuggest-override -Wduplicated-cond -Wnon-virtual-dtor -Wredundant-decls -Wignored-qualifiers -Wstrict-overflow=1 -Wl,--whole-archive -lpthread -Wl,--no-whole-archive -I/usr/local/vitasdk/arm-vita-eabi/include/ -I/usr/local/vitasdk/arm-vita-eabi/include/SDL2/ -std=gnu++14 -fstrict-overflow -finstrument-functions -fstrict-aliasing -DDEBUG=0 -fno-PIC -std=gnu++14 -std=gnu++14 -O0 -g -DDEBUG -D_DEBUG -Wundef -o CMakeFiles/libopenrct2.dir/src/openrct2/drawing/Rain.cpp.obj -c /home/rop/psv/OpenRCT2/src/openrct2/drawing/Rain.cpp
<command-line>:0:0: warning: "DEBUG" redefined
<command-line>:0:0: note: this is the location of the previous definition
<command-line>:0:0: warning: "DEBUG" redefined
<command-line>:0:0: note: this is the location of the previous definition
[ 54%] Building CXX object CMakeFiles/libopenrct2.dir/src/openrct2/drawing/Sprite.cpp.obj
/usr/local/vitasdk/bin/arm-vita-eabi-g++ -DDISABLE_HTTP -DDISABLE_NETWORK -DDISABLE_OPENGL -DDISABLE_TWITCH -DNO_RCT2 -DNO_TTF -DOPENRCT2_BRANCH=\"vita\" -DOPENRCT2_COMMIT_SHA1=\"5d6d2296d7409b4a606c663a7a1c13cee7211c90\" -DOPENRCT2_COMMIT_SHA1_SHORT=\"5d6d2296d\" -D__WARN_SUGGEST_FINAL_METHODS__ -D__WARN_SUGGEST_FINAL_TYPES__ -I/usr/local/vitasdk/arm-vita-eabi/include -I/usr/local/vitasdk/arm-vita-eabi/include/libpng16 -Wl,-q -fpermissive -Wno-error=date-time -Wnull-dereference -Wsuggest-final-types -Wsuggest-final-methods -Wsuggest-override -Wduplicated-cond -Wnon-virtual-dtor -Wredundant-decls -Wignored-qualifiers -Wstrict-overflow=1 -Wl,--whole-archive -lpthread -Wl,--no-whole-archive -I/usr/local/vitasdk/arm-vita-eabi/include/ -I/usr/local/vitasdk/arm-vita-eabi/include/SDL2/ -std=gnu++14 -fstrict-overflow -finstrument-functions -fstrict-aliasing -DDEBUG=0 -fno-PIC -std=gnu++14 -std=gnu++14 -O0 -g -DDEBUG -D_DEBUG -Wundef -o CMakeFiles/libopenrct2.dir/src/openrct2/drawing/Sprite.cpp.obj -c /home/rop/psv/OpenRCT2/src/openrct2/drawing/Sprite.cpp
<command-line>:0:0: warning: "DEBUG" redefined
<command-line>:0:0: note: this is the location of the previous definition
[ 54%] Building CXX object CMakeFiles/libopenrct2.dir/src/openrct2/drawing/X8DrawingEngine.cpp.obj
/usr/local/vitasdk/bin/arm-vita-eabi-g++ -DDISABLE_HTTP -DDISABLE_NETWORK -DDISABLE_OPENGL -DDISABLE_TWITCH -DNO_RCT2 -DNO_TTF -DOPENRCT2_BRANCH=\"vita\" -DOPENRCT2_COMMIT_SHA1=\"5d6d2296d7409b4a606c663a7a1c13cee7211c90\" -DOPENRCT2_COMMIT_SHA1_SHORT=\"5d6d2296d\" -D__WARN_SUGGEST_FINAL_METHODS__ -D__WARN_SUGGEST_FINAL_TYPES__ -I/usr/local/vitasdk/arm-vita-eabi/include -I/usr/local/vitasdk/arm-vita-eabi/include/libpng16 -Wl,-q -fpermissive -Wno-error=date-time -Wnull-dereference -Wsuggest-final-types -Wsuggest-final-methods -Wsuggest-override -Wduplicated-cond -Wnon-virtual-dtor -Wredundant-decls -Wignored-qualifiers -Wstrict-overflow=1 -Wl,--whole-archive -lpthread -Wl,--no-whole-archive -I/usr/local/vitasdk/arm-vita-eabi/include/ -I/usr/local/vitasdk/arm-vita-eabi/include/SDL2/ -std=gnu++14 -fstrict-overflow -finstrument-functions -fstrict-aliasing -DDEBUG=0 -fno-PIC -std=gnu++14 -std=gnu++14 -O0 -g -DDEBUG -D_DEBUG -Wundef -o CMakeFiles/libopenrct2.dir/src/openrct2/drawing/X8DrawingEngine.cpp.obj -c /home/rop/psv/OpenRCT2/src/openrct2/drawing/X8DrawingEngine.cpp
<command-line>:0:0: warning: "DEBUG" redefined
<command-line>:0:0: note: this is the location of the previous definition
[ 54%] Building CXX object CMakeFiles/libopenrct2.dir/src/openrct2/interface/Fonts.cpp.obj
/usr/local/vitasdk/bin/arm-vita-eabi-g++ -DDISABLE_HTTP -DDISABLE_NETWORK -DDISABLE_OPENGL -DDISABLE_TWITCH -DNO_RCT2 -DNO_TTF -DOPENRCT2_BRANCH=\"vita\" -DOPENRCT2_COMMIT_SHA1=\"5d6d2296d7409b4a606c663a7a1c13cee7211c90\" -DOPENRCT2_COMMIT_SHA1_SHORT=\"5d6d2296d\" -D__WARN_SUGGEST_FINAL_METHODS__ -D__WARN_SUGGEST_FINAL_TYPES__ -I/usr/local/vitasdk/arm-vita-eabi/include -I/usr/local/vitasdk/arm-vita-eabi/include/libpng16 -Wl,-q -fpermissive -Wno-error=date-time -Wnull-dereference -Wsuggest-final-types -Wsuggest-final-methods -Wsuggest-override -Wduplicated-cond -Wnon-virtual-dtor -Wredundant-decls -Wignored-qualifiers -Wstrict-overflow=1 -Wl,--whole-archive -lpthread -Wl,--no-whole-archive -I/usr/local/vitasdk/arm-vita-eabi/include/ -I/usr/local/vitasdk/arm-vita-eabi/include/SDL2/ -std=gnu++14 -fstrict-overflow -finstrument-functions -fstrict-aliasing -DDEBUG=0 -fno-PIC -std=gnu++14 -std=gnu++14 -O0 -g -DDEBUG -D_DEBUG -Wundef -o CMakeFiles/libopenrct2.dir/src/openrct2/interface/Fonts.cpp.obj -c /home/rop/psv/OpenRCT2/src/openrct2/interface/Fonts.cpp
<command-line>:0:0: warning: "DEBUG" redefined
<command-line>:0:0: note: this is the location of the previous definition
[ 54%] Building CXX object CMakeFiles/libopenrct2.dir/src/openrct2/interface/Screenshot.cpp.obj
/usr/local/vitasdk/bin/arm-vita-eabi-g++ -DDISABLE_HTTP -DDISABLE_NETWORK -DDISABLE_OPENGL -DDISABLE_TWITCH -DNO_RCT2 -DNO_TTF -DOPENRCT2_BRANCH=\"vita\" -DOPENRCT2_COMMIT_SHA1=\"5d6d2296d7409b4a606c663a7a1c13cee7211c90\" -DOPENRCT2_COMMIT_SHA1_SHORT=\"5d6d2296d\" -D__WARN_SUGGEST_FINAL_METHODS__ -D__WARN_SUGGEST_FINAL_TYPES__ -I/usr/local/vitasdk/arm-vita-eabi/include -I/usr/local/vitasdk/arm-vita-eabi/include/libpng16 -Wl,-q -fpermissive -Wno-error=date-time -Wnull-dereference -Wsuggest-final-types -Wsuggest-final-methods -Wsuggest-override -Wduplicated-cond -Wnon-virtual-dtor -Wredundant-decls -Wignored-qualifiers -Wstrict-overflow=1 -Wl,--whole-archive -lpthread -Wl,--no-whole-archive -I/usr/local/vitasdk/arm-vita-eabi/include/ -I/usr/local/vitasdk/arm-vita-eabi/include/SDL2/ -std=gnu++14 -fstrict-overflow -finstrument-functions -fstrict-aliasing -DDEBUG=0 -fno-PIC -std=gnu++14 -std=gnu++14 -O0 -g -DDEBUG -D_DEBUG -Wundef -o CMakeFiles/libopenrct2.dir/src/openrct2/interface/Screenshot.cpp.obj -c /home/rop/psv/OpenRCT2/src/openrct2/interface/Screenshot.cpp
<command-line>:0:0: warning: "DEBUG" redefined
<command-line>:0:0: note: this is the location of the previous definition
[ 55%] Building CXX object CMakeFiles/libopenrct2.dir/src/openrct2/interface/Theme.cpp.obj
/usr/local/vitasdk/bin/arm-vita-eabi-g++ -DDISABLE_HTTP -DDISABLE_NETWORK -DDISABLE_OPENGL -DDISABLE_TWITCH -DNO_RCT2 -DNO_TTF -DOPENRCT2_BRANCH=\"vita\" -DOPENRCT2_COMMIT_SHA1=\"5d6d2296d7409b4a606c663a7a1c13cee7211c90\" -DOPENRCT2_COMMIT_SHA1_SHORT=\"5d6d2296d\" -D__WARN_SUGGEST_FINAL_METHODS__ -D__WARN_SUGGEST_FINAL_TYPES__ -I/usr/local/vitasdk/arm-vita-eabi/include -I/usr/local/vitasdk/arm-vita-eabi/include/libpng16 -Wl,-q -fpermissive -Wno-error=date-time -Wnull-dereference -Wsuggest-final-types -Wsuggest-final-methods -Wsuggest-override -Wduplicated-cond -Wnon-virtual-dtor -Wredundant-decls -Wignored-qualifiers -Wstrict-overflow=1 -Wl,--whole-archive -lpthread -Wl,--no-whole-archive -I/usr/local/vitasdk/arm-vita-eabi/include/ -I/usr/local/vitasdk/arm-vita-eabi/include/SDL2/ -std=gnu++14 -fstrict-overflow -finstrument-functions -fstrict-aliasing -DDEBUG=0 -fno-PIC -std=gnu++14 -std=gnu++14 -O0 -g -DDEBUG -D_DEBUG -Wundef -o CMakeFiles/libopenrct2.dir/src/openrct2/interface/Theme.cpp.obj -c /home/rop/psv/OpenRCT2/src/openrct2/interface/Theme.cpp
<command-line>:0:0: warning: "DEBUG" redefined
<command-line>:0:0: note: this is the location of the previous definition
[ 55%] Building CXX object CMakeFiles/libopenrct2.dir/src/openrct2/localisation/Language.cpp.obj
/usr/local/vitasdk/bin/arm-vita-eabi-g++ -DDISABLE_HTTP -DDISABLE_NETWORK -DDISABLE_OPENGL -DDISABLE_TWITCH -DNO_RCT2 -DNO_TTF -DOPENRCT2_BRANCH=\"vita\" -DOPENRCT2_COMMIT_SHA1=\"5d6d2296d7409b4a606c663a7a1c13cee7211c90\" -DOPENRCT2_COMMIT_SHA1_SHORT=\"5d6d2296d\" -D__WARN_SUGGEST_FINAL_METHODS__ -D__WARN_SUGGEST_FINAL_TYPES__ -I/usr/local/vitasdk/arm-vita-eabi/include -I/usr/local/vitasdk/arm-vita-eabi/include/libpng16 -Wl,-q -fpermissive -Wno-error=date-time -Wnull-dereference -Wsuggest-final-types -Wsuggest-final-methods -Wsuggest-override -Wduplicated-cond -Wnon-virtual-dtor -Wredundant-decls -Wignored-qualifiers -Wstrict-overflow=1 -Wl,--whole-archive -lpthread -Wl,--no-whole-archive -I/usr/local/vitasdk/arm-vita-eabi/include/ -I/usr/local/vitasdk/arm-vita-eabi/include/SDL2/ -std=gnu++14 -fstrict-overflow -finstrument-functions -fstrict-aliasing -DDEBUG=0 -fno-PIC -std=gnu++14 -std=gnu++14 -O0 -g -DDEBUG -D_DEBUG -Wundef -o CMakeFiles/libopenrct2.dir/src/openrct2/localisation/Language.cpp.obj -c /home/rop/psv/OpenRCT2/src/openrct2/localisation/Language.cpp
<command-line>:0:0: warning: "DEBUG" redefined
<command-line>:0:0: note: this is the location of the previous definition
[ 55%] Building CXX object CMakeFiles/libopenrct2.dir/src/openrct2/localisation/LanguagePack.cpp.obj
/usr/local/vitasdk/bin/arm-vita-eabi-g++ -DDISABLE_HTTP -DDISABLE_NETWORK -DDISABLE_OPENGL -DDISABLE_TWITCH -DNO_RCT2 -DNO_TTF -DOPENRCT2_BRANCH=\"vita\" -DOPENRCT2_COMMIT_SHA1=\"5d6d2296d7409b4a606c663a7a1c13cee7211c90\" -DOPENRCT2_COMMIT_SHA1_SHORT=\"5d6d2296d\" -D__WARN_SUGGEST_FINAL_METHODS__ -D__WARN_SUGGEST_FINAL_TYPES__ -I/usr/local/vitasdk/arm-vita-eabi/include -I/usr/local/vitasdk/arm-vita-eabi/include/libpng16 -Wl,-q -fpermissive -Wno-error=date-time -Wnull-dereference -Wsuggest-final-types -Wsuggest-final-methods -Wsuggest-override -Wduplicated-cond -Wnon-virtual-dtor -Wredundant-decls -Wignored-qualifiers -Wstrict-overflow=1 -Wl,--whole-archive -lpthread -Wl,--no-whole-archive -I/usr/local/vitasdk/arm-vita-eabi/include/ -I/usr/local/vitasdk/arm-vita-eabi/include/SDL2/ -std=gnu++14 -fstrict-overflow -finstrument-functions -fstrict-aliasing -DDEBUG=0 -fno-PIC -std=gnu++14 -std=gnu++14 -O0 -g -DDEBUG -D_DEBUG -Wundef -o CMakeFiles/libopenrct2.dir/src/openrct2/localisation/LanguagePack.cpp.obj -c /home/rop/psv/OpenRCT2/src/openrct2/localisation/LanguagePack.cpp
[ 55%] Building CXX object CMakeFiles/libopenrct2.dir/src/openrct2/network/Http.cpp.obj
/usr/local/vitasdk/bin/arm-vita-eabi-g++ -DDISABLE_HTTP -DDISABLE_NETWORK -DDISABLE_OPENGL -DDISABLE_TWITCH -DNO_RCT2 -DNO_TTF -DOPENRCT2_BRANCH=\"vita\" -DOPENRCT2_COMMIT_SHA1=\"5d6d2296d7409b4a606c663a7a1c13cee7211c90\" -DOPENRCT2_COMMIT_SHA1_SHORT=\"5d6d2296d\" -D__WARN_SUGGEST_FINAL_METHODS__ -D__WARN_SUGGEST_FINAL_TYPES__ -I/usr/local/vitasdk/arm-vita-eabi/include -I/usr/local/vitasdk/arm-vita-eabi/include/libpng16 -Wl,-q -fpermissive -Wno-error=date-time -Wnull-dereference -Wsuggest-final-types -Wsuggest-final-methods -Wsuggest-override -Wduplicated-cond -Wnon-virtual-dtor -Wredundant-decls -Wignored-qualifiers -Wstrict-overflow=1 -Wl,--whole-archive -lpthread -Wl,--no-whole-archive -I/usr/local/vitasdk/arm-vita-eabi/include/ -I/usr/local/vitasdk/arm-vita-eabi/include/SDL2/ -std=gnu++14 -fstrict-overflow -finstrument-functions -fstrict-aliasing -DDEBUG=0 -fno-PIC -std=gnu++14 -std=gnu++14 -O0 -g -DDEBUG -D_DEBUG -Wundef -o CMakeFiles/libopenrct2.dir/src/openrct2/network/Http.cpp.obj -c /home/rop/psv/OpenRCT2/src/openrct2/network/Http.cpp
<command-line>:0:0: warning: "DEBUG" redefined
<command-line>:0:0: note: this is the location of the previous definition
<command-line>:0:0: warning: "DEBUG" redefined
<command-line>:0:0: note: this is the location of the previous definition
[ 56%] Building CXX object CMakeFiles/libopenrct2.dir/src/openrct2/network/Network.cpp.obj
/usr/local/vitasdk/bin/arm-vita-eabi-g++ -DDISABLE_HTTP -DDISABLE_NETWORK -DDISABLE_OPENGL -DDISABLE_TWITCH -DNO_RCT2 -DNO_TTF -DOPENRCT2_BRANCH=\"vita\" -DOPENRCT2_COMMIT_SHA1=\"5d6d2296d7409b4a606c663a7a1c13cee7211c90\" -DOPENRCT2_COMMIT_SHA1_SHORT=\"5d6d2296d\" -D__WARN_SUGGEST_FINAL_METHODS__ -D__WARN_SUGGEST_FINAL_TYPES__ -I/usr/local/vitasdk/arm-vita-eabi/include -I/usr/local/vitasdk/arm-vita-eabi/include/libpng16 -Wl,-q -fpermissive -Wno-error=date-time -Wnull-dereference -Wsuggest-final-types -Wsuggest-final-methods -Wsuggest-override -Wduplicated-cond -Wnon-virtual-dtor -Wredundant-decls -Wignored-qualifiers -Wstrict-overflow=1 -Wl,--whole-archive -lpthread -Wl,--no-whole-archive -I/usr/local/vitasdk/arm-vita-eabi/include/ -I/usr/local/vitasdk/arm-vita-eabi/include/SDL2/ -std=gnu++14 -fstrict-overflow -finstrument-functions -fstrict-aliasing -DDEBUG=0 -fno-PIC -std=gnu++14 -std=gnu++14 -O0 -g -DDEBUG -D_DEBUG -Wundef -o CMakeFiles/libopenrct2.dir/src/openrct2/network/Network.cpp.obj -c /home/rop/psv/OpenRCT2/src/openrct2/network/Network.cpp
<command-line>:0:0: warning: "DEBUG" redefined
<command-line>:0:0: note: this is the location of the previous definition
[ 56%] Building CXX object CMakeFiles/libopenrct2.dir/src/openrct2/network/NetworkAction.cpp.obj
/usr/local/vitasdk/bin/arm-vita-eabi-g++ -DDISABLE_HTTP -DDISABLE_NETWORK -DDISABLE_OPENGL -DDISABLE_TWITCH -DNO_RCT2 -DNO_TTF -DOPENRCT2_BRANCH=\"vita\" -DOPENRCT2_COMMIT_SHA1=\"5d6d2296d7409b4a606c663a7a1c13cee7211c90\" -DOPENRCT2_COMMIT_SHA1_SHORT=\"5d6d2296d\" -D__WARN_SUGGEST_FINAL_METHODS__ -D__WARN_SUGGEST_FINAL_TYPES__ -I/usr/local/vitasdk/arm-vita-eabi/include -I/usr/local/vitasdk/arm-vita-eabi/include/libpng16 -Wl,-q -fpermissive -Wno-error=date-time -Wnull-dereference -Wsuggest-final-types -Wsuggest-final-methods -Wsuggest-override -Wduplicated-cond -Wnon-virtual-dtor -Wredundant-decls -Wignored-qualifiers -Wstrict-overflow=1 -Wl,--whole-archive -lpthread -Wl,--no-whole-archive -I/usr/local/vitasdk/arm-vita-eabi/include/ -I/usr/local/vitasdk/arm-vita-eabi/include/SDL2/ -std=gnu++14 -fstrict-overflow -finstrument-functions -fstrict-aliasing -DDEBUG=0 -fno-PIC -std=gnu++14 -std=gnu++14 -O0 -g -DDEBUG -D_DEBUG -Wundef -o CMakeFiles/libopenrct2.dir/src/openrct2/network/NetworkAction.cpp.obj -c /home/rop/psv/OpenRCT2/src/openrct2/network/NetworkAction.cpp
<command-line>:0:0: warning: "DEBUG" redefined
<command-line>:0:0: note: this is the location of the previous definition
[ 56%] Building CXX object CMakeFiles/libopenrct2.dir/src/openrct2/network/NetworkConnection.cpp.obj
/usr/local/vitasdk/bin/arm-vita-eabi-g++ -DDISABLE_HTTP -DDISABLE_NETWORK -DDISABLE_OPENGL -DDISABLE_TWITCH -DNO_RCT2 -DNO_TTF -DOPENRCT2_BRANCH=\"vita\" -DOPENRCT2_COMMIT_SHA1=\"5d6d2296d7409b4a606c663a7a1c13cee7211c90\" -DOPENRCT2_COMMIT_SHA1_SHORT=\"5d6d2296d\" -D__WARN_SUGGEST_FINAL_METHODS__ -D__WARN_SUGGEST_FINAL_TYPES__ -I/usr/local/vitasdk/arm-vita-eabi/include -I/usr/local/vitasdk/arm-vita-eabi/include/libpng16 -Wl,-q -fpermissive -Wno-error=date-time -Wnull-dereference -Wsuggest-final-types -Wsuggest-final-methods -Wsuggest-override -Wduplicated-cond -Wnon-virtual-dtor -Wredundant-decls -Wignored-qualifiers -Wstrict-overflow=1 -Wl,--whole-archive -lpthread -Wl,--no-whole-archive -I/usr/local/vitasdk/arm-vita-eabi/include/ -I/usr/local/vitasdk/arm-vita-eabi/include/SDL2/ -std=gnu++14 -fstrict-overflow -finstrument-functions -fstrict-aliasing -DDEBUG=0 -fno-PIC -std=gnu++14 -std=gnu++14 -O0 -g -DDEBUG -D_DEBUG -Wundef -o CMakeFiles/libopenrct2.dir/src/openrct2/network/NetworkConnection.cpp.obj -c /home/rop/psv/OpenRCT2/src/openrct2/network/NetworkConnection.cpp
<command-line>:0:0: warning: "DEBUG" redefined
<command-line>:0:0: note: this is the location of the previous definition
[ 56%] Building CXX object CMakeFiles/libopenrct2.dir/src/openrct2/network/NetworkGroup.cpp.obj
/usr/local/vitasdk/bin/arm-vita-eabi-g++ -DDISABLE_HTTP -DDISABLE_NETWORK -DDISABLE_OPENGL -DDISABLE_TWITCH -DNO_RCT2 -DNO_TTF -DOPENRCT2_BRANCH=\"vita\" -DOPENRCT2_COMMIT_SHA1=\"5d6d2296d7409b4a606c663a7a1c13cee7211c90\" -DOPENRCT2_COMMIT_SHA1_SHORT=\"5d6d2296d\" -D__WARN_SUGGEST_FINAL_METHODS__ -D__WARN_SUGGEST_FINAL_TYPES__ -I/usr/local/vitasdk/arm-vita-eabi/include -I/usr/local/vitasdk/arm-vita-eabi/include/libpng16 -Wl,-q -fpermissive -Wno-error=date-time -Wnull-dereference -Wsuggest-final-types -Wsuggest-final-methods -Wsuggest-override -Wduplicated-cond -Wnon-virtual-dtor -Wredundant-decls -Wignored-qualifiers -Wstrict-overflow=1 -Wl,--whole-archive -lpthread -Wl,--no-whole-archive -I/usr/local/vitasdk/arm-vita-eabi/include/ -I/usr/local/vitasdk/arm-vita-eabi/include/SDL2/ -std=gnu++14 -fstrict-overflow -finstrument-functions -fstrict-aliasing -DDEBUG=0 -fno-PIC -std=gnu++14 -std=gnu++14 -O0 -g -DDEBUG -D_DEBUG -Wundef -o CMakeFiles/libopenrct2.dir/src/openrct2/network/NetworkGroup.cpp.obj -c /home/rop/psv/OpenRCT2/src/openrct2/network/NetworkGroup.cpp
[ 57%] Building CXX object CMakeFiles/libopenrct2.dir/src/openrct2/network/NetworkKey.cpp.obj
/usr/local/vitasdk/bin/arm-vita-eabi-g++ -DDISABLE_HTTP -DDISABLE_NETWORK -DDISABLE_OPENGL -DDISABLE_TWITCH -DNO_RCT2 -DNO_TTF -DOPENRCT2_BRANCH=\"vita\" -DOPENRCT2_COMMIT_SHA1=\"5d6d2296d7409b4a606c663a7a1c13cee7211c90\" -DOPENRCT2_COMMIT_SHA1_SHORT=\"5d6d2296d\" -D__WARN_SUGGEST_FINAL_METHODS__ -D__WARN_SUGGEST_FINAL_TYPES__ -I/usr/local/vitasdk/arm-vita-eabi/include -I/usr/local/vitasdk/arm-vita-eabi/include/libpng16 -Wl,-q -fpermissive -Wno-error=date-time -Wnull-dereference -Wsuggest-final-types -Wsuggest-final-methods -Wsuggest-override -Wduplicated-cond -Wnon-virtual-dtor -Wredundant-decls -Wignored-qualifiers -Wstrict-overflow=1 -Wl,--whole-archive -lpthread -Wl,--no-whole-archive -I/usr/local/vitasdk/arm-vita-eabi/include/ -I/usr/local/vitasdk/arm-vita-eabi/include/SDL2/ -std=gnu++14 -fstrict-overflow -finstrument-functions -fstrict-aliasing -DDEBUG=0 -fno-PIC -std=gnu++14 -std=gnu++14 -O0 -g -DDEBUG -D_DEBUG -Wundef -o CMakeFiles/libopenrct2.dir/src/openrct2/network/NetworkKey.cpp.obj -c /home/rop/psv/OpenRCT2/src/openrct2/network/NetworkKey.cpp
<command-line>:0:0: warning: "DEBUG" redefined
<command-line>:0:0: note: this is the location of the previous definition
<command-line>:0:0: warning: "DEBUG" redefined
<command-line>:0:0: note: this is the location of the previous definition
[ 57%] Building CXX object CMakeFiles/libopenrct2.dir/src/openrct2/network/NetworkPacket.cpp.obj
/usr/local/vitasdk/bin/arm-vita-eabi-g++ -DDISABLE_HTTP -DDISABLE_NETWORK -DDISABLE_OPENGL -DDISABLE_TWITCH -DNO_RCT2 -DNO_TTF -DOPENRCT2_BRANCH=\"vita\" -DOPENRCT2_COMMIT_SHA1=\"5d6d2296d7409b4a606c663a7a1c13cee7211c90\" -DOPENRCT2_COMMIT_SHA1_SHORT=\"5d6d2296d\" -D__WARN_SUGGEST_FINAL_METHODS__ -D__WARN_SUGGEST_FINAL_TYPES__ -I/usr/local/vitasdk/arm-vita-eabi/include -I/usr/local/vitasdk/arm-vita-eabi/include/libpng16 -Wl,-q -fpermissive -Wno-error=date-time -Wnull-dereference -Wsuggest-final-types -Wsuggest-final-methods -Wsuggest-override -Wduplicated-cond -Wnon-virtual-dtor -Wredundant-decls -Wignored-qualifiers -Wstrict-overflow=1 -Wl,--whole-archive -lpthread -Wl,--no-whole-archive -I/usr/local/vitasdk/arm-vita-eabi/include/ -I/usr/local/vitasdk/arm-vita-eabi/include/SDL2/ -std=gnu++14 -fstrict-overflow -finstrument-functions -fstrict-aliasing -DDEBUG=0 -fno-PIC -std=gnu++14 -std=gnu++14 -O0 -g -DDEBUG -D_DEBUG -Wundef -o CMakeFiles/libopenrct2.dir/src/openrct2/network/NetworkPacket.cpp.obj -c /home/rop/psv/OpenRCT2/src/openrct2/network/NetworkPacket.cpp
[ 57%] Building CXX object CMakeFiles/libopenrct2.dir/src/openrct2/network/NetworkPlayer.cpp.obj
/usr/local/vitasdk/bin/arm-vita-eabi-g++ -DDISABLE_HTTP -DDISABLE_NETWORK -DDISABLE_OPENGL -DDISABLE_TWITCH -DNO_RCT2 -DNO_TTF -DOPENRCT2_BRANCH=\"vita\" -DOPENRCT2_COMMIT_SHA1=\"5d6d2296d7409b4a606c663a7a1c13cee7211c90\" -DOPENRCT2_COMMIT_SHA1_SHORT=\"5d6d2296d\" -D__WARN_SUGGEST_FINAL_METHODS__ -D__WARN_SUGGEST_FINAL_TYPES__ -I/usr/local/vitasdk/arm-vita-eabi/include -I/usr/local/vitasdk/arm-vita-eabi/include/libpng16 -Wl,-q -fpermissive -Wno-error=date-time -Wnull-dereference -Wsuggest-final-types -Wsuggest-final-methods -Wsuggest-override -Wduplicated-cond -Wnon-virtual-dtor -Wredundant-decls -Wignored-qualifiers -Wstrict-overflow=1 -Wl,--whole-archive -lpthread -Wl,--no-whole-archive -I/usr/local/vitasdk/arm-vita-eabi/include/ -I/usr/local/vitasdk/arm-vita-eabi/include/SDL2/ -std=gnu++14 -fstrict-overflow -finstrument-functions -fstrict-aliasing -DDEBUG=0 -fno-PIC -std=gnu++14 -std=gnu++14 -O0 -g -DDEBUG -D_DEBUG -Wundef -o CMakeFiles/libopenrct2.dir/src/openrct2/network/NetworkPlayer.cpp.obj -c /home/rop/psv/OpenRCT2/src/openrct2/network/NetworkPlayer.cpp
<command-line>:0:0: warning: "DEBUG" redefined
<command-line>:0:0: note: this is the location of the previous definition
<command-line>:0:0: warning: "DEBUG" redefined
<command-line>:0:0: note: this is the location of the previous definition
[ 58%] Building CXX object CMakeFiles/libopenrct2.dir/src/openrct2/network/NetworkServerAdvertiser.cpp.obj
/usr/local/vitasdk/bin/arm-vita-eabi-g++ -DDISABLE_HTTP -DDISABLE_NETWORK -DDISABLE_OPENGL -DDISABLE_TWITCH -DNO_RCT2 -DNO_TTF -DOPENRCT2_BRANCH=\"vita\" -DOPENRCT2_COMMIT_SHA1=\"5d6d2296d7409b4a606c663a7a1c13cee7211c90\" -DOPENRCT2_COMMIT_SHA1_SHORT=\"5d6d2296d\" -D__WARN_SUGGEST_FINAL_METHODS__ -D__WARN_SUGGEST_FINAL_TYPES__ -I/usr/local/vitasdk/arm-vita-eabi/include -I/usr/local/vitasdk/arm-vita-eabi/include/libpng16 -Wl,-q -fpermissive -Wno-error=date-time -Wnull-dereference -Wsuggest-final-types -Wsuggest-final-methods -Wsuggest-override -Wduplicated-cond -Wnon-virtual-dtor -Wredundant-decls -Wignored-qualifiers -Wstrict-overflow=1 -Wl,--whole-archive -lpthread -Wl,--no-whole-archive -I/usr/local/vitasdk/arm-vita-eabi/include/ -I/usr/local/vitasdk/arm-vita-eabi/include/SDL2/ -std=gnu++14 -fstrict-overflow -finstrument-functions -fstrict-aliasing -DDEBUG=0 -fno-PIC -std=gnu++14 -std=gnu++14 -O0 -g -DDEBUG -D_DEBUG -Wundef -o CMakeFiles/libopenrct2.dir/src/openrct2/network/NetworkServerAdvertiser.cpp.obj -c /home/rop/psv/OpenRCT2/src/openrct2/network/NetworkServerAdvertiser.cpp
[ 58%] Building CXX object CMakeFiles/libopenrct2.dir/src/openrct2/network/NetworkUser.cpp.obj
/usr/local/vitasdk/bin/arm-vita-eabi-g++ -DDISABLE_HTTP -DDISABLE_NETWORK -DDISABLE_OPENGL -DDISABLE_TWITCH -DNO_RCT2 -DNO_TTF -DOPENRCT2_BRANCH=\"vita\" -DOPENRCT2_COMMIT_SHA1=\"5d6d2296d7409b4a606c663a7a1c13cee7211c90\" -DOPENRCT2_COMMIT_SHA1_SHORT=\"5d6d2296d\" -D__WARN_SUGGEST_FINAL_METHODS__ -D__WARN_SUGGEST_FINAL_TYPES__ -I/usr/local/vitasdk/arm-vita-eabi/include -I/usr/local/vitasdk/arm-vita-eabi/include/libpng16 -Wl,-q -fpermissive -Wno-error=date-time -Wnull-dereference -Wsuggest-final-types -Wsuggest-final-methods -Wsuggest-override -Wduplicated-cond -Wnon-virtual-dtor -Wredundant-decls -Wignored-qualifiers -Wstrict-overflow=1 -Wl,--whole-archive -lpthread -Wl,--no-whole-archive -I/usr/local/vitasdk/arm-vita-eabi/include/ -I/usr/local/vitasdk/arm-vita-eabi/include/SDL2/ -std=gnu++14 -fstrict-overflow -finstrument-functions -fstrict-aliasing -DDEBUG=0 -fno-PIC -std=gnu++14 -std=gnu++14 -O0 -g -DDEBUG -D_DEBUG -Wundef -o CMakeFiles/libopenrct2.dir/src/openrct2/network/NetworkUser.cpp.obj -c /home/rop/psv/OpenRCT2/src/openrct2/network/NetworkUser.cpp
<command-line>:0:0: warning: "DEBUG" redefined
<command-line>:0:0: note: this is the location of the previous definition
<command-line>:0:0: warning: "DEBUG" redefined
<command-line>:0:0: note: this is the location of the previous definition
[ 58%] Building CXX object CMakeFiles/libopenrct2.dir/src/openrct2/network/ServerList.cpp.obj
/usr/local/vitasdk/bin/arm-vita-eabi-g++ -DDISABLE_HTTP -DDISABLE_NETWORK -DDISABLE_OPENGL -DDISABLE_TWITCH -DNO_RCT2 -DNO_TTF -DOPENRCT2_BRANCH=\"vita\" -DOPENRCT2_COMMIT_SHA1=\"5d6d2296d7409b4a606c663a7a1c13cee7211c90\" -DOPENRCT2_COMMIT_SHA1_SHORT=\"5d6d2296d\" -D__WARN_SUGGEST_FINAL_METHODS__ -D__WARN_SUGGEST_FINAL_TYPES__ -I/usr/local/vitasdk/arm-vita-eabi/include -I/usr/local/vitasdk/arm-vita-eabi/include/libpng16 -Wl,-q -fpermissive -Wno-error=date-time -Wnull-dereference -Wsuggest-final-types -Wsuggest-final-methods -Wsuggest-override -Wduplicated-cond -Wnon-virtual-dtor -Wredundant-decls -Wignored-qualifiers -Wstrict-overflow=1 -Wl,--whole-archive -lpthread -Wl,--no-whole-archive -I/usr/local/vitasdk/arm-vita-eabi/include/ -I/usr/local/vitasdk/arm-vita-eabi/include/SDL2/ -std=gnu++14 -fstrict-overflow -finstrument-functions -fstrict-aliasing -DDEBUG=0 -fno-PIC -std=gnu++14 -std=gnu++14 -O0 -g -DDEBUG -D_DEBUG -Wundef -o CMakeFiles/libopenrct2.dir/src/openrct2/network/ServerList.cpp.obj -c /home/rop/psv/OpenRCT2/src/openrct2/network/ServerList.cpp
[ 58%] Building CXX object CMakeFiles/libopenrct2.dir/src/openrct2/network/TcpSocket.cpp.obj
/usr/local/vitasdk/bin/arm-vita-eabi-g++ -DDISABLE_HTTP -DDISABLE_NETWORK -DDISABLE_OPENGL -DDISABLE_TWITCH -DNO_RCT2 -DNO_TTF -DOPENRCT2_BRANCH=\"vita\" -DOPENRCT2_COMMIT_SHA1=\"5d6d2296d7409b4a606c663a7a1c13cee7211c90\" -DOPENRCT2_COMMIT_SHA1_SHORT=\"5d6d2296d\" -D__WARN_SUGGEST_FINAL_METHODS__ -D__WARN_SUGGEST_FINAL_TYPES__ -I/usr/local/vitasdk/arm-vita-eabi/include -I/usr/local/vitasdk/arm-vita-eabi/include/libpng16 -Wl,-q -fpermissive -Wno-error=date-time -Wnull-dereference -Wsuggest-final-types -Wsuggest-final-methods -Wsuggest-override -Wduplicated-cond -Wnon-virtual-dtor -Wredundant-decls -Wignored-qualifiers -Wstrict-overflow=1 -Wl,--whole-archive -lpthread -Wl,--no-whole-archive -I/usr/local/vitasdk/arm-vita-eabi/include/ -I/usr/local/vitasdk/arm-vita-eabi/include/SDL2/ -std=gnu++14 -fstrict-overflow -finstrument-functions -fstrict-aliasing -DDEBUG=0 -fno-PIC -std=gnu++14 -std=gnu++14 -O0 -g -DDEBUG -D_DEBUG -Wundef -o CMakeFiles/libopenrct2.dir/src/openrct2/network/TcpSocket.cpp.obj -c /home/rop/psv/OpenRCT2/src/openrct2/network/TcpSocket.cpp
<command-line>:0:0: warning: "DEBUG" redefined
<command-line>:0:0: note: this is the location of the previous definition
<command-line>:0:0: warning: "DEBUG" redefined
<command-line>:0:0: note: this is the location of the previous definition
[ 59%] Building CXX object CMakeFiles/libopenrct2.dir/src/openrct2/network/Twitch.cpp.obj
/usr/local/vitasdk/bin/arm-vita-eabi-g++ -DDISABLE_HTTP -DDISABLE_NETWORK -DDISABLE_OPENGL -DDISABLE_TWITCH -DNO_RCT2 -DNO_TTF -DOPENRCT2_BRANCH=\"vita\" -DOPENRCT2_COMMIT_SHA1=\"5d6d2296d7409b4a606c663a7a1c13cee7211c90\" -DOPENRCT2_COMMIT_SHA1_SHORT=\"5d6d2296d\" -D__WARN_SUGGEST_FINAL_METHODS__ -D__WARN_SUGGEST_FINAL_TYPES__ -I/usr/local/vitasdk/arm-vita-eabi/include -I/usr/local/vitasdk/arm-vita-eabi/include/libpng16 -Wl,-q -fpermissive -Wno-error=date-time -Wnull-dereference -Wsuggest-final-types -Wsuggest-final-methods -Wsuggest-override -Wduplicated-cond -Wnon-virtual-dtor -Wredundant-decls -Wignored-qualifiers -Wstrict-overflow=1 -Wl,--whole-archive -lpthread -Wl,--no-whole-archive -I/usr/local/vitasdk/arm-vita-eabi/include/ -I/usr/local/vitasdk/arm-vita-eabi/include/SDL2/ -std=gnu++14 -fstrict-overflow -finstrument-functions -fstrict-aliasing -DDEBUG=0 -fno-PIC -std=gnu++14 -std=gnu++14 -O0 -g -DDEBUG -D_DEBUG -Wundef -o CMakeFiles/libopenrct2.dir/src/openrct2/network/Twitch.cpp.obj -c /home/rop/psv/OpenRCT2/src/openrct2/network/Twitch.cpp
<command-line>:0:0: warning: "DEBUG" redefined
<command-line>:0:0: note: this is the location of the previous definition
[ 59%] Building CXX object CMakeFiles/libopenrct2.dir/src/openrct2/object/BannerObject.cpp.obj
/usr/local/vitasdk/bin/arm-vita-eabi-g++ -DDISABLE_HTTP -DDISABLE_NETWORK -DDISABLE_OPENGL -DDISABLE_TWITCH -DNO_RCT2 -DNO_TTF -DOPENRCT2_BRANCH=\"vita\" -DOPENRCT2_COMMIT_SHA1=\"5d6d2296d7409b4a606c663a7a1c13cee7211c90\" -DOPENRCT2_COMMIT_SHA1_SHORT=\"5d6d2296d\" -D__WARN_SUGGEST_FINAL_METHODS__ -D__WARN_SUGGEST_FINAL_TYPES__ -I/usr/local/vitasdk/arm-vita-eabi/include -I/usr/local/vitasdk/arm-vita-eabi/include/libpng16 -Wl,-q -fpermissive -Wno-error=date-time -Wnull-dereference -Wsuggest-final-types -Wsuggest-final-methods -Wsuggest-override -Wduplicated-cond -Wnon-virtual-dtor -Wredundant-decls -Wignored-qualifiers -Wstrict-overflow=1 -Wl,--whole-archive -lpthread -Wl,--no-whole-archive -I/usr/local/vitasdk/arm-vita-eabi/include/ -I/usr/local/vitasdk/arm-vita-eabi/include/SDL2/ -std=gnu++14 -fstrict-overflow -finstrument-functions -fstrict-aliasing -DDEBUG=0 -fno-PIC -std=gnu++14 -std=gnu++14 -O0 -g -DDEBUG -D_DEBUG -Wundef -o CMakeFiles/libopenrct2.dir/src/openrct2/object/BannerObject.cpp.obj -c /home/rop/psv/OpenRCT2/src/openrct2/object/BannerObject.cpp
<command-line>:0:0: warning: "DEBUG" redefined
<command-line>:0:0: note: this is the location of the previous definition
[ 59%] Building CXX object CMakeFiles/libopenrct2.dir/src/openrct2/object/EntranceObject.cpp.obj
/usr/local/vitasdk/bin/arm-vita-eabi-g++ -DDISABLE_HTTP -DDISABLE_NETWORK -DDISABLE_OPENGL -DDISABLE_TWITCH -DNO_RCT2 -DNO_TTF -DOPENRCT2_BRANCH=\"vita\" -DOPENRCT2_COMMIT_SHA1=\"5d6d2296d7409b4a606c663a7a1c13cee7211c90\" -DOPENRCT2_COMMIT_SHA1_SHORT=\"5d6d2296d\" -D__WARN_SUGGEST_FINAL_METHODS__ -D__WARN_SUGGEST_FINAL_TYPES__ -I/usr/local/vitasdk/arm-vita-eabi/include -I/usr/local/vitasdk/arm-vita-eabi/include/libpng16 -Wl,-q -fpermissive -Wno-error=date-time -Wnull-dereference -Wsuggest-final-types -Wsuggest-final-methods -Wsuggest-override -Wduplicated-cond -Wnon-virtual-dtor -Wredundant-decls -Wignored-qualifiers -Wstrict-overflow=1 -Wl,--whole-archive -lpthread -Wl,--no-whole-archive -I/usr/local/vitasdk/arm-vita-eabi/include/ -I/usr/local/vitasdk/arm-vita-eabi/include/SDL2/ -std=gnu++14 -fstrict-overflow -finstrument-functions -fstrict-aliasing -DDEBUG=0 -fno-PIC -std=gnu++14 -std=gnu++14 -O0 -g -DDEBUG -D_DEBUG -Wundef -o CMakeFiles/libopenrct2.dir/src/openrct2/object/EntranceObject.cpp.obj -c /home/rop/psv/OpenRCT2/src/openrct2/object/EntranceObject.cpp
<command-line>:0:0: warning: "DEBUG" redefined
<command-line>:0:0: note: this is the location of the previous definition
[ 59%] Building CXX object CMakeFiles/libopenrct2.dir/src/openrct2/object/FootpathItemObject.cpp.obj
/usr/local/vitasdk/bin/arm-vita-eabi-g++ -DDISABLE_HTTP -DDISABLE_NETWORK -DDISABLE_OPENGL -DDISABLE_TWITCH -DNO_RCT2 -DNO_TTF -DOPENRCT2_BRANCH=\"vita\" -DOPENRCT2_COMMIT_SHA1=\"5d6d2296d7409b4a606c663a7a1c13cee7211c90\" -DOPENRCT2_COMMIT_SHA1_SHORT=\"5d6d2296d\" -D__WARN_SUGGEST_FINAL_METHODS__ -D__WARN_SUGGEST_FINAL_TYPES__ -I/usr/local/vitasdk/arm-vita-eabi/include -I/usr/local/vitasdk/arm-vita-eabi/include/libpng16 -Wl,-q -fpermissive -Wno-error=date-time -Wnull-dereference -Wsuggest-final-types -Wsuggest-final-methods -Wsuggest-override -Wduplicated-cond -Wnon-virtual-dtor -Wredundant-decls -Wignored-qualifiers -Wstrict-overflow=1 -Wl,--whole-archive -lpthread -Wl,--no-whole-archive -I/usr/local/vitasdk/arm-vita-eabi/include/ -I/usr/local/vitasdk/arm-vita-eabi/include/SDL2/ -std=gnu++14 -fstrict-overflow -finstrument-functions -fstrict-aliasing -DDEBUG=0 -fno-PIC -std=gnu++14 -std=gnu++14 -O0 -g -DDEBUG -D_DEBUG -Wundef -o CMakeFiles/libopenrct2.dir/src/openrct2/object/FootpathItemObject.cpp.obj -c /home/rop/psv/OpenRCT2/src/openrct2/object/FootpathItemObject.cpp
<command-line>:0:0: warning: "DEBUG" redefined
<command-line>:0:0: note: this is the location of the previous definition
[ 60%] Building CXX object CMakeFiles/libopenrct2.dir/src/openrct2/object/FootpathObject.cpp.obj
/usr/local/vitasdk/bin/arm-vita-eabi-g++ -DDISABLE_HTTP -DDISABLE_NETWORK -DDISABLE_OPENGL -DDISABLE_TWITCH -DNO_RCT2 -DNO_TTF -DOPENRCT2_BRANCH=\"vita\" -DOPENRCT2_COMMIT_SHA1=\"5d6d2296d7409b4a606c663a7a1c13cee7211c90\" -DOPENRCT2_COMMIT_SHA1_SHORT=\"5d6d2296d\" -D__WARN_SUGGEST_FINAL_METHODS__ -D__WARN_SUGGEST_FINAL_TYPES__ -I/usr/local/vitasdk/arm-vita-eabi/include -I/usr/local/vitasdk/arm-vita-eabi/include/libpng16 -Wl,-q -fpermissive -Wno-error=date-time -Wnull-dereference -Wsuggest-final-types -Wsuggest-final-methods -Wsuggest-override -Wduplicated-cond -Wnon-virtual-dtor -Wredundant-decls -Wignored-qualifiers -Wstrict-overflow=1 -Wl,--whole-archive -lpthread -Wl,--no-whole-archive -I/usr/local/vitasdk/arm-vita-eabi/include/ -I/usr/local/vitasdk/arm-vita-eabi/include/SDL2/ -std=gnu++14 -fstrict-overflow -finstrument-functions -fstrict-aliasing -DDEBUG=0 -fno-PIC -std=gnu++14 -std=gnu++14 -O0 -g -DDEBUG -D_DEBUG -Wundef -o CMakeFiles/libopenrct2.dir/src/openrct2/object/FootpathObject.cpp.obj -c /home/rop/psv/OpenRCT2/src/openrct2/object/FootpathObject.cpp
<command-line>:0:0: warning: "DEBUG" redefined
<command-line>:0:0: note: this is the location of the previous definition
[ 60%] Building CXX object CMakeFiles/libopenrct2.dir/src/openrct2/object/ImageTable.cpp.obj
/usr/local/vitasdk/bin/arm-vita-eabi-g++ -DDISABLE_HTTP -DDISABLE_NETWORK -DDISABLE_OPENGL -DDISABLE_TWITCH -DNO_RCT2 -DNO_TTF -DOPENRCT2_BRANCH=\"vita\" -DOPENRCT2_COMMIT_SHA1=\"5d6d2296d7409b4a606c663a7a1c13cee7211c90\" -DOPENRCT2_COMMIT_SHA1_SHORT=\"5d6d2296d\" -D__WARN_SUGGEST_FINAL_METHODS__ -D__WARN_SUGGEST_FINAL_TYPES__ -I/usr/local/vitasdk/arm-vita-eabi/include -I/usr/local/vitasdk/arm-vita-eabi/include/libpng16 -Wl,-q -fpermissive -Wno-error=date-time -Wnull-dereference -Wsuggest-final-types -Wsuggest-final-methods -Wsuggest-override -Wduplicated-cond -Wnon-virtual-dtor -Wredundant-decls -Wignored-qualifiers -Wstrict-overflow=1 -Wl,--whole-archive -lpthread -Wl,--no-whole-archive -I/usr/local/vitasdk/arm-vita-eabi/include/ -I/usr/local/vitasdk/arm-vita-eabi/include/SDL2/ -std=gnu++14 -fstrict-overflow -finstrument-functions -fstrict-aliasing -DDEBUG=0 -fno-PIC -std=gnu++14 -std=gnu++14 -O0 -g -DDEBUG -D_DEBUG -Wundef -o CMakeFiles/libopenrct2.dir/src/openrct2/object/ImageTable.cpp.obj -c /home/rop/psv/OpenRCT2/src/openrct2/object/ImageTable.cpp
<command-line>:0:0: warning: "DEBUG" redefined
<command-line>:0:0: note: this is the location of the previous definition
[ 60%] Building CXX object CMakeFiles/libopenrct2.dir/src/openrct2/object/LargeSceneryObject.cpp.obj
/usr/local/vitasdk/bin/arm-vita-eabi-g++ -DDISABLE_HTTP -DDISABLE_NETWORK -DDISABLE_OPENGL -DDISABLE_TWITCH -DNO_RCT2 -DNO_TTF -DOPENRCT2_BRANCH=\"vita\" -DOPENRCT2_COMMIT_SHA1=\"5d6d2296d7409b4a606c663a7a1c13cee7211c90\" -DOPENRCT2_COMMIT_SHA1_SHORT=\"5d6d2296d\" -D__WARN_SUGGEST_FINAL_METHODS__ -D__WARN_SUGGEST_FINAL_TYPES__ -I/usr/local/vitasdk/arm-vita-eabi/include -I/usr/local/vitasdk/arm-vita-eabi/include/libpng16 -Wl,-q -fpermissive -Wno-error=date-time -Wnull-dereference -Wsuggest-final-types -Wsuggest-final-methods -Wsuggest-override -Wduplicated-cond -Wnon-virtual-dtor -Wredundant-decls -Wignored-qualifiers -Wstrict-overflow=1 -Wl,--whole-archive -lpthread -Wl,--no-whole-archive -I/usr/local/vitasdk/arm-vita-eabi/include/ -I/usr/local/vitasdk/arm-vita-eabi/include/SDL2/ -std=gnu++14 -fstrict-overflow -finstrument-functions -fstrict-aliasing -DDEBUG=0 -fno-PIC -std=gnu++14 -std=gnu++14 -O0 -g -DDEBUG -D_DEBUG -Wundef -o CMakeFiles/libopenrct2.dir/src/openrct2/object/LargeSceneryObject.cpp.obj -c /home/rop/psv/OpenRCT2/src/openrct2/object/LargeSceneryObject.cpp
<command-line>:0:0: warning: "DEBUG" redefined
<command-line>:0:0: note: this is the location of the previous definition
[ 60%] Building CXX object CMakeFiles/libopenrct2.dir/src/openrct2/object/Object.cpp.obj
/usr/local/vitasdk/bin/arm-vita-eabi-g++ -DDISABLE_HTTP -DDISABLE_NETWORK -DDISABLE_OPENGL -DDISABLE_TWITCH -DNO_RCT2 -DNO_TTF -DOPENRCT2_BRANCH=\"vita\" -DOPENRCT2_COMMIT_SHA1=\"5d6d2296d7409b4a606c663a7a1c13cee7211c90\" -DOPENRCT2_COMMIT_SHA1_SHORT=\"5d6d2296d\" -D__WARN_SUGGEST_FINAL_METHODS__ -D__WARN_SUGGEST_FINAL_TYPES__ -I/usr/local/vitasdk/arm-vita-eabi/include -I/usr/local/vitasdk/arm-vita-eabi/include/libpng16 -Wl,-q -fpermissive -Wno-error=date-time -Wnull-dereference -Wsuggest-final-types -Wsuggest-final-methods -Wsuggest-override -Wduplicated-cond -Wnon-virtual-dtor -Wredundant-decls -Wignored-qualifiers -Wstrict-overflow=1 -Wl,--whole-archive -lpthread -Wl,--no-whole-archive -I/usr/local/vitasdk/arm-vita-eabi/include/ -I/usr/local/vitasdk/arm-vita-eabi/include/SDL2/ -std=gnu++14 -fstrict-overflow -finstrument-functions -fstrict-aliasing -DDEBUG=0 -fno-PIC -std=gnu++14 -std=gnu++14 -O0 -g -DDEBUG -D_DEBUG -Wundef -o CMakeFiles/libopenrct2.dir/src/openrct2/object/Object.cpp.obj -c /home/rop/psv/OpenRCT2/src/openrct2/object/Object.cpp
<command-line>:0:0: warning: "DEBUG" redefined
<command-line>:0:0: note: this is the location of the previous definition
[ 61%] Building CXX object CMakeFiles/libopenrct2.dir/src/openrct2/object/ObjectFactory.cpp.obj
/usr/local/vitasdk/bin/arm-vita-eabi-g++ -DDISABLE_HTTP -DDISABLE_NETWORK -DDISABLE_OPENGL -DDISABLE_TWITCH -DNO_RCT2 -DNO_TTF -DOPENRCT2_BRANCH=\"vita\" -DOPENRCT2_COMMIT_SHA1=\"5d6d2296d7409b4a606c663a7a1c13cee7211c90\" -DOPENRCT2_COMMIT_SHA1_SHORT=\"5d6d2296d\" -D__WARN_SUGGEST_FINAL_METHODS__ -D__WARN_SUGGEST_FINAL_TYPES__ -I/usr/local/vitasdk/arm-vita-eabi/include -I/usr/local/vitasdk/arm-vita-eabi/include/libpng16 -Wl,-q -fpermissive -Wno-error=date-time -Wnull-dereference -Wsuggest-final-types -Wsuggest-final-methods -Wsuggest-override -Wduplicated-cond -Wnon-virtual-dtor -Wredundant-decls -Wignored-qualifiers -Wstrict-overflow=1 -Wl,--whole-archive -lpthread -Wl,--no-whole-archive -I/usr/local/vitasdk/arm-vita-eabi/include/ -I/usr/local/vitasdk/arm-vita-eabi/include/SDL2/ -std=gnu++14 -fstrict-overflow -finstrument-functions -fstrict-aliasing -DDEBUG=0 -fno-PIC -std=gnu++14 -std=gnu++14 -O0 -g -DDEBUG -D_DEBUG -Wundef -o CMakeFiles/libopenrct2.dir/src/openrct2/object/ObjectFactory.cpp.obj -c /home/rop/psv/OpenRCT2/src/openrct2/object/ObjectFactory.cpp
<command-line>:0:0: warning: "DEBUG" redefined
<command-line>:0:0: note: this is the location of the previous definition
[ 61%] Building CXX object CMakeFiles/libopenrct2.dir/src/openrct2/object/ObjectManager.cpp.obj
/usr/local/vitasdk/bin/arm-vita-eabi-g++ -DDISABLE_HTTP -DDISABLE_NETWORK -DDISABLE_OPENGL -DDISABLE_TWITCH -DNO_RCT2 -DNO_TTF -DOPENRCT2_BRANCH=\"vita\" -DOPENRCT2_COMMIT_SHA1=\"5d6d2296d7409b4a606c663a7a1c13cee7211c90\" -DOPENRCT2_COMMIT_SHA1_SHORT=\"5d6d2296d\" -D__WARN_SUGGEST_FINAL_METHODS__ -D__WARN_SUGGEST_FINAL_TYPES__ -I/usr/local/vitasdk/arm-vita-eabi/include -I/usr/local/vitasdk/arm-vita-eabi/include/libpng16 -Wl,-q -fpermissive -Wno-error=date-time -Wnull-dereference -Wsuggest-final-types -Wsuggest-final-methods -Wsuggest-override -Wduplicated-cond -Wnon-virtual-dtor -Wredundant-decls -Wignored-qualifiers -Wstrict-overflow=1 -Wl,--whole-archive -lpthread -Wl,--no-whole-archive -I/usr/local/vitasdk/arm-vita-eabi/include/ -I/usr/local/vitasdk/arm-vita-eabi/include/SDL2/ -std=gnu++14 -fstrict-overflow -finstrument-functions -fstrict-aliasing -DDEBUG=0 -fno-PIC -std=gnu++14 -std=gnu++14 -O0 -g -DDEBUG -D_DEBUG -Wundef -o CMakeFiles/libopenrct2.dir/src/openrct2/object/ObjectManager.cpp.obj -c /home/rop/psv/OpenRCT2/src/openrct2/object/ObjectManager.cpp
<command-line>:0:0: warning: "DEBUG" redefined
<command-line>:0:0: note: this is the location of the previous definition
[ 61%] Building CXX object CMakeFiles/libopenrct2.dir/src/openrct2/object/ObjectRepository.cpp.obj
/usr/local/vitasdk/bin/arm-vita-eabi-g++ -DDISABLE_HTTP -DDISABLE_NETWORK -DDISABLE_OPENGL -DDISABLE_TWITCH -DNO_RCT2 -DNO_TTF -DOPENRCT2_BRANCH=\"vita\" -DOPENRCT2_COMMIT_SHA1=\"5d6d2296d7409b4a606c663a7a1c13cee7211c90\" -DOPENRCT2_COMMIT_SHA1_SHORT=\"5d6d2296d\" -D__WARN_SUGGEST_FINAL_METHODS__ -D__WARN_SUGGEST_FINAL_TYPES__ -I/usr/local/vitasdk/arm-vita-eabi/include -I/usr/local/vitasdk/arm-vita-eabi/include/libpng16 -Wl,-q -fpermissive -Wno-error=date-time -Wnull-dereference -Wsuggest-final-types -Wsuggest-final-methods -Wsuggest-override -Wduplicated-cond -Wnon-virtual-dtor -Wredundant-decls -Wignored-qualifiers -Wstrict-overflow=1 -Wl,--whole-archive -lpthread -Wl,--no-whole-archive -I/usr/local/vitasdk/arm-vita-eabi/include/ -I/usr/local/vitasdk/arm-vita-eabi/include/SDL2/ -std=gnu++14 -fstrict-overflow -finstrument-functions -fstrict-aliasing -DDEBUG=0 -fno-PIC -std=gnu++14 -std=gnu++14 -O0 -g -DDEBUG -D_DEBUG -Wundef -o CMakeFiles/libopenrct2.dir/src/openrct2/object/ObjectRepository.cpp.obj -c /home/rop/psv/OpenRCT2/src/openrct2/object/ObjectRepository.cpp
<command-line>:0:0: warning: "DEBUG" redefined
<command-line>:0:0: note: this is the location of the previous definition
[ 61%] Building CXX object CMakeFiles/libopenrct2.dir/src/openrct2/object/RideObject.cpp.obj
/usr/local/vitasdk/bin/arm-vita-eabi-g++ -DDISABLE_HTTP -DDISABLE_NETWORK -DDISABLE_OPENGL -DDISABLE_TWITCH -DNO_RCT2 -DNO_TTF -DOPENRCT2_BRANCH=\"vita\" -DOPENRCT2_COMMIT_SHA1=\"5d6d2296d7409b4a606c663a7a1c13cee7211c90\" -DOPENRCT2_COMMIT_SHA1_SHORT=\"5d6d2296d\" -D__WARN_SUGGEST_FINAL_METHODS__ -D__WARN_SUGGEST_FINAL_TYPES__ -I/usr/local/vitasdk/arm-vita-eabi/include -I/usr/local/vitasdk/arm-vita-eabi/include/libpng16 -Wl,-q -fpermissive -Wno-error=date-time -Wnull-dereference -Wsuggest-final-types -Wsuggest-final-methods -Wsuggest-override -Wduplicated-cond -Wnon-virtual-dtor -Wredundant-decls -Wignored-qualifiers -Wstrict-overflow=1 -Wl,--whole-archive -lpthread -Wl,--no-whole-archive -I/usr/local/vitasdk/arm-vita-eabi/include/ -I/usr/local/vitasdk/arm-vita-eabi/include/SDL2/ -std=gnu++14 -fstrict-overflow -finstrument-functions -fstrict-aliasing -DDEBUG=0 -fno-PIC -std=gnu++14 -std=gnu++14 -O0 -g -DDEBUG -D_DEBUG -Wundef -o CMakeFiles/libopenrct2.dir/src/openrct2/object/RideObject.cpp.obj -c /home/rop/psv/OpenRCT2/src/openrct2/object/RideObject.cpp
<command-line>:0:0: warning: "DEBUG" redefined
<command-line>:0:0: note: this is the location of the previous definition
[ 62%] Building CXX object CMakeFiles/libopenrct2.dir/src/openrct2/object/SceneryGroupObject.cpp.obj
/usr/local/vitasdk/bin/arm-vita-eabi-g++ -DDISABLE_HTTP -DDISABLE_NETWORK -DDISABLE_OPENGL -DDISABLE_TWITCH -DNO_RCT2 -DNO_TTF -DOPENRCT2_BRANCH=\"vita\" -DOPENRCT2_COMMIT_SHA1=\"5d6d2296d7409b4a606c663a7a1c13cee7211c90\" -DOPENRCT2_COMMIT_SHA1_SHORT=\"5d6d2296d\" -D__WARN_SUGGEST_FINAL_METHODS__ -D__WARN_SUGGEST_FINAL_TYPES__ -I/usr/local/vitasdk/arm-vita-eabi/include -I/usr/local/vitasdk/arm-vita-eabi/include/libpng16 -Wl,-q -fpermissive -Wno-error=date-time -Wnull-dereference -Wsuggest-final-types -Wsuggest-final-methods -Wsuggest-override -Wduplicated-cond -Wnon-virtual-dtor -Wredundant-decls -Wignored-qualifiers -Wstrict-overflow=1 -Wl,--whole-archive -lpthread -Wl,--no-whole-archive -I/usr/local/vitasdk/arm-vita-eabi/include/ -I/usr/local/vitasdk/arm-vita-eabi/include/SDL2/ -std=gnu++14 -fstrict-overflow -finstrument-functions -fstrict-aliasing -DDEBUG=0 -fno-PIC -std=gnu++14 -std=gnu++14 -O0 -g -DDEBUG -D_DEBUG -Wundef -o CMakeFiles/libopenrct2.dir/src/openrct2/object/SceneryGroupObject.cpp.obj -c /home/rop/psv/OpenRCT2/src/openrct2/object/SceneryGroupObject.cpp
<command-line>:0:0: warning: "DEBUG" redefined
<command-line>:0:0: note: this is the location of the previous definition
[ 62%] Building CXX object CMakeFiles/libopenrct2.dir/src/openrct2/object/SmallSceneryObject.cpp.obj
/usr/local/vitasdk/bin/arm-vita-eabi-g++ -DDISABLE_HTTP -DDISABLE_NETWORK -DDISABLE_OPENGL -DDISABLE_TWITCH -DNO_RCT2 -DNO_TTF -DOPENRCT2_BRANCH=\"vita\" -DOPENRCT2_COMMIT_SHA1=\"5d6d2296d7409b4a606c663a7a1c13cee7211c90\" -DOPENRCT2_COMMIT_SHA1_SHORT=\"5d6d2296d\" -D__WARN_SUGGEST_FINAL_METHODS__ -D__WARN_SUGGEST_FINAL_TYPES__ -I/usr/local/vitasdk/arm-vita-eabi/include -I/usr/local/vitasdk/arm-vita-eabi/include/libpng16 -Wl,-q -fpermissive -Wno-error=date-time -Wnull-dereference -Wsuggest-final-types -Wsuggest-final-methods -Wsuggest-override -Wduplicated-cond -Wnon-virtual-dtor -Wredundant-decls -Wignored-qualifiers -Wstrict-overflow=1 -Wl,--whole-archive -lpthread -Wl,--no-whole-archive -I/usr/local/vitasdk/arm-vita-eabi/include/ -I/usr/local/vitasdk/arm-vita-eabi/include/SDL2/ -std=gnu++14 -fstrict-overflow -finstrument-functions -fstrict-aliasing -DDEBUG=0 -fno-PIC -std=gnu++14 -std=gnu++14 -O0 -g -DDEBUG -D_DEBUG -Wundef -o CMakeFiles/libopenrct2.dir/src/openrct2/object/SmallSceneryObject.cpp.obj -c /home/rop/psv/OpenRCT2/src/openrct2/object/SmallSceneryObject.cpp
<command-line>:0:0: warning: "DEBUG" redefined
<command-line>:0:0: note: this is the location of the previous definition
[ 62%] Building CXX object CMakeFiles/libopenrct2.dir/src/openrct2/object/StexObject.cpp.obj
/usr/local/vitasdk/bin/arm-vita-eabi-g++ -DDISABLE_HTTP -DDISABLE_NETWORK -DDISABLE_OPENGL -DDISABLE_TWITCH -DNO_RCT2 -DNO_TTF -DOPENRCT2_BRANCH=\"vita\" -DOPENRCT2_COMMIT_SHA1=\"5d6d2296d7409b4a606c663a7a1c13cee7211c90\" -DOPENRCT2_COMMIT_SHA1_SHORT=\"5d6d2296d\" -D__WARN_SUGGEST_FINAL_METHODS__ -D__WARN_SUGGEST_FINAL_TYPES__ -I/usr/local/vitasdk/arm-vita-eabi/include -I/usr/local/vitasdk/arm-vita-eabi/include/libpng16 -Wl,-q -fpermissive -Wno-error=date-time -Wnull-dereference -Wsuggest-final-types -Wsuggest-final-methods -Wsuggest-override -Wduplicated-cond -Wnon-virtual-dtor -Wredundant-decls -Wignored-qualifiers -Wstrict-overflow=1 -Wl,--whole-archive -lpthread -Wl,--no-whole-archive -I/usr/local/vitasdk/arm-vita-eabi/include/ -I/usr/local/vitasdk/arm-vita-eabi/include/SDL2/ -std=gnu++14 -fstrict-overflow -finstrument-functions -fstrict-aliasing -DDEBUG=0 -fno-PIC -std=gnu++14 -std=gnu++14 -O0 -g -DDEBUG -D_DEBUG -Wundef -o CMakeFiles/libopenrct2.dir/src/openrct2/object/StexObject.cpp.obj -c /home/rop/psv/OpenRCT2/src/openrct2/object/StexObject.cpp
<command-line>:0:0: warning: "DEBUG" redefined
<command-line>:0:0: note: this is the location of the previous definition
[ 62%] Building CXX object CMakeFiles/libopenrct2.dir/src/openrct2/object/StringTable.cpp.obj
/usr/local/vitasdk/bin/arm-vita-eabi-g++ -DDISABLE_HTTP -DDISABLE_NETWORK -DDISABLE_OPENGL -DDISABLE_TWITCH -DNO_RCT2 -DNO_TTF -DOPENRCT2_BRANCH=\"vita\" -DOPENRCT2_COMMIT_SHA1=\"5d6d2296d7409b4a606c663a7a1c13cee7211c90\" -DOPENRCT2_COMMIT_SHA1_SHORT=\"5d6d2296d\" -D__WARN_SUGGEST_FINAL_METHODS__ -D__WARN_SUGGEST_FINAL_TYPES__ -I/usr/local/vitasdk/arm-vita-eabi/include -I/usr/local/vitasdk/arm-vita-eabi/include/libpng16 -Wl,-q -fpermissive -Wno-error=date-time -Wnull-dereference -Wsuggest-final-types -Wsuggest-final-methods -Wsuggest-override -Wduplicated-cond -Wnon-virtual-dtor -Wredundant-decls -Wignored-qualifiers -Wstrict-overflow=1 -Wl,--whole-archive -lpthread -Wl,--no-whole-archive -I/usr/local/vitasdk/arm-vita-eabi/include/ -I/usr/local/vitasdk/arm-vita-eabi/include/SDL2/ -std=gnu++14 -fstrict-overflow -finstrument-functions -fstrict-aliasing -DDEBUG=0 -fno-PIC -std=gnu++14 -std=gnu++14 -O0 -g -DDEBUG -D_DEBUG -Wundef -o CMakeFiles/libopenrct2.dir/src/openrct2/object/StringTable.cpp.obj -c /home/rop/psv/OpenRCT2/src/openrct2/object/StringTable.cpp
<command-line>:0:0: warning: "DEBUG" redefined
<command-line>:0:0: note: this is the location of the previous definition
[ 63%] Building CXX object CMakeFiles/libopenrct2.dir/src/openrct2/object/WallObject.cpp.obj
/usr/local/vitasdk/bin/arm-vita-eabi-g++ -DDISABLE_HTTP -DDISABLE_NETWORK -DDISABLE_OPENGL -DDISABLE_TWITCH -DNO_RCT2 -DNO_TTF -DOPENRCT2_BRANCH=\"vita\" -DOPENRCT2_COMMIT_SHA1=\"5d6d2296d7409b4a606c663a7a1c13cee7211c90\" -DOPENRCT2_COMMIT_SHA1_SHORT=\"5d6d2296d\" -D__WARN_SUGGEST_FINAL_METHODS__ -D__WARN_SUGGEST_FINAL_TYPES__ -I/usr/local/vitasdk/arm-vita-eabi/include -I/usr/local/vitasdk/arm-vita-eabi/include/libpng16 -Wl,-q -fpermissive -Wno-error=date-time -Wnull-dereference -Wsuggest-final-types -Wsuggest-final-methods -Wsuggest-override -Wduplicated-cond -Wnon-virtual-dtor -Wredundant-decls -Wignored-qualifiers -Wstrict-overflow=1 -Wl,--whole-archive -lpthread -Wl,--no-whole-archive -I/usr/local/vitasdk/arm-vita-eabi/include/ -I/usr/local/vitasdk/arm-vita-eabi/include/SDL2/ -std=gnu++14 -fstrict-overflow -finstrument-functions -fstrict-aliasing -DDEBUG=0 -fno-PIC -std=gnu++14 -std=gnu++14 -O0 -g -DDEBUG -D_DEBUG -Wundef -o CMakeFiles/libopenrct2.dir/src/openrct2/object/WallObject.cpp.obj -c /home/rop/psv/OpenRCT2/src/openrct2/object/WallObject.cpp
<command-line>:0:0: warning: "DEBUG" redefined
<command-line>:0:0: note: this is the location of the previous definition
[ 63%] Building CXX object CMakeFiles/libopenrct2.dir/src/openrct2/object/WaterObject.cpp.obj
/usr/local/vitasdk/bin/arm-vita-eabi-g++ -DDISABLE_HTTP -DDISABLE_NETWORK -DDISABLE_OPENGL -DDISABLE_TWITCH -DNO_RCT2 -DNO_TTF -DOPENRCT2_BRANCH=\"vita\" -DOPENRCT2_COMMIT_SHA1=\"5d6d2296d7409b4a606c663a7a1c13cee7211c90\" -DOPENRCT2_COMMIT_SHA1_SHORT=\"5d6d2296d\" -D__WARN_SUGGEST_FINAL_METHODS__ -D__WARN_SUGGEST_FINAL_TYPES__ -I/usr/local/vitasdk/arm-vita-eabi/include -I/usr/local/vitasdk/arm-vita-eabi/include/libpng16 -Wl,-q -fpermissive -Wno-error=date-time -Wnull-dereference -Wsuggest-final-types -Wsuggest-final-methods -Wsuggest-override -Wduplicated-cond -Wnon-virtual-dtor -Wredundant-decls -Wignored-qualifiers -Wstrict-overflow=1 -Wl,--whole-archive -lpthread -Wl,--no-whole-archive -I/usr/local/vitasdk/arm-vita-eabi/include/ -I/usr/local/vitasdk/arm-vita-eabi/include/SDL2/ -std=gnu++14 -fstrict-overflow -finstrument-functions -fstrict-aliasing -DDEBUG=0 -fno-PIC -std=gnu++14 -std=gnu++14 -O0 -g -DDEBUG -D_DEBUG -Wundef -o CMakeFiles/libopenrct2.dir/src/openrct2/object/WaterObject.cpp.obj -c /home/rop/psv/OpenRCT2/src/openrct2/object/WaterObject.cpp
[ 63%] Building CXX object CMakeFiles/libopenrct2.dir/src/openrct2/paint/Painter.cpp.obj
/usr/local/vitasdk/bin/arm-vita-eabi-g++ -DDISABLE_HTTP -DDISABLE_NETWORK -DDISABLE_OPENGL -DDISABLE_TWITCH -DNO_RCT2 -DNO_TTF -DOPENRCT2_BRANCH=\"vita\" -DOPENRCT2_COMMIT_SHA1=\"5d6d2296d7409b4a606c663a7a1c13cee7211c90\" -DOPENRCT2_COMMIT_SHA1_SHORT=\"5d6d2296d\" -D__WARN_SUGGEST_FINAL_METHODS__ -D__WARN_SUGGEST_FINAL_TYPES__ -I/usr/local/vitasdk/arm-vita-eabi/include -I/usr/local/vitasdk/arm-vita-eabi/include/libpng16 -Wl,-q -fpermissive -Wno-error=date-time -Wnull-dereference -Wsuggest-final-types -Wsuggest-final-methods -Wsuggest-override -Wduplicated-cond -Wnon-virtual-dtor -Wredundant-decls -Wignored-qualifiers -Wstrict-overflow=1 -Wl,--whole-archive -lpthread -Wl,--no-whole-archive -I/usr/local/vitasdk/arm-vita-eabi/include/ -I/usr/local/vitasdk/arm-vita-eabi/include/SDL2/ -std=gnu++14 -fstrict-overflow -finstrument-functions -fstrict-aliasing -DDEBUG=0 -fno-PIC -std=gnu++14 -std=gnu++14 -O0 -g -DDEBUG -D_DEBUG -Wundef -o CMakeFiles/libopenrct2.dir/src/openrct2/paint/Painter.cpp.obj -c /home/rop/psv/OpenRCT2/src/openrct2/paint/Painter.cpp
<command-line>:0:0: warning: "DEBUG" redefined
<command-line>:0:0: note: this is the location of the previous definition
<command-line>:0:0: warning: "DEBUG" redefined
<command-line>:0:0: note: this is the location of the previous definition
[ 63%] Building CXX object CMakeFiles/libopenrct2.dir/src/openrct2/platform/Crash.cpp.obj
/usr/local/vitasdk/bin/arm-vita-eabi-g++ -DDISABLE_HTTP -DDISABLE_NETWORK -DDISABLE_OPENGL -DDISABLE_TWITCH -DNO_RCT2 -DNO_TTF -DOPENRCT2_BRANCH=\"vita\" -DOPENRCT2_COMMIT_SHA1=\"5d6d2296d7409b4a606c663a7a1c13cee7211c90\" -DOPENRCT2_COMMIT_SHA1_SHORT=\"5d6d2296d\" -D__WARN_SUGGEST_FINAL_METHODS__ -D__WARN_SUGGEST_FINAL_TYPES__ -I/usr/local/vitasdk/arm-vita-eabi/include -I/usr/local/vitasdk/arm-vita-eabi/include/libpng16 -Wl,-q -fpermissive -Wno-error=date-time -Wnull-dereference -Wsuggest-final-types -Wsuggest-final-methods -Wsuggest-override -Wduplicated-cond -Wnon-virtual-dtor -Wredundant-decls -Wignored-qualifiers -Wstrict-overflow=1 -Wl,--whole-archive -lpthread -Wl,--no-whole-archive -I/usr/local/vitasdk/arm-vita-eabi/include/ -I/usr/local/vitasdk/arm-vita-eabi/include/SDL2/ -std=gnu++14 -fstrict-overflow -finstrument-functions -fstrict-aliasing -DDEBUG=0 -fno-PIC -std=gnu++14 -std=gnu++14 -O0 -g -DDEBUG -D_DEBUG -Wundef -o CMakeFiles/libopenrct2.dir/src/openrct2/platform/Crash.cpp.obj -c /home/rop/psv/OpenRCT2/src/openrct2/platform/Crash.cpp
<command-line>:0:0: warning: "DEBUG" redefined
<command-line>:0:0: note: this is the location of the previous definition
[ 64%] Building CXX object CMakeFiles/libopenrct2.dir/src/openrct2/platform/Platform2.cpp.obj
/usr/local/vitasdk/bin/arm-vita-eabi-g++ -DDISABLE_HTTP -DDISABLE_NETWORK -DDISABLE_OPENGL -DDISABLE_TWITCH -DNO_RCT2 -DNO_TTF -DOPENRCT2_BRANCH=\"vita\" -DOPENRCT2_COMMIT_SHA1=\"5d6d2296d7409b4a606c663a7a1c13cee7211c90\" -DOPENRCT2_COMMIT_SHA1_SHORT=\"5d6d2296d\" -D__WARN_SUGGEST_FINAL_METHODS__ -D__WARN_SUGGEST_FINAL_TYPES__ -I/usr/local/vitasdk/arm-vita-eabi/include -I/usr/local/vitasdk/arm-vita-eabi/include/libpng16 -Wl,-q -fpermissive -Wno-error=date-time -Wnull-dereference -Wsuggest-final-types -Wsuggest-final-methods -Wsuggest-override -Wduplicated-cond -Wnon-virtual-dtor -Wredundant-decls -Wignored-qualifiers -Wstrict-overflow=1 -Wl,--whole-archive -lpthread -Wl,--no-whole-archive -I/usr/local/vitasdk/arm-vita-eabi/include/ -I/usr/local/vitasdk/arm-vita-eabi/include/SDL2/ -std=gnu++14 -fstrict-overflow -finstrument-functions -fstrict-aliasing -DDEBUG=0 -fno-PIC -std=gnu++14 -std=gnu++14 -O0 -g -DDEBUG -D_DEBUG -Wundef -o CMakeFiles/libopenrct2.dir/src/openrct2/platform/Platform2.cpp.obj -c /home/rop/psv/OpenRCT2/src/openrct2/platform/Platform2.cpp
<command-line>:0:0: warning: "DEBUG" redefined
<command-line>:0:0: note: this is the location of the previous definition
[ 64%] Building CXX object CMakeFiles/libopenrct2.dir/src/openrct2/rct1/S4Importer.cpp.obj
/usr/local/vitasdk/bin/arm-vita-eabi-g++ -DDISABLE_HTTP -DDISABLE_NETWORK -DDISABLE_OPENGL -DDISABLE_TWITCH -DNO_RCT2 -DNO_TTF -DOPENRCT2_BRANCH=\"vita\" -DOPENRCT2_COMMIT_SHA1=\"5d6d2296d7409b4a606c663a7a1c13cee7211c90\" -DOPENRCT2_COMMIT_SHA1_SHORT=\"5d6d2296d\" -D__WARN_SUGGEST_FINAL_METHODS__ -D__WARN_SUGGEST_FINAL_TYPES__ -I/usr/local/vitasdk/arm-vita-eabi/include -I/usr/local/vitasdk/arm-vita-eabi/include/libpng16 -Wl,-q -fpermissive -Wno-error=date-time -Wnull-dereference -Wsuggest-final-types -Wsuggest-final-methods -Wsuggest-override -Wduplicated-cond -Wnon-virtual-dtor -Wredundant-decls -Wignored-qualifiers -Wstrict-overflow=1 -Wl,--whole-archive -lpthread -Wl,--no-whole-archive -I/usr/local/vitasdk/arm-vita-eabi/include/ -I/usr/local/vitasdk/arm-vita-eabi/include/SDL2/ -std=gnu++14 -fstrict-overflow -finstrument-functions -fstrict-aliasing -DDEBUG=0 -fno-PIC -std=gnu++14 -std=gnu++14 -O0 -g -DDEBUG -D_DEBUG -Wundef -o CMakeFiles/libopenrct2.dir/src/openrct2/rct1/S4Importer.cpp.obj -c /home/rop/psv/OpenRCT2/src/openrct2/rct1/S4Importer.cpp
<command-line>:0:0: warning: "DEBUG" redefined
<command-line>:0:0: note: this is the location of the previous definition
[ 64%] Building CXX object CMakeFiles/libopenrct2.dir/src/openrct2/rct1/Tables.cpp.obj
/usr/local/vitasdk/bin/arm-vita-eabi-g++ -DDISABLE_HTTP -DDISABLE_NETWORK -DDISABLE_OPENGL -DDISABLE_TWITCH -DNO_RCT2 -DNO_TTF -DOPENRCT2_BRANCH=\"vita\" -DOPENRCT2_COMMIT_SHA1=\"5d6d2296d7409b4a606c663a7a1c13cee7211c90\" -DOPENRCT2_COMMIT_SHA1_SHORT=\"5d6d2296d\" -D__WARN_SUGGEST_FINAL_METHODS__ -D__WARN_SUGGEST_FINAL_TYPES__ -I/usr/local/vitasdk/arm-vita-eabi/include -I/usr/local/vitasdk/arm-vita-eabi/include/libpng16 -Wl,-q -fpermissive -Wno-error=date-time -Wnull-dereference -Wsuggest-final-types -Wsuggest-final-methods -Wsuggest-override -Wduplicated-cond -Wnon-virtual-dtor -Wredundant-decls -Wignored-qualifiers -Wstrict-overflow=1 -Wl,--whole-archive -lpthread -Wl,--no-whole-archive -I/usr/local/vitasdk/arm-vita-eabi/include/ -I/usr/local/vitasdk/arm-vita-eabi/include/SDL2/ -std=gnu++14 -fstrict-overflow -finstrument-functions -fstrict-aliasing -DDEBUG=0 -fno-PIC -std=gnu++14 -std=gnu++14 -O0 -g -DDEBUG -D_DEBUG -Wundef -o CMakeFiles/libopenrct2.dir/src/openrct2/rct1/Tables.cpp.obj -c /home/rop/psv/OpenRCT2/src/openrct2/rct1/Tables.cpp
<command-line>:0:0: warning: "DEBUG" redefined
<command-line>:0:0: note: this is the location of the previous definition
[ 65%] Building CXX object CMakeFiles/libopenrct2.dir/src/openrct2/rct12/SawyerChunk.cpp.obj
/usr/local/vitasdk/bin/arm-vita-eabi-g++ -DDISABLE_HTTP -DDISABLE_NETWORK -DDISABLE_OPENGL -DDISABLE_TWITCH -DNO_RCT2 -DNO_TTF -DOPENRCT2_BRANCH=\"vita\" -DOPENRCT2_COMMIT_SHA1=\"5d6d2296d7409b4a606c663a7a1c13cee7211c90\" -DOPENRCT2_COMMIT_SHA1_SHORT=\"5d6d2296d\" -D__WARN_SUGGEST_FINAL_METHODS__ -D__WARN_SUGGEST_FINAL_TYPES__ -I/usr/local/vitasdk/arm-vita-eabi/include -I/usr/local/vitasdk/arm-vita-eabi/include/libpng16 -Wl,-q -fpermissive -Wno-error=date-time -Wnull-dereference -Wsuggest-final-types -Wsuggest-final-methods -Wsuggest-override -Wduplicated-cond -Wnon-virtual-dtor -Wredundant-decls -Wignored-qualifiers -Wstrict-overflow=1 -Wl,--whole-archive -lpthread -Wl,--no-whole-archive -I/usr/local/vitasdk/arm-vita-eabi/include/ -I/usr/local/vitasdk/arm-vita-eabi/include/SDL2/ -std=gnu++14 -fstrict-overflow -finstrument-functions -fstrict-aliasing -DDEBUG=0 -fno-PIC -std=gnu++14 -std=gnu++14 -O0 -g -DDEBUG -D_DEBUG -Wundef -o CMakeFiles/libopenrct2.dir/src/openrct2/rct12/SawyerChunk.cpp.obj -c /home/rop/psv/OpenRCT2/src/openrct2/rct12/SawyerChunk.cpp
<command-line>:0:0: warning: "DEBUG" redefined
<command-line>:0:0: note: this is the location of the previous definition
[ 65%] Building CXX object CMakeFiles/libopenrct2.dir/src/openrct2/rct12/SawyerChunkReader.cpp.obj
/usr/local/vitasdk/bin/arm-vita-eabi-g++ -DDISABLE_HTTP -DDISABLE_NETWORK -DDISABLE_OPENGL -DDISABLE_TWITCH -DNO_RCT2 -DNO_TTF -DOPENRCT2_BRANCH=\"vita\" -DOPENRCT2_COMMIT_SHA1=\"5d6d2296d7409b4a606c663a7a1c13cee7211c90\" -DOPENRCT2_COMMIT_SHA1_SHORT=\"5d6d2296d\" -D__WARN_SUGGEST_FINAL_METHODS__ -D__WARN_SUGGEST_FINAL_TYPES__ -I/usr/local/vitasdk/arm-vita-eabi/include -I/usr/local/vitasdk/arm-vita-eabi/include/libpng16 -Wl,-q -fpermissive -Wno-error=date-time -Wnull-dereference -Wsuggest-final-types -Wsuggest-final-methods -Wsuggest-override -Wduplicated-cond -Wnon-virtual-dtor -Wredundant-decls -Wignored-qualifiers -Wstrict-overflow=1 -Wl,--whole-archive -lpthread -Wl,--no-whole-archive -I/usr/local/vitasdk/arm-vita-eabi/include/ -I/usr/local/vitasdk/arm-vita-eabi/include/SDL2/ -std=gnu++14 -fstrict-overflow -finstrument-functions -fstrict-aliasing -DDEBUG=0 -fno-PIC -std=gnu++14 -std=gnu++14 -O0 -g -DDEBUG -D_DEBUG -Wundef -o CMakeFiles/libopenrct2.dir/src/openrct2/rct12/SawyerChunkReader.cpp.obj -c /home/rop/psv/OpenRCT2/src/openrct2/rct12/SawyerChunkReader.cpp
<command-line>:0:0: warning: "DEBUG" redefined
<command-line>:0:0: note: this is the location of the previous definition
[ 65%] Building CXX object CMakeFiles/libopenrct2.dir/src/openrct2/rct12/SawyerChunkWriter.cpp.obj
/usr/local/vitasdk/bin/arm-vita-eabi-g++ -DDISABLE_HTTP -DDISABLE_NETWORK -DDISABLE_OPENGL -DDISABLE_TWITCH -DNO_RCT2 -DNO_TTF -DOPENRCT2_BRANCH=\"vita\" -DOPENRCT2_COMMIT_SHA1=\"5d6d2296d7409b4a606c663a7a1c13cee7211c90\" -DOPENRCT2_COMMIT_SHA1_SHORT=\"5d6d2296d\" -D__WARN_SUGGEST_FINAL_METHODS__ -D__WARN_SUGGEST_FINAL_TYPES__ -I/usr/local/vitasdk/arm-vita-eabi/include -I/usr/local/vitasdk/arm-vita-eabi/include/libpng16 -Wl,-q -fpermissive -Wno-error=date-time -Wnull-dereference -Wsuggest-final-types -Wsuggest-final-methods -Wsuggest-override -Wduplicated-cond -Wnon-virtual-dtor -Wredundant-decls -Wignored-qualifiers -Wstrict-overflow=1 -Wl,--whole-archive -lpthread -Wl,--no-whole-archive -I/usr/local/vitasdk/arm-vita-eabi/include/ -I/usr/local/vitasdk/arm-vita-eabi/include/SDL2/ -std=gnu++14 -fstrict-overflow -finstrument-functions -fstrict-aliasing -DDEBUG=0 -fno-PIC -std=gnu++14 -std=gnu++14 -O0 -g -DDEBUG -D_DEBUG -Wundef -o CMakeFiles/libopenrct2.dir/src/openrct2/rct12/SawyerChunkWriter.cpp.obj -c /home/rop/psv/OpenRCT2/src/openrct2/rct12/SawyerChunkWriter.cpp
<command-line>:0:0: warning: "DEBUG" redefined
<command-line>:0:0: note: this is the location of the previous definition
[ 65%] Building CXX object CMakeFiles/libopenrct2.dir/src/openrct2/rct12/SawyerEncoding.cpp.obj
/usr/local/vitasdk/bin/arm-vita-eabi-g++ -DDISABLE_HTTP -DDISABLE_NETWORK -DDISABLE_OPENGL -DDISABLE_TWITCH -DNO_RCT2 -DNO_TTF -DOPENRCT2_BRANCH=\"vita\" -DOPENRCT2_COMMIT_SHA1=\"5d6d2296d7409b4a606c663a7a1c13cee7211c90\" -DOPENRCT2_COMMIT_SHA1_SHORT=\"5d6d2296d\" -D__WARN_SUGGEST_FINAL_METHODS__ -D__WARN_SUGGEST_FINAL_TYPES__ -I/usr/local/vitasdk/arm-vita-eabi/include -I/usr/local/vitasdk/arm-vita-eabi/include/libpng16 -Wl,-q -fpermissive -Wno-error=date-time -Wnull-dereference -Wsuggest-final-types -Wsuggest-final-methods -Wsuggest-override -Wduplicated-cond -Wnon-virtual-dtor -Wredundant-decls -Wignored-qualifiers -Wstrict-overflow=1 -Wl,--whole-archive -lpthread -Wl,--no-whole-archive -I/usr/local/vitasdk/arm-vita-eabi/include/ -I/usr/local/vitasdk/arm-vita-eabi/include/SDL2/ -std=gnu++14 -fstrict-overflow -finstrument-functions -fstrict-aliasing -DDEBUG=0 -fno-PIC -std=gnu++14 -std=gnu++14 -O0 -g -DDEBUG -D_DEBUG -Wundef -o CMakeFiles/libopenrct2.dir/src/openrct2/rct12/SawyerEncoding.cpp.obj -c /home/rop/psv/OpenRCT2/src/openrct2/rct12/SawyerEncoding.cpp
<command-line>:0:0: warning: "DEBUG" redefined
<command-line>:0:0: note: this is the location of the previous definition
[ 66%] Building CXX object CMakeFiles/libopenrct2.dir/src/openrct2/rct2/S6Exporter.cpp.obj
/usr/local/vitasdk/bin/arm-vita-eabi-g++ -DDISABLE_HTTP -DDISABLE_NETWORK -DDISABLE_OPENGL -DDISABLE_TWITCH -DNO_RCT2 -DNO_TTF -DOPENRCT2_BRANCH=\"vita\" -DOPENRCT2_COMMIT_SHA1=\"5d6d2296d7409b4a606c663a7a1c13cee7211c90\" -DOPENRCT2_COMMIT_SHA1_SHORT=\"5d6d2296d\" -D__WARN_SUGGEST_FINAL_METHODS__ -D__WARN_SUGGEST_FINAL_TYPES__ -I/usr/local/vitasdk/arm-vita-eabi/include -I/usr/local/vitasdk/arm-vita-eabi/include/libpng16 -Wl,-q -fpermissive -Wno-error=date-time -Wnull-dereference -Wsuggest-final-types -Wsuggest-final-methods -Wsuggest-override -Wduplicated-cond -Wnon-virtual-dtor -Wredundant-decls -Wignored-qualifiers -Wstrict-overflow=1 -Wl,--whole-archive -lpthread -Wl,--no-whole-archive -I/usr/local/vitasdk/arm-vita-eabi/include/ -I/usr/local/vitasdk/arm-vita-eabi/include/SDL2/ -std=gnu++14 -fstrict-overflow -finstrument-functions -fstrict-aliasing -DDEBUG=0 -fno-PIC -std=gnu++14 -std=gnu++14 -O0 -g -DDEBUG -D_DEBUG -Wundef -o CMakeFiles/libopenrct2.dir/src/openrct2/rct2/S6Exporter.cpp.obj -c /home/rop/psv/OpenRCT2/src/openrct2/rct2/S6Exporter.cpp
<command-line>:0:0: warning: "DEBUG" redefined
<command-line>:0:0: note: this is the location of the previous definition
[ 66%] Building CXX object CMakeFiles/libopenrct2.dir/src/openrct2/rct2/S6Importer.cpp.obj
/usr/local/vitasdk/bin/arm-vita-eabi-g++ -DDISABLE_HTTP -DDISABLE_NETWORK -DDISABLE_OPENGL -DDISABLE_TWITCH -DNO_RCT2 -DNO_TTF -DOPENRCT2_BRANCH=\"vita\" -DOPENRCT2_COMMIT_SHA1=\"5d6d2296d7409b4a606c663a7a1c13cee7211c90\" -DOPENRCT2_COMMIT_SHA1_SHORT=\"5d6d2296d\" -D__WARN_SUGGEST_FINAL_METHODS__ -D__WARN_SUGGEST_FINAL_TYPES__ -I/usr/local/vitasdk/arm-vita-eabi/include -I/usr/local/vitasdk/arm-vita-eabi/include/libpng16 -Wl,-q -fpermissive -Wno-error=date-time -Wnull-dereference -Wsuggest-final-types -Wsuggest-final-methods -Wsuggest-override -Wduplicated-cond -Wnon-virtual-dtor -Wredundant-decls -Wignored-qualifiers -Wstrict-overflow=1 -Wl,--whole-archive -lpthread -Wl,--no-whole-archive -I/usr/local/vitasdk/arm-vita-eabi/include/ -I/usr/local/vitasdk/arm-vita-eabi/include/SDL2/ -std=gnu++14 -fstrict-overflow -finstrument-functions -fstrict-aliasing -DDEBUG=0 -fno-PIC -std=gnu++14 -std=gnu++14 -O0 -g -DDEBUG -D_DEBUG -Wundef -o CMakeFiles/libopenrct2.dir/src/openrct2/rct2/S6Importer.cpp.obj -c /home/rop/psv/OpenRCT2/src/openrct2/rct2/S6Importer.cpp
<command-line>:0:0: warning: "DEBUG" redefined
<command-line>:0:0: note: this is the location of the previous definition
[ 66%] Building CXX object CMakeFiles/libopenrct2.dir/src/openrct2/ride/RideGroupManager.cpp.obj
/usr/local/vitasdk/bin/arm-vita-eabi-g++ -DDISABLE_HTTP -DDISABLE_NETWORK -DDISABLE_OPENGL -DDISABLE_TWITCH -DNO_RCT2 -DNO_TTF -DOPENRCT2_BRANCH=\"vita\" -DOPENRCT2_COMMIT_SHA1=\"5d6d2296d7409b4a606c663a7a1c13cee7211c90\" -DOPENRCT2_COMMIT_SHA1_SHORT=\"5d6d2296d\" -D__WARN_SUGGEST_FINAL_METHODS__ -D__WARN_SUGGEST_FINAL_TYPES__ -I/usr/local/vitasdk/arm-vita-eabi/include -I/usr/local/vitasdk/arm-vita-eabi/include/libpng16 -Wl,-q -fpermissive -Wno-error=date-time -Wnull-dereference -Wsuggest-final-types -Wsuggest-final-methods -Wsuggest-override -Wduplicated-cond -Wnon-virtual-dtor -Wredundant-decls -Wignored-qualifiers -Wstrict-overflow=1 -Wl,--whole-archive -lpthread -Wl,--no-whole-archive -I/usr/local/vitasdk/arm-vita-eabi/include/ -I/usr/local/vitasdk/arm-vita-eabi/include/SDL2/ -std=gnu++14 -fstrict-overflow -finstrument-functions -fstrict-aliasing -DDEBUG=0 -fno-PIC -std=gnu++14 -std=gnu++14 -O0 -g -DDEBUG -D_DEBUG -Wundef -o CMakeFiles/libopenrct2.dir/src/openrct2/ride/RideGroupManager.cpp.obj -c /home/rop/psv/OpenRCT2/src/openrct2/ride/RideGroupManager.cpp
<command-line>:0:0: warning: "DEBUG" redefined
<command-line>:0:0: note: this is the location of the previous definition
[ 66%] Building CXX object CMakeFiles/libopenrct2.dir/src/openrct2/ride/TrackDesignRepository.cpp.obj
/usr/local/vitasdk/bin/arm-vita-eabi-g++ -DDISABLE_HTTP -DDISABLE_NETWORK -DDISABLE_OPENGL -DDISABLE_TWITCH -DNO_RCT2 -DNO_TTF -DOPENRCT2_BRANCH=\"vita\" -DOPENRCT2_COMMIT_SHA1=\"5d6d2296d7409b4a606c663a7a1c13cee7211c90\" -DOPENRCT2_COMMIT_SHA1_SHORT=\"5d6d2296d\" -D__WARN_SUGGEST_FINAL_METHODS__ -D__WARN_SUGGEST_FINAL_TYPES__ -I/usr/local/vitasdk/arm-vita-eabi/include -I/usr/local/vitasdk/arm-vita-eabi/include/libpng16 -Wl,-q -fpermissive -Wno-error=date-time -Wnull-dereference -Wsuggest-final-types -Wsuggest-final-methods -Wsuggest-override -Wduplicated-cond -Wnon-virtual-dtor -Wredundant-decls -Wignored-qualifiers -Wstrict-overflow=1 -Wl,--whole-archive -lpthread -Wl,--no-whole-archive -I/usr/local/vitasdk/arm-vita-eabi/include/ -I/usr/local/vitasdk/arm-vita-eabi/include/SDL2/ -std=gnu++14 -fstrict-overflow -finstrument-functions -fstrict-aliasing -DDEBUG=0 -fno-PIC -std=gnu++14 -std=gnu++14 -O0 -g -DDEBUG -D_DEBUG -Wundef -o CMakeFiles/libopenrct2.dir/src/openrct2/ride/TrackDesignRepository.cpp.obj -c /home/rop/psv/OpenRCT2/src/openrct2/ride/TrackDesignRepository.cpp
<command-line>:0:0: warning: "DEBUG" redefined
<command-line>:0:0: note: this is the location of the previous definition
[ 67%] Building CXX object CMakeFiles/libopenrct2.dir/src/openrct2/scenario/ScenarioRepository.cpp.obj
/usr/local/vitasdk/bin/arm-vita-eabi-g++ -DDISABLE_HTTP -DDISABLE_NETWORK -DDISABLE_OPENGL -DDISABLE_TWITCH -DNO_RCT2 -DNO_TTF -DOPENRCT2_BRANCH=\"vita\" -DOPENRCT2_COMMIT_SHA1=\"5d6d2296d7409b4a606c663a7a1c13cee7211c90\" -DOPENRCT2_COMMIT_SHA1_SHORT=\"5d6d2296d\" -D__WARN_SUGGEST_FINAL_METHODS__ -D__WARN_SUGGEST_FINAL_TYPES__ -I/usr/local/vitasdk/arm-vita-eabi/include -I/usr/local/vitasdk/arm-vita-eabi/include/libpng16 -Wl,-q -fpermissive -Wno-error=date-time -Wnull-dereference -Wsuggest-final-types -Wsuggest-final-methods -Wsuggest-override -Wduplicated-cond -Wnon-virtual-dtor -Wredundant-decls -Wignored-qualifiers -Wstrict-overflow=1 -Wl,--whole-archive -lpthread -Wl,--no-whole-archive -I/usr/local/vitasdk/arm-vita-eabi/include/ -I/usr/local/vitasdk/arm-vita-eabi/include/SDL2/ -std=gnu++14 -fstrict-overflow -finstrument-functions -fstrict-aliasing -DDEBUG=0 -fno-PIC -std=gnu++14 -std=gnu++14 -O0 -g -DDEBUG -D_DEBUG -Wundef -o CMakeFiles/libopenrct2.dir/src/openrct2/scenario/ScenarioRepository.cpp.obj -c /home/rop/psv/OpenRCT2/src/openrct2/scenario/ScenarioRepository.cpp
<command-line>:0:0: warning: "DEBUG" redefined
<command-line>:0:0: note: this is the location of the previous definition
[ 67%] Building CXX object CMakeFiles/libopenrct2.dir/src/openrct2/scenario/ScenarioSources.cpp.obj
/usr/local/vitasdk/bin/arm-vita-eabi-g++ -DDISABLE_HTTP -DDISABLE_NETWORK -DDISABLE_OPENGL -DDISABLE_TWITCH -DNO_RCT2 -DNO_TTF -DOPENRCT2_BRANCH=\"vita\" -DOPENRCT2_COMMIT_SHA1=\"5d6d2296d7409b4a606c663a7a1c13cee7211c90\" -DOPENRCT2_COMMIT_SHA1_SHORT=\"5d6d2296d\" -D__WARN_SUGGEST_FINAL_METHODS__ -D__WARN_SUGGEST_FINAL_TYPES__ -I/usr/local/vitasdk/arm-vita-eabi/include -I/usr/local/vitasdk/arm-vita-eabi/include/libpng16 -Wl,-q -fpermissive -Wno-error=date-time -Wnull-dereference -Wsuggest-final-types -Wsuggest-final-methods -Wsuggest-override -Wduplicated-cond -Wnon-virtual-dtor -Wredundant-decls -Wignored-qualifiers -Wstrict-overflow=1 -Wl,--whole-archive -lpthread -Wl,--no-whole-archive -I/usr/local/vitasdk/arm-vita-eabi/include/ -I/usr/local/vitasdk/arm-vita-eabi/include/SDL2/ -std=gnu++14 -fstrict-overflow -finstrument-functions -fstrict-aliasing -DDEBUG=0 -fno-PIC -std=gnu++14 -std=gnu++14 -O0 -g -DDEBUG -D_DEBUG -Wundef -o CMakeFiles/libopenrct2.dir/src/openrct2/scenario/ScenarioSources.cpp.obj -c /home/rop/psv/OpenRCT2/src/openrct2/scenario/ScenarioSources.cpp
<command-line>:0:0: warning: "DEBUG" redefined
<command-line>:0:0: note: this is the location of the previous definition
[ 67%] Building CXX object CMakeFiles/libopenrct2.dir/src/openrct2/title/TitleScreen.cpp.obj
/usr/local/vitasdk/bin/arm-vita-eabi-g++ -DDISABLE_HTTP -DDISABLE_NETWORK -DDISABLE_OPENGL -DDISABLE_TWITCH -DNO_RCT2 -DNO_TTF -DOPENRCT2_BRANCH=\"vita\" -DOPENRCT2_COMMIT_SHA1=\"5d6d2296d7409b4a606c663a7a1c13cee7211c90\" -DOPENRCT2_COMMIT_SHA1_SHORT=\"5d6d2296d\" -D__WARN_SUGGEST_FINAL_METHODS__ -D__WARN_SUGGEST_FINAL_TYPES__ -I/usr/local/vitasdk/arm-vita-eabi/include -I/usr/local/vitasdk/arm-vita-eabi/include/libpng16 -Wl,-q -fpermissive -Wno-error=date-time -Wnull-dereference -Wsuggest-final-types -Wsuggest-final-methods -Wsuggest-override -Wduplicated-cond -Wnon-virtual-dtor -Wredundant-decls -Wignored-qualifiers -Wstrict-overflow=1 -Wl,--whole-archive -lpthread -Wl,--no-whole-archive -I/usr/local/vitasdk/arm-vita-eabi/include/ -I/usr/local/vitasdk/arm-vita-eabi/include/SDL2/ -std=gnu++14 -fstrict-overflow -finstrument-functions -fstrict-aliasing -DDEBUG=0 -fno-PIC -std=gnu++14 -std=gnu++14 -O0 -g -DDEBUG -D_DEBUG -Wundef -o CMakeFiles/libopenrct2.dir/src/openrct2/title/TitleScreen.cpp.obj -c /home/rop/psv/OpenRCT2/src/openrct2/title/TitleScreen.cpp
<command-line>:0:0: warning: "DEBUG" redefined
<command-line>:0:0: note: this is the location of the previous definition
[ 67%] Building CXX object CMakeFiles/libopenrct2.dir/src/openrct2/title/TitleSequence.cpp.obj
/usr/local/vitasdk/bin/arm-vita-eabi-g++ -DDISABLE_HTTP -DDISABLE_NETWORK -DDISABLE_OPENGL -DDISABLE_TWITCH -DNO_RCT2 -DNO_TTF -DOPENRCT2_BRANCH=\"vita\" -DOPENRCT2_COMMIT_SHA1=\"5d6d2296d7409b4a606c663a7a1c13cee7211c90\" -DOPENRCT2_COMMIT_SHA1_SHORT=\"5d6d2296d\" -D__WARN_SUGGEST_FINAL_METHODS__ -D__WARN_SUGGEST_FINAL_TYPES__ -I/usr/local/vitasdk/arm-vita-eabi/include -I/usr/local/vitasdk/arm-vita-eabi/include/libpng16 -Wl,-q -fpermissive -Wno-error=date-time -Wnull-dereference -Wsuggest-final-types -Wsuggest-final-methods -Wsuggest-override -Wduplicated-cond -Wnon-virtual-dtor -Wredundant-decls -Wignored-qualifiers -Wstrict-overflow=1 -Wl,--whole-archive -lpthread -Wl,--no-whole-archive -I/usr/local/vitasdk/arm-vita-eabi/include/ -I/usr/local/vitasdk/arm-vita-eabi/include/SDL2/ -std=gnu++14 -fstrict-overflow -finstrument-functions -fstrict-aliasing -DDEBUG=0 -fno-PIC -std=gnu++14 -std=gnu++14 -O0 -g -DDEBUG -D_DEBUG -Wundef -o CMakeFiles/libopenrct2.dir/src/openrct2/title/TitleSequence.cpp.obj -c /home/rop/psv/OpenRCT2/src/openrct2/title/TitleSequence.cpp
<command-line>:0:0: warning: "DEBUG" redefined
<command-line>:0:0: note: this is the location of the previous definition
[ 68%] Building CXX object CMakeFiles/libopenrct2.dir/src/openrct2/title/TitleSequenceManager.cpp.obj
/usr/local/vitasdk/bin/arm-vita-eabi-g++ -DDISABLE_HTTP -DDISABLE_NETWORK -DDISABLE_OPENGL -DDISABLE_TWITCH -DNO_RCT2 -DNO_TTF -DOPENRCT2_BRANCH=\"vita\" -DOPENRCT2_COMMIT_SHA1=\"5d6d2296d7409b4a606c663a7a1c13cee7211c90\" -DOPENRCT2_COMMIT_SHA1_SHORT=\"5d6d2296d\" -D__WARN_SUGGEST_FINAL_METHODS__ -D__WARN_SUGGEST_FINAL_TYPES__ -I/usr/local/vitasdk/arm-vita-eabi/include -I/usr/local/vitasdk/arm-vita-eabi/include/libpng16 -Wl,-q -fpermissive -Wno-error=date-time -Wnull-dereference -Wsuggest-final-types -Wsuggest-final-methods -Wsuggest-override -Wduplicated-cond -Wnon-virtual-dtor -Wredundant-decls -Wignored-qualifiers -Wstrict-overflow=1 -Wl,--whole-archive -lpthread -Wl,--no-whole-archive -I/usr/local/vitasdk/arm-vita-eabi/include/ -I/usr/local/vitasdk/arm-vita-eabi/include/SDL2/ -std=gnu++14 -fstrict-overflow -finstrument-functions -fstrict-aliasing -DDEBUG=0 -fno-PIC -std=gnu++14 -std=gnu++14 -O0 -g -DDEBUG -D_DEBUG -Wundef -o CMakeFiles/libopenrct2.dir/src/openrct2/title/TitleSequenceManager.cpp.obj -c /home/rop/psv/OpenRCT2/src/openrct2/title/TitleSequenceManager.cpp
<command-line>:0:0: warning: "DEBUG" redefined
<command-line>:0:0: note: this is the location of the previous definition
/home/rop/psv/OpenRCT2/src/openrct2/scenario/ScenarioRepository.cpp: In member function 'void ScenarioRepository::Sort()':
/home/rop/psv/OpenRCT2/src/openrct2/scenario/ScenarioRepository.cpp:458:22: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator<scenario_index_entry*, std::vector<scenario_index_entry> >' changed in GCC 7.1
std::sort(_scenarios.begin(), _scenarios.end(), [](const scenario_index_entry &a,
~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
const scenario_index_entry &b) -> bool
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
{
~
return scenario_index_entry_CompareByIndex(a, b) < 0;
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
});
~~
/home/rop/psv/OpenRCT2/src/openrct2/scenario/ScenarioRepository.cpp:466:22: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator<scenario_index_entry*, std::vector<scenario_index_entry> >' changed in GCC 7.1
std::sort(_scenarios.begin(), _scenarios.end(), [](const scenario_index_entry &a,
~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
const scenario_index_entry &b) -> bool
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
{
~
return scenario_index_entry_CompareByCategory(a, b) < 0;
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
});
~~
In file included from /usr/local/vitasdk/arm-vita-eabi/include/c++/7.2.0/vector:64:0,
from /home/rop/psv/OpenRCT2/src/openrct2/scenario/ScenarioRepository.cpp:19:
/usr/local/vitasdk/arm-vita-eabi/include/c++/7.2.0/bits/stl_vector.h: In member function 'void std::vector<_Tp, _Alloc>::push_back(const value_type&) [with _Tp = scenario_index_entry; _Alloc = std::allocator<scenario_index_entry>]':
/usr/local/vitasdk/arm-vita-eabi/include/c++/7.2.0/bits/stl_vector.h:948:21: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator<scenario_index_entry*, std::vector<scenario_index_entry> >' changed in GCC 7.1
_M_realloc_insert(end(), __x);
~~~~~~~~~~~~~~~~~^~~~~~~~~~~~
In file included from /usr/local/vitasdk/arm-vita-eabi/include/c++/7.2.0/algorithm:62:0,
from /home/rop/psv/OpenRCT2/src/openrct2/scenario/ScenarioRepository.cpp:17:
/usr/local/vitasdk/arm-vita-eabi/include/c++/7.2.0/bits/stl_algo.h: In function 'void std::sort(_RAIter, _RAIter, _Compare) [with _RAIter = __gnu_cxx::__normal_iterator<scenario_index_entry*, std::vector<scenario_index_entry> >; _Compare = ScenarioRepository::Sort()::<lambda(const scenario_index_entry&, const scenario_index_entry&)>]':
/usr/local/vitasdk/arm-vita-eabi/include/c++/7.2.0/bits/stl_algo.h:4856:5: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator<scenario_index_entry*, std::vector<scenario_index_entry> >' changed in GCC 7.1
sort(_RandomAccessIterator __first, _RandomAccessIterator __last,
^~~~
/usr/local/vitasdk/arm-vita-eabi/include/c++/7.2.0/bits/stl_algo.h:4856:5: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator<scenario_index_entry*, std::vector<scenario_index_entry> >' changed in GCC 7.1
/usr/local/vitasdk/arm-vita-eabi/include/c++/7.2.0/bits/stl_algo.h:4868:18: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator<scenario_index_entry*, std::vector<scenario_index_entry> >' changed in GCC 7.1
std::__sort(__first, __last, __gnu_cxx::__ops::__iter_comp_iter(__comp));
~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/local/vitasdk/arm-vita-eabi/include/c++/7.2.0/bits/stl_algo.h: In function 'void std::sort(_RAIter, _RAIter, _Compare) [with _RAIter = __gnu_cxx::__normal_iterator<scenario_index_entry*, std::vector<scenario_index_entry> >; _Compare = ScenarioRepository::Sort()::<lambda(const scenario_index_entry&, const scenario_index_entry&)>]':
/usr/local/vitasdk/arm-vita-eabi/include/c++/7.2.0/bits/stl_algo.h:4856:5: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator<scenario_index_entry*, std::vector<scenario_index_entry> >' changed in GCC 7.1
sort(_RandomAccessIterator __first, _RandomAccessIterator __last,
^~~~
/usr/local/vitasdk/arm-vita-eabi/include/c++/7.2.0/bits/stl_algo.h:4856:5: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator<scenario_index_entry*, std::vector<scenario_index_entry> >' changed in GCC 7.1
/usr/local/vitasdk/arm-vita-eabi/include/c++/7.2.0/bits/stl_algo.h:4868:18: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator<scenario_index_entry*, std::vector<scenario_index_entry> >' changed in GCC 7.1
std::__sort(__first, __last, __gnu_cxx::__ops::__iter_comp_iter(__comp));
~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/local/vitasdk/arm-vita-eabi/include/c++/7.2.0/vector:69:0,
from /home/rop/psv/OpenRCT2/src/openrct2/scenario/ScenarioRepository.cpp:19:
/usr/local/vitasdk/arm-vita-eabi/include/c++/7.2.0/bits/vector.tcc: In member function 'void std::vector<_Tp, _Alloc>::_M_realloc_insert(std::vector<_Tp, _Alloc>::iterator, _Args&& ...) [with _Args = {const scenario_index_entry&}; _Tp = scenario_index_entry; _Alloc = std::allocator<scenario_index_entry>]':
/usr/local/vitasdk/arm-vita-eabi/include/c++/7.2.0/bits/vector.tcc:394:7: note: parameter passing for argument of type 'std::vector<scenario_index_entry>::iterator {aka __gnu_cxx::__normal_iterator<scenario_index_entry*, std::vector<scenario_index_entry> >}' changed in GCC 7.1
vector<_Tp, _Alloc>::
^~~~~~~~~~~~~~~~~~~
In file included from /usr/local/vitasdk/arm-vita-eabi/include/c++/7.2.0/algorithm:62:0,
from /home/rop/psv/OpenRCT2/src/openrct2/scenario/ScenarioRepository.cpp:17:
/usr/local/vitasdk/arm-vita-eabi/include/c++/7.2.0/bits/stl_algo.h: In function 'void std::__sort(_RandomAccessIterator, _RandomAccessIterator, _Compare) [with _RandomAccessIterator = __gnu_cxx::__normal_iterator<scenario_index_entry*, std::vector<scenario_index_entry> >; _Compare = __gnu_cxx::__ops::_Iter_comp_iter<ScenarioRepository::Sort()::<lambda(const scenario_index_entry&, const scenario_index_entry&)> >]':
/usr/local/vitasdk/arm-vita-eabi/include/c++/7.2.0/bits/stl_algo.h:1963:5: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator<scenario_index_entry*, std::vector<scenario_index_entry> >' changed in GCC 7.1
__sort(_RandomAccessIterator __first, _RandomAccessIterator __last,
^~~~~~
/usr/local/vitasdk/arm-vita-eabi/include/c++/7.2.0/bits/stl_algo.h:1963:5: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator<scenario_index_entry*, std::vector<scenario_index_entry> >' changed in GCC 7.1
/usr/local/vitasdk/arm-vita-eabi/include/c++/7.2.0/bits/stl_algo.h:1968:25: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator<scenario_index_entry*, std::vector<scenario_index_entry> >' changed in GCC 7.1
std::__introsort_loop(__first, __last,
~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~
std::__lg(__last - __first) * 2,
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
__comp);
~~~~~~~
/usr/local/vitasdk/arm-vita-eabi/include/c++/7.2.0/bits/stl_algo.h:1971:31: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator<scenario_index_entry*, std::vector<scenario_index_entry> >' changed in GCC 7.1
std::__final_insertion_sort(__first, __last, __comp);
~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/usr/local/vitasdk/arm-vita-eabi/include/c++/7.2.0/bits/stl_algo.h: In function 'void std::__sort(_RandomAccessIterator, _RandomAccessIterator, _Compare) [with _RandomAccessIterator = __gnu_cxx::__normal_iterator<scenario_index_entry*, std::vector<scenario_index_entry> >; _Compare = __gnu_cxx::__ops::_Iter_comp_iter<ScenarioRepository::Sort()::<lambda(const scenario_index_entry&, const scenario_index_entry&)> >]':
/usr/local/vitasdk/arm-vita-eabi/include/c++/7.2.0/bits/stl_algo.h:1963:5: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator<scenario_index_entry*, std::vector<scenario_index_entry> >' changed in GCC 7.1
__sort(_RandomAccessIterator __first, _RandomAccessIterator __last,
^~~~~~
/usr/local/vitasdk/arm-vita-eabi/include/c++/7.2.0/bits/stl_algo.h:1963:5: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator<scenario_index_entry*, std::vector<scenario_index_entry> >' changed in GCC 7.1
/usr/local/vitasdk/arm-vita-eabi/include/c++/7.2.0/bits/stl_algo.h:1968:25: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator<scenario_index_entry*, std::vector<scenario_index_entry> >' changed in GCC 7.1
std::__introsort_loop(__first, __last,
~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~
std::__lg(__last - __first) * 2,
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
__comp);
~~~~~~~
/usr/local/vitasdk/arm-vita-eabi/include/c++/7.2.0/bits/stl_algo.h:1971:31: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator<scenario_index_entry*, std::vector<scenario_index_entry> >' changed in GCC 7.1
std::__final_insertion_sort(__first, __last, __comp);
~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/local/vitasdk/arm-vita-eabi/include/c++/7.2.0/memory:65:0,
from /home/rop/psv/OpenRCT2/src/openrct2/scenario/ScenarioRepository.cpp:18:
/usr/local/vitasdk/arm-vita-eabi/include/c++/7.2.0/bits/stl_uninitialized.h: In function '_ForwardIterator std::__uninitialized_move_if_noexcept_a(_InputIterator, _InputIterator, _ForwardIterator, _Allocator&) [with _InputIterator = scenario_index_entry*; _ForwardIterator = scenario_index_entry*; _Allocator = std::allocator<scenario_index_entry>]':
/usr/local/vitasdk/arm-vita-eabi/include/c++/7.2.0/bits/stl_uninitialized.h:312:69: note: parameter passing for argument of type 'std::move_iterator<scenario_index_entry*>' changed in GCC 7.1
_GLIBCXX_MAKE_MOVE_IF_NOEXCEPT_ITERATOR(__last), __result, __alloc);
^
In file included from /usr/local/vitasdk/arm-vita-eabi/include/c++/7.2.0/algorithm:62:0,
from /home/rop/psv/OpenRCT2/src/openrct2/scenario/ScenarioRepository.cpp:17:
/usr/local/vitasdk/arm-vita-eabi/include/c++/7.2.0/bits/stl_algo.h: In function 'void std::__introsort_loop(_RandomAccessIterator, _RandomAccessIterator, _Size, _Compare) [with _RandomAccessIterator = __gnu_cxx::__normal_iterator<scenario_index_entry*, std::vector<scenario_index_entry> >; _Size = int; _Compare = __gnu_cxx::__ops::_Iter_comp_iter<ScenarioRepository::Sort()::<lambda(const scenario_index_entry&, const scenario_index_entry&)> >]':
/usr/local/vitasdk/arm-vita-eabi/include/c++/7.2.0/bits/stl_algo.h:1940:5: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator<scenario_index_entry*, std::vector<scenario_index_entry> >' changed in GCC 7.1
__introsort_loop(_RandomAccessIterator __first,
^~~~~~~~~~~~~~~~
/usr/local/vitasdk/arm-vita-eabi/include/c++/7.2.0/bits/stl_algo.h:1940:5: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator<scenario_index_entry*, std::vector<scenario_index_entry> >' changed in GCC 7.1
/usr/local/vitasdk/arm-vita-eabi/include/c++/7.2.0/bits/stl_algo.h:1948:27: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator<scenario_index_entry*, std::vector<scenario_index_entry> >' changed in GCC 7.1
std::__partial_sort(__first, __last, __last, __comp);
~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/local/vitasdk/arm-vita-eabi/include/c++/7.2.0/bits/stl_algo.h:1952:26: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator<scenario_index_entry*, std::vector<scenario_index_entry> >' changed in GCC 7.1
_RandomAccessIterator __cut =
^~~~~
/usr/local/vitasdk/arm-vita-eabi/include/c++/7.2.0/bits/stl_algo.h:1954:25: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator<scenario_index_entry*, std::vector<scenario_index_entry> >' changed in GCC 7.1
std::__introsort_loop(__cut, __last, __depth_limit, __comp);
~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/local/vitasdk/arm-vita-eabi/include/c++/7.2.0/bits/stl_algo.h: In function 'void std::__final_insertion_sort(_RandomAccessIterator, _RandomAccessIterator, _Compare) [with _RandomAccessIterator = __gnu_cxx::__normal_iterator<scenario_index_entry*, std::vector<scenario_index_entry> >; _Compare = __gnu_cxx::__ops::_Iter_comp_iter<ScenarioRepository::Sort()::<lambda(const scenario_index_entry&, const scenario_index_entry&)> >]':
/usr/local/vitasdk/arm-vita-eabi/include/c++/7.2.0/bits/stl_algo.h:1880:5: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator<scenario_index_entry*, std::vector<scenario_index_entry> >' changed in GCC 7.1
__final_insertion_sort(_RandomAccessIterator __first,
^~~~~~~~~~~~~~~~~~~~~~
/usr/local/vitasdk/arm-vita-eabi/include/c++/7.2.0/bits/stl_algo.h:1880:5: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator<scenario_index_entry*, std::vector<scenario_index_entry> >' changed in GCC 7.1
/usr/local/vitasdk/arm-vita-eabi/include/c++/7.2.0/bits/stl_algo.h:1885:25: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator<scenario_index_entry*, std::vector<scenario_index_entry> >' changed in GCC 7.1
std::__insertion_sort(__first, __first + int(_S_threshold), __comp);
~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/local/vitasdk/arm-vita-eabi/include/c++/7.2.0/bits/stl_algo.h:1886:35: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator<scenario_index_entry*, std::vector<scenario_index_entry> >' changed in GCC 7.1
std::__unguarded_insertion_sort(__first + int(_S_threshold), __last,
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
__comp);
~~~~~~~
/usr/local/vitasdk/arm-vita-eabi/include/c++/7.2.0/bits/stl_algo.h:1890:23: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator<scenario_index_entry*, std::vector<scenario_index_entry> >' changed in GCC 7.1
std::__insertion_sort(__first, __last, __comp);
~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/usr/local/vitasdk/arm-vita-eabi/include/c++/7.2.0/bits/stl_algo.h: In function 'void std::__introsort_loop(_RandomAccessIterator, _RandomAccessIterator, _Size, _Compare) [with _RandomAccessIterator = __gnu_cxx::__normal_iterator<scenario_index_entry*, std::vector<scenario_index_entry> >; _Size = int; _Compare = __gnu_cxx::__ops::_Iter_comp_iter<ScenarioRepository::Sort()::<lambda(const scenario_index_entry&, const scenario_index_entry&)> >]':
/usr/local/vitasdk/arm-vita-eabi/include/c++/7.2.0/bits/stl_algo.h:1940:5: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator<scenario_index_entry*, std::vector<scenario_index_entry> >' changed in GCC 7.1
__introsort_loop(_RandomAccessIterator __first,
^~~~~~~~~~~~~~~~
/usr/local/vitasdk/arm-vita-eabi/include/c++/7.2.0/bits/stl_algo.h:1940:5: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator<scenario_index_entry*, std::vector<scenario_index_entry> >' changed in GCC 7.1
/usr/local/vitasdk/arm-vita-eabi/include/c++/7.2.0/bits/stl_algo.h:1948:27: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator<scenario_index_entry*, std::vector<scenario_index_entry> >' changed in GCC 7.1
std::__partial_sort(__first, __last, __last, __comp);
~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/local/vitasdk/arm-vita-eabi/include/c++/7.2.0/bits/stl_algo.h:1952:26: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator<scenario_index_entry*, std::vector<scenario_index_entry> >' changed in GCC 7.1
_RandomAccessIterator __cut =
^~~~~
/usr/local/vitasdk/arm-vita-eabi/include/c++/7.2.0/bits/stl_algo.h:1954:25: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator<scenario_index_entry*, std::vector<scenario_index_entry> >' changed in GCC 7.1
std::__introsort_loop(__cut, __last, __depth_limit, __comp);
~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/local/vitasdk/arm-vita-eabi/include/c++/7.2.0/bits/stl_algo.h: In function 'void std::__final_insertion_sort(_RandomAccessIterator, _RandomAccessIterator, _Compare) [with _RandomAccessIterator = __gnu_cxx::__normal_iterator<scenario_index_entry*, std::vector<scenario_index_entry> >; _Compare = __gnu_cxx::__ops::_Iter_comp_iter<ScenarioRepository::Sort()::<lambda(const scenario_index_entry&, const scenario_index_entry&)> >]':
/usr/local/vitasdk/arm-vita-eabi/include/c++/7.2.0/bits/stl_algo.h:1880:5: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator<scenario_index_entry*, std::vector<scenario_index_entry> >' changed in GCC 7.1
__final_insertion_sort(_RandomAccessIterator __first,
^~~~~~~~~~~~~~~~~~~~~~
/usr/local/vitasdk/arm-vita-eabi/include/c++/7.2.0/bits/stl_algo.h:1880:5: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator<scenario_index_entry*, std::vector<scenario_index_entry> >' changed in GCC 7.1
/usr/local/vitasdk/arm-vita-eabi/include/c++/7.2.0/bits/stl_algo.h:1885:25: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator<scenario_index_entry*, std::vector<scenario_index_entry> >' changed in GCC 7.1
std::__insertion_sort(__first, __first + int(_S_threshold), __comp);
~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/local/vitasdk/arm-vita-eabi/include/c++/7.2.0/bits/stl_algo.h:1886:35: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator<scenario_index_entry*, std::vector<scenario_index_entry> >' changed in GCC 7.1
std::__unguarded_insertion_sort(__first + int(_S_threshold), __last,
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
__comp);
~~~~~~~
/usr/local/vitasdk/arm-vita-eabi/include/c++/7.2.0/bits/stl_algo.h:1890:23: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator<scenario_index_entry*, std::vector<scenario_index_entry> >' changed in GCC 7.1
std::__insertion_sort(__first, __last, __comp);
~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/local/vitasdk/arm-vita-eabi/include/c++/7.2.0/memory:65:0,
from /home/rop/psv/OpenRCT2/src/openrct2/scenario/ScenarioRepository.cpp:18:
/usr/local/vitasdk/arm-vita-eabi/include/c++/7.2.0/bits/stl_uninitialized.h: In function '_ForwardIterator std::__uninitialized_copy_a(_InputIterator, _InputIterator, _ForwardIterator, std::allocator<_Tp>&) [with _InputIterator = std::move_iterator<scenario_index_entry*>; _ForwardIterator = scenario_index_entry*; _Tp = scenario_index_entry]':
/usr/local/vitasdk/arm-vita-eabi/include/c++/7.2.0/bits/stl_uninitialized.h:287:5: note: parameter passing for argument of type 'std::move_iterator<scenario_index_entry*>' changed in GCC 7.1
__uninitialized_copy_a(_InputIterator __first, _InputIterator __last,
^~~~~~~~~~~~~~~~~~~~~~
/usr/local/vitasdk/arm-vita-eabi/include/c++/7.2.0/bits/stl_uninitialized.h:287:5: note: parameter passing for argument of type 'std::move_iterator<scenario_index_entry*>' changed in GCC 7.1
/usr/local/vitasdk/arm-vita-eabi/include/c++/7.2.0/bits/stl_uninitialized.h:289:63: note: parameter passing for argument of type 'std::move_iterator<scenario_index_entry*>' changed in GCC 7.1
{ return std::uninitialized_copy(__first, __last, __result); }
^
In file included from /usr/local/vitasdk/arm-vita-eabi/include/c++/7.2.0/algorithm:62:0,
from /home/rop/psv/OpenRCT2/src/openrct2/scenario/ScenarioRepository.cpp:17:
/usr/local/vitasdk/arm-vita-eabi/include/c++/7.2.0/bits/stl_algo.h: In function 'void std::__partial_sort(_RandomAccessIterator, _RandomAccessIterator, _RandomAccessIterator, _Compare) [with _RandomAccessIterator = __gnu_cxx::__normal_iterator<scenario_index_entry*, std::vector<scenario_index_entry> >; _Compare = __gnu_cxx::__ops::_Iter_comp_iter<ScenarioRepository::Sort()::<lambda(const scenario_index_entry&, const scenario_index_entry&)> >]':
/usr/local/vitasdk/arm-vita-eabi/include/c++/7.2.0/bits/stl_algo.h:1928:5: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator<scenario_index_entry*, std::vector<scenario_index_entry> >' changed in GCC 7.1
__partial_sort(_RandomAccessIterator __first,
^~~~~~~~~~~~~~
/usr/local/vitasdk/arm-vita-eabi/include/c++/7.2.0/bits/stl_algo.h:1928:5: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator<scenario_index_entry*, std::vector<scenario_index_entry> >' changed in GCC 7.1
/usr/local/vitasdk/arm-vita-eabi/include/c++/7.2.0/bits/stl_algo.h:1928:5: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator<scenario_index_entry*, std::vector<scenario_index_entry> >' changed in GCC 7.1
/usr/local/vitasdk/arm-vita-eabi/include/c++/7.2.0/bits/stl_algo.h:1933:25: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator<scenario_index_entry*, std::vector<scenario_index_entry> >' changed in GCC 7.1
std::__heap_select(__first, __middle, __last, __comp);
~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/local/vitasdk/arm-vita-eabi/include/c++/7.2.0/bits/stl_algo.h:1934:23: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator<scenario_index_entry*, std::vector<scenario_index_entry> >' changed in GCC 7.1
std::__sort_heap(__first, __middle, __comp);
~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/local/vitasdk/arm-vita-eabi/include/c++/7.2.0/bits/stl_algo.h: In function '_RandomAccessIterator std::__unguarded_partition_pivot(_RandomAccessIterator, _RandomAccessIterator, _Compare) [with _RandomAccessIterator = __gnu_cxx::__normal_iterator<scenario_index_entry*, std::vector<scenario_index_entry> >; _Compare = __gnu_cxx::__ops::_Iter_comp_iter<ScenarioRepository::Sort()::<lambda(const scenario_index_entry&, const scenario_index_entry&)> >]':
/usr/local/vitasdk/arm-vita-eabi/include/c++/7.2.0/bits/stl_algo.h:1917:5: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator<scenario_index_entry*, std::vector<scenario_index_entry> >' changed in GCC 7.1
__unguarded_partition_pivot(_RandomAccessIterator __first,
^~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/local/vitasdk/arm-vita-eabi/include/c++/7.2.0/bits/stl_algo.h:1917:5: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator<scenario_index_entry*, std::vector<scenario_index_entry> >' changed in GCC 7.1
/usr/local/vitasdk/arm-vita-eabi/include/c++/7.2.0/bits/stl_algo.h:1921:34: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator<scenario_index_entry*, std::vector<scenario_index_entry> >' changed in GCC 7.1
std::__move_median_to_first(__first, __first + 1, __mid, __last - 1,
~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
__comp);
~~~~~~~
/usr/local/vitasdk/arm-vita-eabi/include/c++/7.2.0/bits/stl_algo.h:1921:34: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator<scenario_index_entry*, std::vector<scenario_index_entry> >' changed in GCC 7.1
/usr/local/vitasdk/arm-vita-eabi/include/c++/7.2.0/bits/stl_algo.h:1923:77: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator<scenario_index_entry*, std::vector<scenario_index_entry> >' changed in GCC 7.1
return std::__unguarded_partition(__first + 1, __last, __first, __comp);
^
/usr/local/vitasdk/arm-vita-eabi/include/c++/7.2.0/bits/stl_algo.h: In function 'void std::__insertion_sort(_RandomAccessIterator, _RandomAccessIterator, _Compare) [with _RandomAccessIterator = __gnu_cxx::__normal_iterator<scenario_index_entry*, std::vector<scenario_index_entry> >; _Compare = __gnu_cxx::__ops::_Iter_comp_iter<ScenarioRepository::Sort()::<lambda(const scenario_index_entry&, const scenario_index_entry&)> >]':
/usr/local/vitasdk/arm-vita-eabi/include/c++/7.2.0/bits/stl_algo.h:1840:5: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator<scenario_index_entry*, std::vector<scenario_index_entry> >' changed in GCC 7.1
__insertion_sort(_RandomAccessIterator __first,
^~~~~~~~~~~~~~~~
/usr/local/vitasdk/arm-vita-eabi/include/c++/7.2.0/bits/stl_algo.h:1840:5: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator<scenario_index_entry*, std::vector<scenario_index_entry> >' changed in GCC 7.1
/usr/local/vitasdk/arm-vita-eabi/include/c++/7.2.0/bits/stl_algo.h:1847:14: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator<scenario_index_entry*, std::vector<scenario_index_entry> >' changed in GCC 7.1
if (__comp(__i, __first))
~~~~~~^~~~~~~~~~~~~~
In file included from /usr/local/vitasdk/arm-vita-eabi/include/c++/7.2.0/algorithm:61:0,
from /home/rop/psv/OpenRCT2/src/openrct2/scenario/ScenarioRepository.cpp:17:
/usr/local/vitasdk/arm-vita-eabi/include/c++/7.2.0/bits/stl_algo.h:1851:8: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator<scenario_index_entry*, std::vector<scenario_index_entry> >' changed in GCC 7.1
_GLIBCXX_MOVE_BACKWARD3(__first, __i, __i + 1);
^
In file included from /usr/local/vitasdk/arm-vita-eabi/include/c++/7.2.0/algorithm:62:0,
from /home/rop/psv/OpenRCT2/src/openrct2/scenario/ScenarioRepository.cpp:17:
/usr/local/vitasdk/arm-vita-eabi/include/c++/7.2.0/bits/stl_algo.h: In function 'void std::__unguarded_insertion_sort(_RandomAccessIterator, _RandomAccessIterator, _Compare) [with _RandomAccessIterator = __gnu_cxx::__normal_iterator<scenario_index_entry*, std::vector<scenario_index_entry> >; _Compare = __gnu_cxx::__ops::_Iter_comp_iter<ScenarioRepository::Sort()::<lambda(const scenario_index_entry&, const scenario_index_entry&)> >]':
/usr/local/vitasdk/arm-vita-eabi/include/c++/7.2.0/bits/stl_algo.h:1863:5: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator<scenario_index_entry*, std::vector<scenario_index_entry> >' changed in GCC 7.1
__unguarded_insertion_sort(_RandomAccessIterator __first,
^~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/local/vitasdk/arm-vita-eabi/include/c++/7.2.0/bits/stl_algo.h:1863:5: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator<scenario_index_entry*, std::vector<scenario_index_entry> >' changed in GCC 7.1
/usr/local/vitasdk/arm-vita-eabi/include/c++/7.2.0/bits/stl_algo.h: In function 'void std::__partial_sort(_RandomAccessIterator, _RandomAccessIterator, _RandomAccessIterator, _Compare) [with _RandomAccessIterator = __gnu_cxx::__normal_iterator<scenario_index_entry*, std::vector<scenario_index_entry> >; _Compare = __gnu_cxx::__ops::_Iter_comp_iter<ScenarioRepository::Sort()::<lambda(const scenario_index_entry&, const scenario_index_entry&)> >]':
/usr/local/vitasdk/arm-vita-eabi/include/c++/7.2.0/bits/stl_algo.h:1928:5: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator<scenario_index_entry*, std::vector<scenario_index_entry> >' changed in GCC 7.1
__partial_sort(_RandomAccessIterator __first,
^~~~~~~~~~~~~~
/usr/local/vitasdk/arm-vita-eabi/include/c++/7.2.0/bits/stl_algo.h:1928:5: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator<scenario_index_entry*, std::vector<scenario_index_entry> >' changed in GCC 7.1
/usr/local/vitasdk/arm-vita-eabi/include/c++/7.2.0/bits/stl_algo.h:1928:5: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator<scenario_index_entry*, std::vector<scenario_index_entry> >' changed in GCC 7.1
/usr/local/vitasdk/arm-vita-eabi/include/c++/7.2.0/bits/stl_algo.h:1933:25: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator<scenario_index_entry*, std::vector<scenario_index_entry> >' changed in GCC 7.1
std::__heap_select(__first, __middle, __last, __comp);
~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/local/vitasdk/arm-vita-eabi/include/c++/7.2.0/bits/stl_algo.h:1934:23: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator<scenario_index_entry*, std::vector<scenario_index_entry> >' changed in GCC 7.1
std::__sort_heap(__first, __middle, __comp);
~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/local/vitasdk/arm-vita-eabi/include/c++/7.2.0/bits/stl_algo.h: In function '_RandomAccessIterator std::__unguarded_partition_pivot(_RandomAccessIterator, _RandomAccessIterator, _Compare) [with _RandomAccessIterator = __gnu_cxx::__normal_iterator<scenario_index_entry*, std::vector<scenario_index_entry> >; _Compare = __gnu_cxx::__ops::_Iter_comp_iter<ScenarioRepository::Sort()::<lambda(const scenario_index_entry&, const scenario_index_entry&)> >]':
/usr/local/vitasdk/arm-vita-eabi/include/c++/7.2.0/bits/stl_algo.h:1917:5: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator<scenario_index_entry*, std::vector<scenario_index_entry> >' changed in GCC 7.1
__unguarded_partition_pivot(_RandomAccessIterator __first,
^~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/local/vitasdk/arm-vita-eabi/include/c++/7.2.0/bits/stl_algo.h:1917:5: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator<scenario_index_entry*, std::vector<scenario_index_entry> >' changed in GCC 7.1
/usr/local/vitasdk/arm-vita-eabi/include/c++/7.2.0/bits/stl_algo.h:1921:34: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator<scenario_index_entry*, std::vector<scenario_index_entry> >' changed in GCC 7.1
std::__move_median_to_first(__first, __first + 1, __mid, __last - 1,
~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
__comp);
~~~~~~~
/usr/local/vitasdk/arm-vita-eabi/include/c++/7.2.0/bits/stl_algo.h:1921:34: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator<scenario_index_entry*, std::vector<scenario_index_entry> >' changed in GCC 7.1
/usr/local/vitasdk/arm-vita-eabi/include/c++/7.2.0/bits/stl_algo.h:1923:77: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator<scenario_index_entry*, std::vector<scenario_index_entry> >' changed in GCC 7.1
return std::__unguarded_partition(__first + 1, __last, __first, __comp);
^
/usr/local/vitasdk/arm-vita-eabi/include/c++/7.2.0/bits/stl_algo.h: In function 'void std::__insertion_sort(_RandomAccessIterator, _RandomAccessIterator, _Compare) [with _RandomAccessIterator = __gnu_cxx::__normal_iterator<scenario_index_entry*, std::vector<scenario_index_entry> >; _Compare = __gnu_cxx::__ops::_Iter_comp_iter<ScenarioRepository::Sort()::<lambda(const scenario_index_entry&, const scenario_index_entry&)> >]':
/usr/local/vitasdk/arm-vita-eabi/include/c++/7.2.0/bits/stl_algo.h:1840:5: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator<scenario_index_entry*, std::vector<scenario_index_entry> >' changed in GCC 7.1
__insertion_sort(_RandomAccessIterator __first,
^~~~~~~~~~~~~~~~
/usr/local/vitasdk/arm-vita-eabi/include/c++/7.2.0/bits/stl_algo.h:1840:5: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator<scenario_index_entry*, std::vector<scenario_index_entry> >' changed in GCC 7.1
/usr/local/vitasdk/arm-vita-eabi/include/c++/7.2.0/bits/stl_algo.h:1847:14: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator<scenario_index_entry*, std::vector<scenario_index_entry> >' changed in GCC 7.1
if (__comp(__i, __first))
~~~~~~^~~~~~~~~~~~~~
In file included from /usr/local/vitasdk/arm-vita-eabi/include/c++/7.2.0/algorithm:61:0,
from /home/rop/psv/OpenRCT2/src/openrct2/scenario/ScenarioRepository.cpp:17:
/usr/local/vitasdk/arm-vita-eabi/include/c++/7.2.0/bits/stl_algo.h:1851:8: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator<scenario_index_entry*, std::vector<scenario_index_entry> >' changed in GCC 7.1
_GLIBCXX_MOVE_BACKWARD3(__first, __i, __i + 1);
^
In file included from /usr/local/vitasdk/arm-vita-eabi/include/c++/7.2.0/algorithm:62:0,
from /home/rop/psv/OpenRCT2/src/openrct2/scenario/ScenarioRepository.cpp:17:
/usr/local/vitasdk/arm-vita-eabi/include/c++/7.2.0/bits/stl_algo.h: In function 'void std::__unguarded_insertion_sort(_RandomAccessIterator, _RandomAccessIterator, _Compare) [with _RandomAccessIterator = __gnu_cxx::__normal_iterator<scenario_index_entry*, std::vector<scenario_index_entry> >; _Compare = __gnu_cxx::__ops::_Iter_comp_iter<ScenarioRepository::Sort()::<lambda(const scenario_index_entry&, const scenario_index_entry&)> >]':
/usr/local/vitasdk/arm-vita-eabi/include/c++/7.2.0/bits/stl_algo.h:1863:5: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator<scenario_index_entry*, std::vector<scenario_index_entry> >' changed in GCC 7.1
__unguarded_insertion_sort(_RandomAccessIterator __first,
^~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/local/vitasdk/arm-vita-eabi/include/c++/7.2.0/bits/stl_algo.h:1863:5: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator<scenario_index_entry*, std::vector<scenario_index_entry> >' changed in GCC 7.1
In file included from /usr/local/vitasdk/arm-vita-eabi/include/c++/7.2.0/memory:65:0,
from /home/rop/psv/OpenRCT2/src/openrct2/scenario/ScenarioRepository.cpp:18:
/usr/local/vitasdk/arm-vita-eabi/include/c++/7.2.0/bits/stl_uninitialized.h: In function '_ForwardIterator std::uninitialized_copy(_InputIterator, _InputIterator, _ForwardIterator) [with _InputIterator = std::move_iterator<scenario_index_entry*>; _ForwardIterator = scenario_index_entry*]':
/usr/local/vitasdk/arm-vita-eabi/include/c++/7.2.0/bits/stl_uninitialized.h:115:5: note: parameter passing for argument of type 'std::move_iterator<scenario_index_entry*>' changed in GCC 7.1
uninitialized_copy(_InputIterator __first, _InputIterator __last,
^~~~~~~~~~~~~~~~~~
/usr/local/vitasdk/arm-vita-eabi/include/c++/7.2.0/bits/stl_uninitialized.h:115:5: note: parameter passing for argument of type 'std::move_iterator<scenario_index_entry*>' changed in GCC 7.1
/usr/local/vitasdk/arm-vita-eabi/include/c++/7.2.0/bits/stl_uninitialized.h:134:41: note: parameter passing for argument of type 'std::move_iterator<scenario_index_entry*>' changed in GCC 7.1
__uninit_copy(__first, __last, __result);
^
In file included from /usr/local/vitasdk/arm-vita-eabi/include/c++/7.2.0/algorithm:62:0,
from /home/rop/psv/OpenRCT2/src/openrct2/scenario/ScenarioRepository.cpp:17:
/usr/local/vitasdk/arm-vita-eabi/include/c++/7.2.0/bits/stl_algo.h: In function 'void std::__heap_select(_RandomAccessIterator, _RandomAccessIterator, _RandomAccessIterator, _Compare) [with _RandomAccessIterator = __gnu_cxx::__normal_iterator<scenario_index_entry*, std::vector<scenario_index_entry> >; _Compare = __gnu_cxx::__ops::_Iter_comp_iter<ScenarioRepository::Sort()::<lambda(const scenario_index_entry&, const scenario_index_entry&)> >]':
/usr/local/vitasdk/arm-vita-eabi/include/c++/7.2.0/bits/stl_algo.h:1668:5: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator<scenario_index_entry*, std::vector<scenario_index_entry> >' changed in GCC 7.1
__heap_select(_RandomAccessIterator __first,
^~~~~~~~~~~~~
/usr/local/vitasdk/arm-vita-eabi/include/c++/7.2.0/bits/stl_algo.h:1668:5: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator<scenario_index_entry*, std::vector<scenario_index_entry> >' changed in GCC 7.1
/usr/local/vitasdk/arm-vita-eabi/include/c++/7.2.0/bits/stl_algo.h:1668:5: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator<scenario_index_entry*, std::vector<scenario_index_entry> >' changed in GCC 7.1
/usr/local/vitasdk/arm-vita-eabi/include/c++/7.2.0/bits/stl_algo.h:1672:23: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator<scenario_index_entry*, std::vector<scenario_index_entry> >' changed in GCC 7.1
std::__make_heap(__first, __middle, __comp);
~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/local/vitasdk/arm-vita-eabi/include/c++/7.2.0/bits/stl_algo.h:1674:12: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator<scenario_index_entry*, std::vector<scenario_index_entry> >' changed in GCC 7.1
if (__comp(__i, __first))
~~~~~~^~~~~~~~~~~~~~
/usr/local/vitasdk/arm-vita-eabi/include/c++/7.2.0/bits/stl_algo.h:1675:19: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator<scenario_index_entry*, std::vector<scenario_index_entry> >' changed in GCC 7.1
std::__pop_heap(__first, __middle, __i, __comp);
~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/local/vitasdk/arm-vita-eabi/include/c++/7.2.0/bits/stl_algo.h:61:0,
from /usr/local/vitasdk/arm-vita-eabi/include/c++/7.2.0/algorithm:62,
from /home/rop/psv/OpenRCT2/src/openrct2/scenario/ScenarioRepository.cpp:17:
/usr/local/vitasdk/arm-vita-eabi/include/c++/7.2.0/bits/stl_heap.h: In function 'void std::__sort_heap(_RandomAccessIterator, _RandomAccessIterator, _Compare&) [with _RandomAccessIterator = __gnu_cxx::__normal_iterator<scenario_index_entry*, std::vector<scenario_index_entry> >; _Compare = __gnu_cxx::__ops::_Iter_comp_iter<ScenarioRepository::Sort()::<lambda(const scenario_index_entry&, const scenario_index_entry&)> >]':
/usr/local/vitasdk/arm-vita-eabi/include/c++/7.2.0/bits/stl_heap.h:402:5: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator<scenario_index_entry*, std::vector<scenario_index_entry> >' changed in GCC 7.1
__sort_heap(_RandomAccessIterator __first, _RandomAccessIterator __last,
^~~~~~~~~~~
/usr/local/vitasdk/arm-vita-eabi/include/c++/7.2.0/bits/stl_heap.h:402:5: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator<scenario_index_entry*, std::vector<scenario_index_entry> >' changed in GCC 7.1
/usr/local/vitasdk/arm-vita-eabi/include/c++/7.2.0/bits/stl_heap.h:408:19: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator<scenario_index_entry*, std::vector<scenario_index_entry> >' changed in GCC 7.1
std::__pop_heap(__first, __last, __last, __comp);
~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/local/vitasdk/arm-vita-eabi/include/c++/7.2.0/bits/stl_algobase.h:71:0,
from /usr/local/vitasdk/arm-vita-eabi/include/c++/7.2.0/algorithm:61,
from /home/rop/psv/OpenRCT2/src/openrct2/scenario/ScenarioRepository.cpp:17:
/usr/local/vitasdk/arm-vita-eabi/include/c++/7.2.0/bits/predefined_ops.h: In member function 'constexpr bool __gnu_cxx::__ops::_Iter_comp_iter<_Compare>::operator()(_Iterator1, _Iterator2) [with _Iterator1 = __gnu_cxx::__normal_iterator<scenario_index_entry*, std::vector<scenario_index_entry> >; _Iterator2 = __gnu_cxx::__normal_iterator<scenario_index_entry*, std::vector<scenario_index_entry> >; _Compare = ScenarioRepository::Sort()::<lambda(const scenario_index_entry&, const scenario_index_entry&)>]':
/usr/local/vitasdk/arm-vita-eabi/include/c++/7.2.0/bits/predefined_ops.h:142:9: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator<scenario_index_entry*, std::vector<scenario_index_entry> >' changed in GCC 7.1
operator()(_Iterator1 __it1, _Iterator2 __it2)
^~~~~~~~
/usr/local/vitasdk/arm-vita-eabi/include/c++/7.2.0/bits/predefined_ops.h:142:9: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator<scenario_index_entry*, std::vector<scenario_index_entry> >' changed in GCC 7.1
In file included from /usr/local/vitasdk/arm-vita-eabi/include/c++/7.2.0/algorithm:62:0,
from /home/rop/psv/OpenRCT2/src/openrct2/scenario/ScenarioRepository.cpp:17:
/usr/local/vitasdk/arm-vita-eabi/include/c++/7.2.0/bits/stl_algo.h: In function 'void std::__move_median_to_first(_Iterator, _Iterator, _Iterator, _Iterator, _Compare) [with _Iterator = __gnu_cxx::__normal_iterator<scenario_index_entry*, std::vector<scenario_index_entry> >; _Compare = __gnu_cxx::__ops::_Iter_comp_iter<ScenarioRepository::Sort()::<lambda(const scenario_index_entry&, const scenario_index_entry&)> >]':
/usr/local/vitasdk/arm-vita-eabi/include/c++/7.2.0/bits/stl_algo.h:78:5: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator<scenario_index_entry*, std::vector<scenario_index_entry> >' changed in GCC 7.1
__move_median_to_first(_Iterator __result,_Iterator __a, _Iterator __b,
^~~~~~~~~~~~~~~~~~~~~~
/usr/local/vitasdk/arm-vita-eabi/include/c++/7.2.0/bits/stl_algo.h:78:5: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator<scenario_index_entry*, std::vector<scenario_index_entry> >' changed in GCC 7.1
/usr/local/vitasdk/arm-vita-eabi/include/c++/7.2.0/bits/stl_algo.h:78:5: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator<scenario_index_entry*, std::vector<scenario_index_entry> >' changed in GCC 7.1
/usr/local/vitasdk/arm-vita-eabi/include/c++/7.2.0/bits/stl_algo.h:78:5: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator<scenario_index_entry*, std::vector<scenario_index_entry> >' changed in GCC 7.1
/usr/local/vitasdk/arm-vita-eabi/include/c++/7.2.0/bits/stl_algo.h:81:17: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator<scenario_index_entry*, std::vector<scenario_index_entry> >' changed in GCC 7.1
if (__comp(__a, __b))
~~~~~~^~~~~~~~~~
/usr/local/vitasdk/arm-vita-eabi/include/c++/7.2.0/bits/stl_algo.h:83:14: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator<scenario_index_entry*, std::vector<scenario_index_entry> >' changed in GCC 7.1
if (__comp(__b, __c))
~~~~~~^~~~~~~~~~
/usr/local/vitasdk/arm-vita-eabi/include/c++/7.2.0/bits/stl_algo.h:84:20: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator<scenario_index_entry*, std::vector<scenario_index_entry> >' changed in GCC 7.1
std::iter_swap(__result, __b);
~~~~~~~~~~~~~~^~~~~~~~~~~~~~~
/usr/local/vitasdk/arm-vita-eabi/include/c++/7.2.0/bits/stl_algo.h:85:19: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator<scenario_index_entry*, std::vector<scenario_index_entry> >' changed in GCC 7.1
else if (__comp(__a, __c))
~~~~~~^~~~~~~~~~
/usr/local/vitasdk/arm-vita-eabi/include/c++/7.2.0/bits/stl_algo.h:86:20: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator<scenario_index_entry*, std::vector<scenario_index_entry> >' changed in GCC 7.1
std::iter_swap(__result, __c);
~~~~~~~~~~~~~~^~~~~~~~~~~~~~~
/usr/local/vitasdk/arm-vita-eabi/include/c++/7.2.0/bits/stl_algo.h:88:20: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator<scenario_index_entry*, std::vector<scenario_index_entry> >' changed in GCC 7.1
std::iter_swap(__result, __a);
~~~~~~~~~~~~~~^~~~~~~~~~~~~~~
/usr/local/vitasdk/arm-vita-eabi/include/c++/7.2.0/bits/stl_algo.h:90:22: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator<scenario_index_entry*, std::vector<scenario_index_entry> >' changed in GCC 7.1
else if (__comp(__a, __c))
~~~~~~^~~~~~~~~~
/usr/local/vitasdk/arm-vita-eabi/include/c++/7.2.0/bits/stl_algo.h:91:16: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator<scenario_index_entry*, std::vector<scenario_index_entry> >' changed in GCC 7.1
std::iter_swap(__result, __a);
~~~~~~~~~~~~~~^~~~~~~~~~~~~~~
/usr/local/vitasdk/arm-vita-eabi/include/c++/7.2.0/bits/stl_algo.h:92:22: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator<scenario_index_entry*, std::vector<scenario_index_entry> >' changed in GCC 7.1
else if (__comp(__b, __c))
~~~~~~^~~~~~~~~~
/usr/local/vitasdk/arm-vita-eabi/include/c++/7.2.0/bits/stl_algo.h:93:16: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator<scenario_index_entry*, std::vector<scenario_index_entry> >' changed in GCC 7.1
std::iter_swap(__result, __c);
~~~~~~~~~~~~~~^~~~~~~~~~~~~~~
/usr/local/vitasdk/arm-vita-eabi/include/c++/7.2.0/bits/stl_algo.h:95:16: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator<scenario_index_entry*, std::vector<scenario_index_entry> >' changed in GCC 7.1
std::iter_swap(__result, __b);
~~~~~~~~~~~~~~^~~~~~~~~~~~~~~
/usr/local/vitasdk/arm-vita-eabi/include/c++/7.2.0/bits/stl_algo.h: In function '_RandomAccessIterator std::__unguarded_partition(_RandomAccessIterator, _RandomAccessIterator, _RandomAccessIterator, _Compare) [with _RandomAccessIterator = __gnu_cxx::__normal_iterator<scenario_index_entry*, std::vector<scenario_index_entry> >; _Compare = __gnu_cxx::__ops::_Iter_comp_iter<ScenarioRepository::Sort()::<lambda(const scenario_index_entry&, const scenario_index_entry&)> >]':
/usr/local/vitasdk/arm-vita-eabi/include/c++/7.2.0/bits/stl_algo.h:1896:5: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator<scenario_index_entry*, std::vector<scenario_index_entry> >' changed in GCC 7.1
__unguarded_partition(_RandomAccessIterator __first,
^~~~~~~~~~~~~~~~~~~~~
/usr/local/vitasdk/arm-vita-eabi/include/c++/7.2.0/bits/stl_algo.h:1896:5: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator<scenario_index_entry*, std::vector<scenario_index_entry> >' changed in GCC 7.1
/usr/local/vitasdk/arm-vita-eabi/include/c++/7.2.0/bits/stl_algo.h:1896:5: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator<scenario_index_entry*, std::vector<scenario_index_entry> >' changed in GCC 7.1
/usr/local/vitasdk/arm-vita-eabi/include/c++/7.2.0/bits/stl_algo.h:1902:17: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator<scenario_index_entry*, std::vector<scenario_index_entry> >' changed in GCC 7.1
while (__comp(__first, __pivot))
~~~~~~^~~~~~~~~~~~~~~~~~
/usr/local/vitasdk/arm-vita-eabi/include/c++/7.2.0/bits/stl_algo.h:1905:17: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator<scenario_index_entry*, std::vector<scenario_index_entry> >' changed in GCC 7.1
while (__comp(__pivot, __last))
~~~~~~^~~~~~~~~~~~~~~~~
/usr/local/vitasdk/arm-vita-eabi/include/c++/7.2.0/bits/stl_algo.h:1909:18: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator<scenario_index_entry*, std::vector<scenario_index_entry> >' changed in GCC 7.1
std::iter_swap(__first, __last);
~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~
[ 68%] Building CXX object CMakeFiles/libopenrct2.dir/src/openrct2/title/TitleSequencePlayer.cpp.obj
/usr/local/vitasdk/bin/arm-vita-eabi-g++ -DDISABLE_HTTP -DDISABLE_NETWORK -DDISABLE_OPENGL -DDISABLE_TWITCH -DNO_RCT2 -DNO_TTF -DOPENRCT2_BRANCH=\"vita\" -DOPENRCT2_COMMIT_SHA1=\"5d6d2296d7409b4a606c663a7a1c13cee7211c90\" -DOPENRCT2_COMMIT_SHA1_SHORT=\"5d6d2296d\" -D__WARN_SUGGEST_FINAL_METHODS__ -D__WARN_SUGGEST_FINAL_TYPES__ -I/usr/local/vitasdk/arm-vita-eabi/include -I/usr/local/vitasdk/arm-vita-eabi/include/libpng16 -Wl,-q -fpermissive -Wno-error=date-time -Wnull-dereference -Wsuggest-final-types -Wsuggest-final-methods -Wsuggest-override -Wduplicated-cond -Wnon-virtual-dtor -Wredundant-decls -Wignored-qualifiers -Wstrict-overflow=1 -Wl,--whole-archive -lpthread -Wl,--no-whole-archive -I/usr/local/vitasdk/arm-vita-eabi/include/ -I/usr/local/vitasdk/arm-vita-eabi/include/SDL2/ -std=gnu++14 -fstrict-overflow -finstrument-functions -fstrict-aliasing -DDEBUG=0 -fno-PIC -std=gnu++14 -std=gnu++14 -O0 -g -DDEBUG -D_DEBUG -Wundef -o CMakeFiles/libopenrct2.dir/src/openrct2/title/TitleSequencePlayer.cpp.obj -c /home/rop/psv/OpenRCT2/src/openrct2/title/TitleSequencePlayer.cpp
In file included from /usr/local/vitasdk/arm-vita-eabi/include/c++/7.2.0/algorithm:61:0,
from /home/rop/psv/OpenRCT2/src/openrct2/scenario/ScenarioRepository.cpp:17:
/usr/local/vitasdk/arm-vita-eabi/include/c++/7.2.0/bits/stl_algobase.h: In function '_BI2 std::move_backward(_BI1, _BI1, _BI2) [with _BI1 = __gnu_cxx::__normal_iterator<scenario_index_entry*, std::vector<scenario_index_entry> >; _BI2 = __gnu_cxx::__normal_iterator<scenario_index_entry*, std::vector<scenario_index_entry> >]':
/usr/local/vitasdk/arm-vita-eabi/include/c++/7.2.0/bits/stl_algobase.h:658:5: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator<scenario_index_entry*, std::vector<scenario_index_entry> >' changed in GCC 7.1
move_backward(_BI1 __first, _BI1 __last, _BI2 __result)
^~~~~~~~~~~~~
/usr/local/vitasdk/arm-vita-eabi/include/c++/7.2.0/bits/stl_algobase.h:658:5: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator<scenario_index_entry*, std::vector<scenario_index_entry> >' changed in GCC 7.1
/usr/local/vitasdk/arm-vita-eabi/include/c++/7.2.0/bits/stl_algobase.h:658:5: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator<scenario_index_entry*, std::vector<scenario_index_entry> >' changed in GCC 7.1
/usr/local/vitasdk/arm-vita-eabi/include/c++/7.2.0/bits/stl_algobase.h:670:15: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator<scenario_index_entry*, std::vector<scenario_index_entry> >' changed in GCC 7.1
__result);
^
In file included from /usr/local/vitasdk/arm-vita-eabi/include/c++/7.2.0/algorithm:62:0,
from /home/rop/psv/OpenRCT2/src/openrct2/scenario/ScenarioRepository.cpp:17:
/usr/local/vitasdk/arm-vita-eabi/include/c++/7.2.0/bits/stl_algo.h: In function 'void std::__unguarded_linear_insert(_RandomAccessIterator, _Compare) [with _RandomAccessIterator = __gnu_cxx::__normal_iterator<scenario_index_entry*, std::vector<scenario_index_entry> >; _Compare = __gnu_cxx::__ops::_Val_comp_iter<ScenarioRepository::Sort()::<lambda(const scenario_index_entry&, const scenario_index_entry&)> >]':
/usr/local/vitasdk/arm-vita-eabi/include/c++/7.2.0/bits/stl_algo.h:1821:5: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator<scenario_index_entry*, std::vector<scenario_index_entry> >' changed in GCC 7.1
__unguarded_linear_insert(_RandomAccessIterator __last,
^~~~~~~~~~~~~~~~~~~~~~~~~
/usr/local/vitasdk/arm-vita-eabi/include/c++/7.2.0/bits/stl_algo.h: In function 'void std::__heap_select(_RandomAccessIterator, _RandomAccessIterator, _RandomAccessIterator, _Compare) [with _RandomAccessIterator = __gnu_cxx::__normal_iterator<scenario_index_entry*, std::vector<scenario_index_entry> >; _Compare = __gnu_cxx::__ops::_Iter_comp_iter<ScenarioRepository::Sort()::<lambda(const scenario_index_entry&, const scenario_index_entry&)> >]':
/usr/local/vitasdk/arm-vita-eabi/include/c++/7.2.0/bits/stl_algo.h:1668:5: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator<scenario_index_entry*, std::vector<scenario_index_entry> >' changed in GCC 7.1
__heap_select(_RandomAccessIterator __first,
^~~~~~~~~~~~~
/usr/local/vitasdk/arm-vita-eabi/include/c++/7.2.0/bits/stl_algo.h:1668:5: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator<scenario_index_entry*, std::vector<scenario_index_entry> >' changed in GCC 7.1
/usr/local/vitasdk/arm-vita-eabi/include/c++/7.2.0/bits/stl_algo.h:1668:5: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator<scenario_index_entry*, std::vector<scenario_index_entry> >' changed in GCC 7.1
/usr/local/vitasdk/arm-vita-eabi/include/c++/7.2.0/bits/stl_algo.h:1672:23: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator<scenario_index_entry*, std::vector<scenario_index_entry> >' changed in GCC 7.1
std::__make_heap(__first, __middle, __comp);
~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/local/vitasdk/arm-vita-eabi/include/c++/7.2.0/bits/stl_algo.h:1674:12: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator<scenario_index_entry*, std::vector<scenario_index_entry> >' changed in GCC 7.1
if (__comp(__i, __first))
~~~~~~^~~~~~~~~~~~~~
/usr/local/vitasdk/arm-vita-eabi/include/c++/7.2.0/bits/stl_algo.h:1675:19: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator<scenario_index_entry*, std::vector<scenario_index_entry> >' changed in GCC 7.1
std::__pop_heap(__first, __middle, __i, __comp);
~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/local/vitasdk/arm-vita-eabi/include/c++/7.2.0/bits/stl_algo.h:61:0,
from /usr/local/vitasdk/arm-vita-eabi/include/c++/7.2.0/algorithm:62,
from /home/rop/psv/OpenRCT2/src/openrct2/scenario/ScenarioRepository.cpp:17:
/usr/local/vitasdk/arm-vita-eabi/include/c++/7.2.0/bits/stl_heap.h: In function 'void std::__sort_heap(_RandomAccessIterator, _RandomAccessIterator, _Compare&) [with _RandomAccessIterator = __gnu_cxx::__normal_iterator<scenario_index_entry*, std::vector<scenario_index_entry> >; _Compare = __gnu_cxx::__ops::_Iter_comp_iter<ScenarioRepository::Sort()::<lambda(const scenario_index_entry&, const scenario_index_entry&)> >]':
/usr/local/vitasdk/arm-vita-eabi/include/c++/7.2.0/bits/stl_heap.h:402:5: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator<scenario_index_entry*, std::vector<scenario_index_entry> >' changed in GCC 7.1
__sort_heap(_RandomAccessIterator __first, _RandomAccessIterator __last,
^~~~~~~~~~~
/usr/local/vitasdk/arm-vita-eabi/include/c++/7.2.0/bits/stl_heap.h:402:5: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator<scenario_index_entry*, std::vector<scenario_index_entry> >' changed in GCC 7.1
/usr/local/vitasdk/arm-vita-eabi/include/c++/7.2.0/bits/stl_heap.h:408:19: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator<scenario_index_entry*, std::vector<scenario_index_entry> >' changed in GCC 7.1
std::__pop_heap(__first, __last, __last, __comp);
~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/local/vitasdk/arm-vita-eabi/include/c++/7.2.0/bits/stl_algobase.h:71:0,
from /usr/local/vitasdk/arm-vita-eabi/include/c++/7.2.0/algorithm:61,
from /home/rop/psv/OpenRCT2/src/openrct2/scenario/ScenarioRepository.cpp:17:
/usr/local/vitasdk/arm-vita-eabi/include/c++/7.2.0/bits/predefined_ops.h: In member function 'constexpr bool __gnu_cxx::__ops::_Iter_comp_iter<_Compare>::operator()(_Iterator1, _Iterator2) [with _Iterator1 = __gnu_cxx::__normal_iterator<scenario_index_entry*, std::vector<scenario_index_entry> >; _Iterator2 = __gnu_cxx::__normal_iterator<scenario_index_entry*, std::vector<scenario_index_entry> >; _Compare = ScenarioRepository::Sort()::<lambda(const scenario_index_entry&, const scenario_index_entry&)>]':
/usr/local/vitasdk/arm-vita-eabi/include/c++/7.2.0/bits/predefined_ops.h:142:9: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator<scenario_index_entry*, std::vector<scenario_index_entry> >' changed in GCC 7.1
operator()(_Iterator1 __it1, _Iterator2 __it2)
^~~~~~~~
/usr/local/vitasdk/arm-vita-eabi/include/c++/7.2.0/bits/predefined_ops.h:142:9: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator<scenario_index_entry*, std::vector<scenario_index_entry> >' changed in GCC 7.1
In file included from /usr/local/vitasdk/arm-vita-eabi/include/c++/7.2.0/algorithm:62:0,
from /home/rop/psv/OpenRCT2/src/openrct2/scenario/ScenarioRepository.cpp:17:
/usr/local/vitasdk/arm-vita-eabi/include/c++/7.2.0/bits/stl_algo.h: In function 'void std::__move_median_to_first(_Iterator, _Iterator, _Iterator, _Iterator, _Compare) [with _Iterator = __gnu_cxx::__normal_iterator<scenario_index_entry*, std::vector<scenario_index_entry> >; _Compare = __gnu_cxx::__ops::_Iter_comp_iter<ScenarioRepository::Sort()::<lambda(const scenario_index_entry&, const scenario_index_entry&)> >]':
/usr/local/vitasdk/arm-vita-eabi/include/c++/7.2.0/bits/stl_algo.h:78:5: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator<scenario_index_entry*, std::vector<scenario_index_entry> >' changed in GCC 7.1
__move_median_to_first(_Iterator __result,_Iterator __a, _Iterator __b,
^~~~~~~~~~~~~~~~~~~~~~
/usr/local/vitasdk/arm-vita-eabi/include/c++/7.2.0/bits/stl_algo.h:78:5: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator<scenario_index_entry*, std::vector<scenario_index_entry> >' changed in GCC 7.1
/usr/local/vitasdk/arm-vita-eabi/include/c++/7.2.0/bits/stl_algo.h:78:5: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator<scenario_index_entry*, std::vector<scenario_index_entry> >' changed in GCC 7.1
/usr/local/vitasdk/arm-vita-eabi/include/c++/7.2.0/bits/stl_algo.h:78:5: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator<scenario_index_entry*, std::vector<scenario_index_entry> >' changed in GCC 7.1
/usr/local/vitasdk/arm-vita-eabi/include/c++/7.2.0/bits/stl_algo.h:81:17: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator<scenario_index_entry*, std::vector<scenario_index_entry> >' changed in GCC 7.1
if (__comp(__a, __b))
~~~~~~^~~~~~~~~~
/usr/local/vitasdk/arm-vita-eabi/include/c++/7.2.0/bits/stl_algo.h:83:14: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator<scenario_index_entry*, std::vector<scenario_index_entry> >' changed in GCC 7.1
if (__comp(__b, __c))
~~~~~~^~~~~~~~~~
/usr/local/vitasdk/arm-vita-eabi/include/c++/7.2.0/bits/stl_algo.h:84:20: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator<scenario_index_entry*, std::vector<scenario_index_entry> >' changed in GCC 7.1
std::iter_swap(__result, __b);
~~~~~~~~~~~~~~^~~~~~~~~~~~~~~
/usr/local/vitasdk/arm-vita-eabi/include/c++/7.2.0/bits/stl_algo.h:85:19: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator<scenario_index_entry*, std::vector<scenario_index_entry> >' changed in GCC 7.1
else if (__comp(__a, __c))
~~~~~~^~~~~~~~~~
/usr/local/vitasdk/arm-vita-eabi/include/c++/7.2.0/bits/stl_algo.h:86:20: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator<scenario_index_entry*, std::vector<scenario_index_entry> >' changed in GCC 7.1
std::iter_swap(__result, __c);
~~~~~~~~~~~~~~^~~~~~~~~~~~~~~
/usr/local/vitasdk/arm-vita-eabi/include/c++/7.2.0/bits/stl_algo.h:88:20: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator<scenario_index_entry*, std::vector<scenario_index_entry> >' changed in GCC 7.1
std::iter_swap(__result, __a);
~~~~~~~~~~~~~~^~~~~~~~~~~~~~~
/usr/local/vitasdk/arm-vita-eabi/include/c++/7.2.0/bits/stl_algo.h:90:22: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator<scenario_index_entry*, std::vector<scenario_index_entry> >' changed in GCC 7.1
else if (__comp(__a, __c))
~~~~~~^~~~~~~~~~
/usr/local/vitasdk/arm-vita-eabi/include/c++/7.2.0/bits/stl_algo.h:91:16: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator<scenario_index_entry*, std::vector<scenario_index_entry> >' changed in GCC 7.1
std::iter_swap(__result, __a);
~~~~~~~~~~~~~~^~~~~~~~~~~~~~~
/usr/local/vitasdk/arm-vita-eabi/include/c++/7.2.0/bits/stl_algo.h:92:22: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator<scenario_index_entry*, std::vector<scenario_index_entry> >' changed in GCC 7.1
else if (__comp(__b, __c))
~~~~~~^~~~~~~~~~
/usr/local/vitasdk/arm-vita-eabi/include/c++/7.2.0/bits/stl_algo.h:93:16: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator<scenario_index_entry*, std::vector<scenario_index_entry> >' changed in GCC 7.1
std::iter_swap(__result, __c);
~~~~~~~~~~~~~~^~~~~~~~~~~~~~~
/usr/local/vitasdk/arm-vita-eabi/include/c++/7.2.0/bits/stl_algo.h:95:16: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator<scenario_index_entry*, std::vector<scenario_index_entry> >' changed in GCC 7.1
std::iter_swap(__result, __b);
~~~~~~~~~~~~~~^~~~~~~~~~~~~~~
<command-line>:0:0: warning: "DEBUG" redefined
<command-line>:0:0: note: this is the location of the previous definition
/usr/local/vitasdk/arm-vita-eabi/include/c++/7.2.0/bits/stl_algo.h: In function '_RandomAccessIterator std::__unguarded_partition(_RandomAccessIterator, _RandomAccessIterator, _RandomAccessIterator, _Compare) [with _RandomAccessIterator = __gnu_cxx::__normal_iterator<scenario_index_entry*, std::vector<scenario_index_entry> >; _Compare = __gnu_cxx::__ops::_Iter_comp_iter<ScenarioRepository::Sort()::<lambda(const scenario_index_entry&, const scenario_index_entry&)> >]':
/usr/local/vitasdk/arm-vita-eabi/include/c++/7.2.0/bits/stl_algo.h:1896:5: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator<scenario_index_entry*, std::vector<scenario_index_entry> >' changed in GCC 7.1
__unguarded_partition(_RandomAccessIterator __first,
^~~~~~~~~~~~~~~~~~~~~
/usr/local/vitasdk/arm-vita-eabi/include/c++/7.2.0/bits/stl_algo.h:1896:5: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator<scenario_index_entry*, std::vector<scenario_index_entry> >' changed in GCC 7.1
/usr/local/vitasdk/arm-vita-eabi/include/c++/7.2.0/bits/stl_algo.h:1896:5: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator<scenario_index_entry*, std::vector<scenario_index_entry> >' changed in GCC 7.1
/usr/local/vitasdk/arm-vita-eabi/include/c++/7.2.0/bits/stl_algo.h:1902:17: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator<scenario_index_entry*, std::vector<scenario_index_entry> >' changed in GCC 7.1
while (__comp(__first, __pivot))
~~~~~~^~~~~~~~~~~~~~~~~~
/usr/local/vitasdk/arm-vita-eabi/include/c++/7.2.0/bits/stl_algo.h:1905:17: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator<scenario_index_entry*, std::vector<scenario_index_entry> >' changed in GCC 7.1
while (__comp(__pivot, __last))
~~~~~~^~~~~~~~~~~~~~~~~
/usr/local/vitasdk/arm-vita-eabi/include/c++/7.2.0/bits/stl_algo.h:1909:18: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator<scenario_index_entry*, std::vector<scenario_index_entry> >' changed in GCC 7.1
std::iter_swap(__first, __last);
~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~
/usr/local/vitasdk/arm-vita-eabi/include/c++/7.2.0/bits/stl_algo.h: In function 'void std::__unguarded_linear_insert(_RandomAccessIterator, _Compare) [with _RandomAccessIterator = __gnu_cxx::__normal_iterator<scenario_index_entry*, std::vector<scenario_index_entry> >; _Compare = __gnu_cxx::__ops::_Val_comp_iter<ScenarioRepository::Sort()::<lambda(const scenario_index_entry&, const scenario_index_entry&)> >]':
/usr/local/vitasdk/arm-vita-eabi/include/c++/7.2.0/bits/stl_algo.h:1821:5: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator<scenario_index_entry*, std::vector<scenario_index_entry> >' changed in GCC 7.1
__unguarded_linear_insert(_RandomAccessIterator __last,
^~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/local/vitasdk/arm-vita-eabi/include/c++/7.2.0/memory:65:0,
from /home/rop/psv/OpenRCT2/src/openrct2/scenario/ScenarioRepository.cpp:18:
/usr/local/vitasdk/arm-vita-eabi/include/c++/7.2.0/bits/stl_uninitialized.h: In static member function 'static _ForwardIterator std::__uninitialized_copy<true>::__uninit_copy(_InputIterator, _InputIterator, _ForwardIterator) [with _InputIterator = std::move_iterator<scenario_index_entry*>; _ForwardIterator = scenario_index_entry*]':
/usr/local/vitasdk/arm-vita-eabi/include/c++/7.2.0/bits/stl_uninitialized.h:99:9: note: parameter passing for argument of type 'std::move_iterator<scenario_index_entry*>' changed in GCC 7.1
__uninit_copy(_InputIterator __first, _InputIterator __last,
^~~~~~~~~~~~~
/usr/local/vitasdk/arm-vita-eabi/include/c++/7.2.0/bits/stl_uninitialized.h:99:9: note: parameter passing for argument of type 'std::move_iterator<scenario_index_entry*>' changed in GCC 7.1
/usr/local/vitasdk/arm-vita-eabi/include/c++/7.2.0/bits/stl_uninitialized.h:101:53: note: parameter passing for argument of type 'std::move_iterator<scenario_index_entry*>' changed in GCC 7.1
{ return std::copy(__first, __last, __result); }
^
In file included from /usr/local/vitasdk/arm-vita-eabi/include/c++/7.2.0/bits/stl_algo.h:61:0,
from /usr/local/vitasdk/arm-vita-eabi/include/c++/7.2.0/algorithm:62,
from /home/rop/psv/OpenRCT2/src/openrct2/scenario/ScenarioRepository.cpp:17:
/usr/local/vitasdk/arm-vita-eabi/include/c++/7.2.0/bits/stl_heap.h: In function 'void std::__make_heap(_RandomAccessIterator, _RandomAccessIterator, _Compare&) [with _RandomAccessIterator = __gnu_cxx::__normal_iterator<scenario_index_entry*, std::vector<scenario_index_entry> >; _Compare = __gnu_cxx::__ops::_Iter_comp_iter<ScenarioRepository::Sort()::<lambda(const scenario_index_entry&, const scenario_index_entry&)> >]':
/usr/local/vitasdk/arm-vita-eabi/include/c++/7.2.0/bits/stl_heap.h:326:5: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator<scenario_index_entry*, std::vector<scenario_index_entry> >' changed in GCC 7.1
__make_heap(_RandomAccessIterator __first, _RandomAccessIterator __last,
^~~~~~~~~~~
/usr/local/vitasdk/arm-vita-eabi/include/c++/7.2.0/bits/stl_heap.h:326:5: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator<scenario_index_entry*, std::vector<scenario_index_entry> >' changed in GCC 7.1
/usr/local/vitasdk/arm-vita-eabi/include/c++/7.2.0/bits/stl_heap.h: In function 'void std::__pop_heap(_RandomAccessIterator, _RandomAccessIterator, _RandomAccessIterator, _Compare&) [with _RandomAccessIterator = __gnu_cxx::__normal_iterator<scenario_index_entry*, std::vector<scenario_index_entry> >; _Compare = __gnu_cxx::__ops::_Iter_comp_iter<ScenarioRepository::Sort()::<lambda(const scenario_index_entry&, const scenario_index_entry&)> >]':
/usr/local/vitasdk/arm-vita-eabi/include/c++/7.2.0/bits/stl_heap.h:243:5: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator<scenario_index_entry*, std::vector<scenario_index_entry> >' changed in GCC 7.1
__pop_heap(_RandomAccessIterator __first, _RandomAccessIterator __last,
^~~~~~~~~~
/usr/local/vitasdk/arm-vita-eabi/include/c++/7.2.0/bits/stl_heap.h:243:5: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator<scenario_index_entry*, std::vector<scenario_index_entry> >' changed in GCC 7.1
/usr/local/vitasdk/arm-vita-eabi/include/c++/7.2.0/bits/stl_heap.h:243:5: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator<scenario_index_entry*, std::vector<scenario_index_entry> >' changed in GCC 7.1
In file included from /usr/local/vitasdk/arm-vita-eabi/include/c++/7.2.0/algorithm:61:0,
from /home/rop/psv/OpenRCT2/src/openrct2/scenario/ScenarioRepository.cpp:17:
/usr/local/vitasdk/arm-vita-eabi/include/c++/7.2.0/bits/stl_algobase.h: In function 'void std::iter_swap(_ForwardIterator1, _ForwardIterator2) [with _ForwardIterator1 = __gnu_cxx::__normal_iterator<scenario_index_entry*, std::vector<scenario_index_entry> >; _ForwardIterator2 = __gnu_cxx::__normal_iterator<scenario_index_entry*, std::vector<scenario_index_entry> >]':
/usr/local/vitasdk/arm-vita-eabi/include/c++/7.2.0/bits/stl_algobase.h:120:5: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator<scenario_index_entry*, std::vector<scenario_index_entry> >' changed in GCC 7.1
iter_swap(_ForwardIterator1 __a, _ForwardIterator2 __b)
^~~~~~~~~
/usr/local/vitasdk/arm-vita-eabi/include/c++/7.2.0/bits/stl_algobase.h:120:5: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator<scenario_index_entry*, std::vector<scenario_index_entry> >' changed in GCC 7.1
In file included from /usr/local/vitasdk/arm-vita-eabi/include/c++/7.2.0/bits/stl_algobase.h:61:0,
from /usr/local/vitasdk/arm-vita-eabi/include/c++/7.2.0/algorithm:61,
from /home/rop/psv/OpenRCT2/src/openrct2/scenario/ScenarioRepository.cpp:17:
/usr/local/vitasdk/arm-vita-eabi/include/c++/7.2.0/bits/cpp_type_traits.h: In function '_Iterator std::__miter_base(_Iterator) [with _Iterator = __gnu_cxx::__normal_iterator<scenario_index_entry*, std::vector<scenario_index_entry> >]':
/usr/local/vitasdk/arm-vita-eabi/include/c++/7.2.0/bits/cpp_type_traits.h:408:5: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator<scenario_index_entry*, std::vector<scenario_index_entry> >' changed in GCC 7.1
__miter_base(_Iterator __it)
^~~~~~~~~~~~
In file included from /usr/local/vitasdk/arm-vita-eabi/include/c++/7.2.0/algorithm:61:0,
from /home/rop/psv/OpenRCT2/src/openrct2/scenario/ScenarioRepository.cpp:17:
/usr/local/vitasdk/arm-vita-eabi/include/c++/7.2.0/bits/stl_algobase.h: In function '_BI2 std::__copy_move_backward_a2(_BI1, _BI1, _BI2) [with bool _IsMove = true; _BI1 = __gnu_cxx::__normal_iterator<scenario_index_entry*, std::vector<scenario_index_entry> >; _BI2 = __gnu_cxx::__normal_iterator<scenario_index_entry*, std::vector<scenario_index_entry> >]':
/usr/local/vitasdk/arm-vita-eabi/include/c++/7.2.0/bits/stl_algobase.h:595:5: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator<scenario_index_entry*, std::vector<scenario_index_entry> >' changed in GCC 7.1
__copy_move_backward_a2(_BI1 __first, _BI1 __last, _BI2 __result)
^~~~~~~~~~~~~~~~~~~~~~~
/usr/local/vitasdk/arm-vita-eabi/include/c++/7.2.0/bits/stl_algobase.h:595:5: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator<scenario_index_entry*, std::vector<scenario_index_entry> >' changed in GCC 7.1
/usr/local/vitasdk/arm-vita-eabi/include/c++/7.2.0/bits/stl_algobase.h:595:5: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator<scenario_index_entry*, std::vector<scenario_index_entry> >' changed in GCC 7.1
In file included from /usr/local/vitasdk/arm-vita-eabi/include/c++/7.2.0/bits/stl_algobase.h:71:0,
from /usr/local/vitasdk/arm-vita-eabi/include/c++/7.2.0/algorithm:61,
from /home/rop/psv/OpenRCT2/src/openrct2/scenario/ScenarioRepository.cpp:17:
/usr/local/vitasdk/arm-vita-eabi/include/c++/7.2.0/bits/predefined_ops.h: In member function 'bool __gnu_cxx::__ops::_Val_comp_iter<_Compare>::operator()(_Value&, _Iterator) [with _Value = scenario_index_entry; _Iterator = __gnu_cxx::__normal_iterator<scenario_index_entry*, std::vector<scenario_index_entry> >; _Compare = ScenarioRepository::Sort()::<lambda(const scenario_index_entry&, const scenario_index_entry&)>]':
/usr/local/vitasdk/arm-vita-eabi/include/c++/7.2.0/bits/predefined_ops.h:214:2: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator<scenario_index_entry*, std::vector<scenario_index_entry> >' changed in GCC 7.1
operator()(_Value& __val, _Iterator __it)
^~~~~~~~
In file included from /usr/local/vitasdk/arm-vita-eabi/include/c++/7.2.0/bits/stl_algo.h:61:0,
from /usr/local/vitasdk/arm-vita-eabi/include/c++/7.2.0/algorithm:62,
from /home/rop/psv/OpenRCT2/src/openrct2/scenario/ScenarioRepository.cpp:17:
/usr/local/vitasdk/arm-vita-eabi/include/c++/7.2.0/bits/stl_heap.h: In function 'void std::__make_heap(_RandomAccessIterator, _RandomAccessIterator, _Compare&) [with _RandomAccessIterator = __gnu_cxx::__normal_iterator<scenario_index_entry*, std::vector<scenario_index_entry> >; _Compare = __gnu_cxx::__ops::_Iter_comp_iter<ScenarioRepository::Sort()::<lambda(const scenario_index_entry&, const scenario_index_entry&)> >]':
/usr/local/vitasdk/arm-vita-eabi/include/c++/7.2.0/bits/stl_heap.h:326:5: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator<scenario_index_entry*, std::vector<scenario_index_entry> >' changed in GCC 7.1
__make_heap(_RandomAccessIterator __first, _RandomAccessIterator __last,
^~~~~~~~~~~
/usr/local/vitasdk/arm-vita-eabi/include/c++/7.2.0/bits/stl_heap.h:326:5: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator<scenario_index_entry*, std::vector<scenario_index_entry> >' changed in GCC 7.1
/usr/local/vitasdk/arm-vita-eabi/include/c++/7.2.0/bits/stl_heap.h: In function 'void std::__pop_heap(_RandomAccessIterator, _RandomAccessIterator, _RandomAccessIterator, _Compare&) [with _RandomAccessIterator = __gnu_cxx::__normal_iterator<scenario_index_entry*, std::vector<scenario_index_entry> >; _Compare = __gnu_cxx::__ops::_Iter_comp_iter<ScenarioRepository::Sort()::<lambda(const scenario_index_entry&, const scenario_index_entry&)> >]':
/usr/local/vitasdk/arm-vita-eabi/include/c++/7.2.0/bits/stl_heap.h:243:5: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator<scenario_index_entry*, std::vector<scenario_index_entry> >' changed in GCC 7.1
__pop_heap(_RandomAccessIterator __first, _RandomAccessIterator __last,
^~~~~~~~~~
/usr/local/vitasdk/arm-vita-eabi/include/c++/7.2.0/bits/stl_heap.h:243:5: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator<scenario_index_entry*, std::vector<scenario_index_entry> >' changed in GCC 7.1
/usr/local/vitasdk/arm-vita-eabi/include/c++/7.2.0/bits/stl_heap.h:243:5: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator<scenario_index_entry*, std::vector<scenario_index_entry> >' changed in GCC 7.1
In file included from /usr/local/vitasdk/arm-vita-eabi/include/c++/7.2.0/bits/stl_algobase.h:71:0,
from /usr/local/vitasdk/arm-vita-eabi/include/c++/7.2.0/algorithm:61,
from /home/rop/psv/OpenRCT2/src/openrct2/scenario/ScenarioRepository.cpp:17:
/usr/local/vitasdk/arm-vita-eabi/include/c++/7.2.0/bits/predefined_ops.h: In member function 'bool __gnu_cxx::__ops::_Val_comp_iter<_Compare>::operator()(_Value&, _Iterator) [with _Value = scenario_index_entry; _Iterator = __gnu_cxx::__normal_iterator<scenario_index_entry*, std::vector<scenario_index_entry> >; _Compare = ScenarioRepository::Sort()::<lambda(const scenario_index_entry&, const scenario_index_entry&)>]':
/usr/local/vitasdk/arm-vita-eabi/include/c++/7.2.0/bits/predefined_ops.h:214:2: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator<scenario_index_entry*, std::vector<scenario_index_entry> >' changed in GCC 7.1
operator()(_Value& __val, _Iterator __it)
^~~~~~~~
In file included from /usr/local/vitasdk/arm-vita-eabi/include/c++/7.2.0/algorithm:61:0,
from /home/rop/psv/OpenRCT2/src/openrct2/scenario/ScenarioRepository.cpp:17:
/usr/local/vitasdk/arm-vita-eabi/include/c++/7.2.0/bits/stl_algobase.h: In function '_OI std::copy(_II, _II, _OI) [with _II = std::move_iterator<scenario_index_entry*>; _OI = scenario_index_entry*]':
/usr/local/vitasdk/arm-vita-eabi/include/c++/7.2.0/bits/stl_algobase.h:446:5: note: parameter passing for argument of type 'std::move_iterator<scenario_index_entry*>' changed in GCC 7.1
copy(_II __first, _II __last, _OI __result)
^~~~
/usr/local/vitasdk/arm-vita-eabi/include/c++/7.2.0/bits/stl_algobase.h:446:5: note: parameter passing for argument of type 'std::move_iterator<scenario_index_entry*>' changed in GCC 7.1
In file included from /usr/local/vitasdk/arm-vita-eabi/include/c++/7.2.0/bits/stl_algo.h:61:0,
from /usr/local/vitasdk/arm-vita-eabi/include/c++/7.2.0/algorithm:62,
from /home/rop/psv/OpenRCT2/src/openrct2/scenario/ScenarioRepository.cpp:17:
/usr/local/vitasdk/arm-vita-eabi/include/c++/7.2.0/bits/stl_heap.h: In function 'void std::__adjust_heap(_RandomAccessIterator, _Distance, _Distance, _Tp, _Compare) [with _RandomAccessIterator = __gnu_cxx::__normal_iterator<scenario_index_entry*, std::vector<scenario_index_entry> >; _Distance = int; _Tp = scenario_index_entry; _Compare = __gnu_cxx::__ops::_Iter_comp_iter<ScenarioRepository::Sort()::<lambda(const scenario_index_entry&, const scenario_index_entry&)> >]':
/usr/local/vitasdk/arm-vita-eabi/include/c++/7.2.0/bits/stl_heap.h:214:5: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator<scenario_index_entry*, std::vector<scenario_index_entry> >' changed in GCC 7.1
__adjust_heap(_RandomAccessIterator __first, _Distance __holeIndex,
^~~~~~~~~~~~~
/usr/local/vitasdk/arm-vita-eabi/include/c++/7.2.0/bits/stl_heap.h:222:14: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator<scenario_index_entry*, std::vector<scenario_index_entry> >' changed in GCC 7.1
if (__comp(__first + __secondChild,
~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
__first + (__secondChild - 1)))
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/local/vitasdk/arm-vita-eabi/include/c++/7.2.0/bits/stl_algobase.h:67:0,
from /usr/local/vitasdk/arm-vita-eabi/include/c++/7.2.0/algorithm:61,
from /home/rop/psv/OpenRCT2/src/openrct2/scenario/ScenarioRepository.cpp:17:
/usr/local/vitasdk/arm-vita-eabi/include/c++/7.2.0/bits/stl_iterator.h: In function '_Iterator std::__niter_base(__gnu_cxx::__normal_iterator<_Iterator, _Container>) [with _Iterator = scenario_index_entry*; _Container = std::vector<scenario_index_entry>]':
/usr/local/vitasdk/arm-vita-eabi/include/c++/7.2.0/bits/stl_iterator.h:983:5: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator<scenario_index_entry*, std::vector<scenario_index_entry> >' changed in GCC 7.1
__niter_base(__gnu_cxx::__normal_iterator<_Iterator, _Container> __it)
^~~~~~~~~~~~
In file included from /usr/local/vitasdk/arm-vita-eabi/include/c++/7.2.0/bits/stl_algo.h:61:0,
from /usr/local/vitasdk/arm-vita-eabi/include/c++/7.2.0/algorithm:62,
from /home/rop/psv/OpenRCT2/src/openrct2/scenario/ScenarioRepository.cpp:17:
/usr/local/vitasdk/arm-vita-eabi/include/c++/7.2.0/bits/stl_heap.h: In function 'void std::__adjust_heap(_RandomAccessIterator, _Distance, _Distance, _Tp, _Compare) [with _RandomAccessIterator = __gnu_cxx::__normal_iterator<scenario_index_entry*, std::vector<scenario_index_entry> >; _Distance = int; _Tp = scenario_index_entry; _Compare = __gnu_cxx::__ops::_Iter_comp_iter<ScenarioRepository::Sort()::<lambda(const scenario_index_entry&, const scenario_index_entry&)> >]':
/usr/local/vitasdk/arm-vita-eabi/include/c++/7.2.0/bits/stl_heap.h:214:5: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator<scenario_index_entry*, std::vector<scenario_index_entry> >' changed in GCC 7.1
__adjust_heap(_RandomAccessIterator __first, _Distance __holeIndex,
^~~~~~~~~~~~~
/usr/local/vitasdk/arm-vita-eabi/include/c++/7.2.0/bits/stl_heap.h:222:14: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator<scenario_index_entry*, std::vector<scenario_index_entry> >' changed in GCC 7.1
if (__comp(__first + __secondChild,
~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
__first + (__secondChild - 1)))
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/local/vitasdk/arm-vita-eabi/include/c++/7.2.0/bits/stl_algobase.h:67:0,
from /usr/local/vitasdk/arm-vita-eabi/include/c++/7.2.0/algorithm:61,
from /home/rop/psv/OpenRCT2/src/openrct2/scenario/ScenarioRepository.cpp:17:
/usr/local/vitasdk/arm-vita-eabi/include/c++/7.2.0/bits/stl_iterator.h: In function 'decltype (std::__miter_base(__it.base())) std::__miter_base(std::move_iterator<_IteratorL>) [with _Iterator = scenario_index_entry*]':
/usr/local/vitasdk/arm-vita-eabi/include/c++/7.2.0/bits/stl_iterator.h:1241:5: note: parameter passing for argument of type 'std::move_iterator<scenario_index_entry*>' changed in GCC 7.1
__miter_base(move_iterator<_Iterator> __it)
^~~~~~~~~~~~
In file included from /usr/local/vitasdk/arm-vita-eabi/include/c++/7.2.0/bits/stl_algo.h:61:0,
from /usr/local/vitasdk/arm-vita-eabi/include/c++/7.2.0/algorithm:62,
from /home/rop/psv/OpenRCT2/src/openrct2/scenario/ScenarioRepository.cpp:17:
/usr/local/vitasdk/arm-vita-eabi/include/c++/7.2.0/bits/stl_heap.h: In function 'void std::__push_heap(_RandomAccessIterator, _Distance, _Distance, _Tp, _Compare&) [with _RandomAccessIterator = __gnu_cxx::__normal_iterator<scenario_index_entry*, std::vector<scenario_index_entry> >; _Distance = int; _Tp = scenario_index_entry; _Compare = __gnu_cxx::__ops::_Iter_comp_val<ScenarioRepository::Sort()::<lambda(const scenario_index_entry&, const scenario_index_entry&)> >]':
/usr/local/vitasdk/arm-vita-eabi/include/c++/7.2.0/bits/stl_heap.h:128:5: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator<scenario_index_entry*, std::vector<scenario_index_entry> >' changed in GCC 7.1
__push_heap(_RandomAccessIterator __first,
^~~~~~~~~~~
/usr/local/vitasdk/arm-vita-eabi/include/c++/7.2.0/bits/stl_heap.h:133:48: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator<scenario_index_entry*, std::vector<scenario_index_entry> >' changed in GCC 7.1
while (__holeIndex > __topIndex && __comp(__first + __parent, __value))
~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/local/vitasdk/arm-vita-eabi/include/c++/7.2.0/bits/stl_heap.h: In function 'void std::__push_heap(_RandomAccessIterator, _Distance, _Distance, _Tp, _Compare&) [with _RandomAccessIterator = __gnu_cxx::__normal_iterator<scenario_index_entry*, std::vector<scenario_index_entry> >; _Distance = int; _Tp = scenario_index_entry; _Compare = __gnu_cxx::__ops::_Iter_comp_val<ScenarioRepository::Sort()::<lambda(const scenario_index_entry&, const scenario_index_entry&)> >]':
/usr/local/vitasdk/arm-vita-eabi/include/c++/7.2.0/bits/stl_heap.h:128:5: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator<scenario_index_entry*, std::vector<scenario_index_entry> >' changed in GCC 7.1
__push_heap(_RandomAccessIterator __first,
^~~~~~~~~~~
/usr/local/vitasdk/arm-vita-eabi/include/c++/7.2.0/bits/stl_heap.h:133:48: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator<scenario_index_entry*, std::vector<scenario_index_entry> >' changed in GCC 7.1
while (__holeIndex > __topIndex && __comp(__first + __parent, __value))
~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/local/vitasdk/arm-vita-eabi/include/c++/7.2.0/bits/stl_algobase.h:71:0,
from /usr/local/vitasdk/arm-vita-eabi/include/c++/7.2.0/algorithm:61,
from /home/rop/psv/OpenRCT2/src/openrct2/scenario/ScenarioRepository.cpp:17:
/usr/local/vitasdk/arm-vita-eabi/include/c++/7.2.0/bits/predefined_ops.h: In member function 'bool __gnu_cxx::__ops::_Iter_comp_val<_Compare>::operator()(_Iterator, _Value&) [with _Iterator = __gnu_cxx::__normal_iterator<scenario_index_entry*, std::vector<scenario_index_entry> >; _Value = scenario_index_entry; _Compare = ScenarioRepository::Sort()::<lambda(const scenario_index_entry&, const scenario_index_entry&)>]':
/usr/local/vitasdk/arm-vita-eabi/include/c++/7.2.0/bits/predefined_ops.h:176:2: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator<scenario_index_entry*, std::vector<scenario_index_entry> >' changed in GCC 7.1
operator()(_Iterator __it, _Value& __val)
^~~~~~~~
/usr/local/vitasdk/arm-vita-eabi/include/c++/7.2.0/bits/predefined_ops.h: In member function 'bool __gnu_cxx::__ops::_Iter_comp_val<_Compare>::operator()(_Iterator, _Value&) [with _Iterator = __gnu_cxx::__normal_iterator<scenario_index_entry*, std::vector<scenario_index_entry> >; _Value = scenario_index_entry; _Compare = ScenarioRepository::Sort()::<lambda(const scenario_index_entry&, const scenario_index_entry&)>]':
/usr/local/vitasdk/arm-vita-eabi/include/c++/7.2.0/bits/predefined_ops.h:176:2: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator<scenario_index_entry*, std::vector<scenario_index_entry> >' changed in GCC 7.1
[ 68%] Building CXX object CMakeFiles/libopenrct2.dir/src/openrct2/trace.cpp.obj
/usr/local/vitasdk/bin/arm-vita-eabi-g++ -DDISABLE_HTTP -DDISABLE_NETWORK -DDISABLE_OPENGL -DDISABLE_TWITCH -DNO_RCT2 -DNO_TTF -DOPENRCT2_BRANCH=\"vita\" -DOPENRCT2_COMMIT_SHA1=\"5d6d2296d7409b4a606c663a7a1c13cee7211c90\" -DOPENRCT2_COMMIT_SHA1_SHORT=\"5d6d2296d\" -D__WARN_SUGGEST_FINAL_METHODS__ -D__WARN_SUGGEST_FINAL_TYPES__ -I/usr/local/vitasdk/arm-vita-eabi/include -I/usr/local/vitasdk/arm-vita-eabi/include/libpng16 -Wl,-q -fpermissive -Wno-error=date-time -Wnull-dereference -Wsuggest-final-types -Wsuggest-final-methods -Wsuggest-override -Wduplicated-cond -Wnon-virtual-dtor -Wredundant-decls -Wignored-qualifiers -Wstrict-overflow=1 -Wl,--whole-archive -lpthread -Wl,--no-whole-archive -I/usr/local/vitasdk/arm-vita-eabi/include/ -I/usr/local/vitasdk/arm-vita-eabi/include/SDL2/ -std=gnu++14 -fstrict-overflow -finstrument-functions -fstrict-aliasing -DDEBUG=0 -fno-PIC -std=gnu++14 -std=gnu++14 -O0 -g -DDEBUG -D_DEBUG -Wundef -fno-instrument-functions -o CMakeFiles/libopenrct2.dir/src/openrct2/trace.cpp.obj -c /home/rop/psv/OpenRCT2/src/openrct2/trace.cpp
<command-line>:0:0: warning: "DEBUG" redefined
<command-line>:0:0: note: this is the location of the previous definition
[ 68%] Building CXX object CMakeFiles/libopenrct2.dir/src/openrct2/ui/DummyUiContext.cpp.obj
/usr/local/vitasdk/bin/arm-vita-eabi-g++ -DDISABLE_HTTP -DDISABLE_NETWORK -DDISABLE_OPENGL -DDISABLE_TWITCH -DNO_RCT2 -DNO_TTF -DOPENRCT2_BRANCH=\"vita\" -DOPENRCT2_COMMIT_SHA1=\"5d6d2296d7409b4a606c663a7a1c13cee7211c90\" -DOPENRCT2_COMMIT_SHA1_SHORT=\"5d6d2296d\" -D__WARN_SUGGEST_FINAL_METHODS__ -D__WARN_SUGGEST_FINAL_TYPES__ -I/usr/local/vitasdk/arm-vita-eabi/include -I/usr/local/vitasdk/arm-vita-eabi/include/libpng16 -Wl,-q -fpermissive -Wno-error=date-time -Wnull-dereference -Wsuggest-final-types -Wsuggest-final-methods -Wsuggest-override -Wduplicated-cond -Wnon-virtual-dtor -Wredundant-decls -Wignored-qualifiers -Wstrict-overflow=1 -Wl,--whole-archive -lpthread -Wl,--no-whole-archive -I/usr/local/vitasdk/arm-vita-eabi/include/ -I/usr/local/vitasdk/arm-vita-eabi/include/SDL2/ -std=gnu++14 -fstrict-overflow -finstrument-functions -fstrict-aliasing -DDEBUG=0 -fno-PIC -std=gnu++14 -std=gnu++14 -O0 -g -DDEBUG -D_DEBUG -Wundef -o CMakeFiles/libopenrct2.dir/src/openrct2/ui/DummyUiContext.cpp.obj -c /home/rop/psv/OpenRCT2/src/openrct2/ui/DummyUiContext.cpp
<command-line>:0:0: warning: "DEBUG" redefined
<command-line>:0:0: note: this is the location of the previous definition
[ 69%] Building CXX object CMakeFiles/libopenrct2.dir/src/openrct2/ui/DummyWindowManager.cpp.obj
/usr/local/vitasdk/bin/arm-vita-eabi-g++ -DDISABLE_HTTP -DDISABLE_NETWORK -DDISABLE_OPENGL -DDISABLE_TWITCH -DNO_RCT2 -DNO_TTF -DOPENRCT2_BRANCH=\"vita\" -DOPENRCT2_COMMIT_SHA1=\"5d6d2296d7409b4a606c663a7a1c13cee7211c90\" -DOPENRCT2_COMMIT_SHA1_SHORT=\"5d6d2296d\" -D__WARN_SUGGEST_FINAL_METHODS__ -D__WARN_SUGGEST_FINAL_TYPES__ -I/usr/local/vitasdk/arm-vita-eabi/include -I/usr/local/vitasdk/arm-vita-eabi/include/libpng16 -Wl,-q -fpermissive -Wno-error=date-time -Wnull-dereference -Wsuggest-final-types -Wsuggest-final-methods -Wsuggest-override -Wduplicated-cond -Wnon-virtual-dtor -Wredundant-decls -Wignored-qualifiers -Wstrict-overflow=1 -Wl,--whole-archive -lpthread -Wl,--no-whole-archive -I/usr/local/vitasdk/arm-vita-eabi/include/ -I/usr/local/vitasdk/arm-vita-eabi/include/SDL2/ -std=gnu++14 -fstrict-overflow -finstrument-functions -fstrict-aliasing -DDEBUG=0 -fno-PIC -std=gnu++14 -std=gnu++14 -O0 -g -DDEBUG -D_DEBUG -Wundef -o CMakeFiles/libopenrct2.dir/src/openrct2/ui/DummyWindowManager.cpp.obj -c /home/rop/psv/OpenRCT2/src/openrct2/ui/DummyWindowManager.cpp
<command-line>:0:0: warning: "DEBUG" redefined
<command-line>:0:0: note: this is the location of the previous definition
[ 69%] Building CXX object CMakeFiles/libopenrct2.dir/src/openrct2/windows/Banner.cpp.obj
/usr/local/vitasdk/bin/arm-vita-eabi-g++ -DDISABLE_HTTP -DDISABLE_NETWORK -DDISABLE_OPENGL -DDISABLE_TWITCH -DNO_RCT2 -DNO_TTF -DOPENRCT2_BRANCH=\"vita\" -DOPENRCT2_COMMIT_SHA1=\"5d6d2296d7409b4a606c663a7a1c13cee7211c90\" -DOPENRCT2_COMMIT_SHA1_SHORT=\"5d6d2296d\" -D__WARN_SUGGEST_FINAL_METHODS__ -D__WARN_SUGGEST_FINAL_TYPES__ -I/usr/local/vitasdk/arm-vita-eabi/include -I/usr/local/vitasdk/arm-vita-eabi/include/libpng16 -Wl,-q -fpermissive -Wno-error=date-time -Wnull-dereference -Wsuggest-final-types -Wsuggest-final-methods -Wsuggest-override -Wduplicated-cond -Wnon-virtual-dtor -Wredundant-decls -Wignored-qualifiers -Wstrict-overflow=1 -Wl,--whole-archive -lpthread -Wl,--no-whole-archive -I/usr/local/vitasdk/arm-vita-eabi/include/ -I/usr/local/vitasdk/arm-vita-eabi/include/SDL2/ -std=gnu++14 -fstrict-overflow -finstrument-functions -fstrict-aliasing -DDEBUG=0 -fno-PIC -std=gnu++14 -std=gnu++14 -O0 -g -DDEBUG -D_DEBUG -Wundef -o CMakeFiles/libopenrct2.dir/src/openrct2/windows/Banner.cpp.obj -c /home/rop/psv/OpenRCT2/src/openrct2/windows/Banner.cpp
<command-line>:0:0: warning: "DEBUG" redefined
<command-line>:0:0: note: this is the location of the previous definition
[ 69%] Building CXX object CMakeFiles/libopenrct2.dir/src/openrct2/windows/DemolishRidePrompt.cpp.obj
/usr/local/vitasdk/bin/arm-vita-eabi-g++ -DDISABLE_HTTP -DDISABLE_NETWORK -DDISABLE_OPENGL -DDISABLE_TWITCH -DNO_RCT2 -DNO_TTF -DOPENRCT2_BRANCH=\"vita\" -DOPENRCT2_COMMIT_SHA1=\"5d6d2296d7409b4a606c663a7a1c13cee7211c90\" -DOPENRCT2_COMMIT_SHA1_SHORT=\"5d6d2296d\" -D__WARN_SUGGEST_FINAL_METHODS__ -D__WARN_SUGGEST_FINAL_TYPES__ -I/usr/local/vitasdk/arm-vita-eabi/include -I/usr/local/vitasdk/arm-vita-eabi/include/libpng16 -Wl,-q -fpermissive -Wno-error=date-time -Wnull-dereference -Wsuggest-final-types -Wsuggest-final-methods -Wsuggest-override -Wduplicated-cond -Wnon-virtual-dtor -Wredundant-decls -Wignored-qualifiers -Wstrict-overflow=1 -Wl,--whole-archive -lpthread -Wl,--no-whole-archive -I/usr/local/vitasdk/arm-vita-eabi/include/ -I/usr/local/vitasdk/arm-vita-eabi/include/SDL2/ -std=gnu++14 -fstrict-overflow -finstrument-functions -fstrict-aliasing -DDEBUG=0 -fno-PIC -std=gnu++14 -std=gnu++14 -O0 -g -DDEBUG -D_DEBUG -Wundef -o CMakeFiles/libopenrct2.dir/src/openrct2/windows/DemolishRidePrompt.cpp.obj -c /home/rop/psv/OpenRCT2/src/openrct2/windows/DemolishRidePrompt.cpp
<command-line>:0:0: warning: "DEBUG" redefined
<command-line>:0:0: note: this is the location of the previous definition
[ 69%] Building CXX object CMakeFiles/libopenrct2.dir/src/openrct2/windows/Dropdown.cpp.obj
/usr/local/vitasdk/bin/arm-vita-eabi-g++ -DDISABLE_HTTP -DDISABLE_NETWORK -DDISABLE_OPENGL -DDISABLE_TWITCH -DNO_RCT2 -DNO_TTF -DOPENRCT2_BRANCH=\"vita\" -DOPENRCT2_COMMIT_SHA1=\"5d6d2296d7409b4a606c663a7a1c13cee7211c90\" -DOPENRCT2_COMMIT_SHA1_SHORT=\"5d6d2296d\" -D__WARN_SUGGEST_FINAL_METHODS__ -D__WARN_SUGGEST_FINAL_TYPES__ -I/usr/local/vitasdk/arm-vita-eabi/include -I/usr/local/vitasdk/arm-vita-eabi/include/libpng16 -Wl,-q -fpermissive -Wno-error=date-time -Wnull-dereference -Wsuggest-final-types -Wsuggest-final-methods -Wsuggest-override -Wduplicated-cond -Wnon-virtual-dtor -Wredundant-decls -Wignored-qualifiers -Wstrict-overflow=1 -Wl,--whole-archive -lpthread -Wl,--no-whole-archive -I/usr/local/vitasdk/arm-vita-eabi/include/ -I/usr/local/vitasdk/arm-vita-eabi/include/SDL2/ -std=gnu++14 -fstrict-overflow -finstrument-functions -fstrict-aliasing -DDEBUG=0 -fno-PIC -std=gnu++14 -std=gnu++14 -O0 -g -DDEBUG -D_DEBUG -Wundef -o CMakeFiles/libopenrct2.dir/src/openrct2/windows/Dropdown.cpp.obj -c /home/rop/psv/OpenRCT2/src/openrct2/windows/Dropdown.cpp
<command-line>:0:0: warning: "DEBUG" redefined
<command-line>:0:0: note: this is the location of the previous definition
[ 70%] Building CXX object CMakeFiles/libopenrct2.dir/src/openrct2/windows/EditorBottomToolbar.cpp.obj
/usr/local/vitasdk/bin/arm-vita-eabi-g++ -DDISABLE_HTTP -DDISABLE_NETWORK -DDISABLE_OPENGL -DDISABLE_TWITCH -DNO_RCT2 -DNO_TTF -DOPENRCT2_BRANCH=\"vita\" -DOPENRCT2_COMMIT_SHA1=\"5d6d2296d7409b4a606c663a7a1c13cee7211c90\" -DOPENRCT2_COMMIT_SHA1_SHORT=\"5d6d2296d\" -D__WARN_SUGGEST_FINAL_METHODS__ -D__WARN_SUGGEST_FINAL_TYPES__ -I/usr/local/vitasdk/arm-vita-eabi/include -I/usr/local/vitasdk/arm-vita-eabi/include/libpng16 -Wl,-q -fpermissive -Wno-error=date-time -Wnull-dereference -Wsuggest-final-types -Wsuggest-final-methods -Wsuggest-override -Wduplicated-cond -Wnon-virtual-dtor -Wredundant-decls -Wignored-qualifiers -Wstrict-overflow=1 -Wl,--whole-archive -lpthread -Wl,--no-whole-archive -I/usr/local/vitasdk/arm-vita-eabi/include/ -I/usr/local/vitasdk/arm-vita-eabi/include/SDL2/ -std=gnu++14 -fstrict-overflow -finstrument-functions -fstrict-aliasing -DDEBUG=0 -fno-PIC -std=gnu++14 -std=gnu++14 -O0 -g -DDEBUG -D_DEBUG -Wundef -o CMakeFiles/libopenrct2.dir/src/openrct2/windows/EditorBottomToolbar.cpp.obj -c /home/rop/psv/OpenRCT2/src/openrct2/windows/EditorBottomToolbar.cpp
<command-line>:0:0: warning: "DEBUG" redefined
<command-line>:0:0: note: this is the location of the previous definition
[ 70%] Building CXX object CMakeFiles/libopenrct2.dir/src/openrct2/windows/EditorMain.cpp.obj
/usr/local/vitasdk/bin/arm-vita-eabi-g++ -DDISABLE_HTTP -DDISABLE_NETWORK -DDISABLE_OPENGL -DDISABLE_TWITCH -DNO_RCT2 -DNO_TTF -DOPENRCT2_BRANCH=\"vita\" -DOPENRCT2_COMMIT_SHA1=\"5d6d2296d7409b4a606c663a7a1c13cee7211c90\" -DOPENRCT2_COMMIT_SHA1_SHORT=\"5d6d2296d\" -D__WARN_SUGGEST_FINAL_METHODS__ -D__WARN_SUGGEST_FINAL_TYPES__ -I/usr/local/vitasdk/arm-vita-eabi/include -I/usr/local/vitasdk/arm-vita-eabi/include/libpng16 -Wl,-q -fpermissive -Wno-error=date-time -Wnull-dereference -Wsuggest-final-types -Wsuggest-final-methods -Wsuggest-override -Wduplicated-cond -Wnon-virtual-dtor -Wredundant-decls -Wignored-qualifiers -Wstrict-overflow=1 -Wl,--whole-archive -lpthread -Wl,--no-whole-archive -I/usr/local/vitasdk/arm-vita-eabi/include/ -I/usr/local/vitasdk/arm-vita-eabi/include/SDL2/ -std=gnu++14 -fstrict-overflow -finstrument-functions -fstrict-aliasing -DDEBUG=0 -fno-PIC -std=gnu++14 -std=gnu++14 -O0 -g -DDEBUG -D_DEBUG -Wundef -o CMakeFiles/libopenrct2.dir/src/openrct2/windows/EditorMain.cpp.obj -c /home/rop/psv/OpenRCT2/src/openrct2/windows/EditorMain.cpp
<command-line>:0:0: warning: "DEBUG" redefined
<command-line>:0:0: note: this is the location of the previous definition
[ 70%] Building CXX object CMakeFiles/libopenrct2.dir/src/openrct2/windows/EditorObjectSelection.cpp.obj
/usr/local/vitasdk/bin/arm-vita-eabi-g++ -DDISABLE_HTTP -DDISABLE_NETWORK -DDISABLE_OPENGL -DDISABLE_TWITCH -DNO_RCT2 -DNO_TTF -DOPENRCT2_BRANCH=\"vita\" -DOPENRCT2_COMMIT_SHA1=\"5d6d2296d7409b4a606c663a7a1c13cee7211c90\" -DOPENRCT2_COMMIT_SHA1_SHORT=\"5d6d2296d\" -D__WARN_SUGGEST_FINAL_METHODS__ -D__WARN_SUGGEST_FINAL_TYPES__ -I/usr/local/vitasdk/arm-vita-eabi/include -I/usr/local/vitasdk/arm-vita-eabi/include/libpng16 -Wl,-q -fpermissive -Wno-error=date-time -Wnull-dereference -Wsuggest-final-types -Wsuggest-final-methods -Wsuggest-override -Wduplicated-cond -Wnon-virtual-dtor -Wredundant-decls -Wignored-qualifiers -Wstrict-overflow=1 -Wl,--whole-archive -lpthread -Wl,--no-whole-archive -I/usr/local/vitasdk/arm-vita-eabi/include/ -I/usr/local/vitasdk/arm-vita-eabi/include/SDL2/ -std=gnu++14 -fstrict-overflow -finstrument-functions -fstrict-aliasing -DDEBUG=0 -fno-PIC -std=gnu++14 -std=gnu++14 -O0 -g -DDEBUG -D_DEBUG -Wundef -o CMakeFiles/libopenrct2.dir/src/openrct2/windows/EditorObjectSelection.cpp.obj -c /home/rop/psv/OpenRCT2/src/openrct2/windows/EditorObjectSelection.cpp
<command-line>:0:0: warning: "DEBUG" redefined
<command-line>:0:0: note: this is the location of the previous definition
[ 70%] Building CXX object CMakeFiles/libopenrct2.dir/src/openrct2/windows/Error.cpp.obj
/usr/local/vitasdk/bin/arm-vita-eabi-g++ -DDISABLE_HTTP -DDISABLE_NETWORK -DDISABLE_OPENGL -DDISABLE_TWITCH -DNO_RCT2 -DNO_TTF -DOPENRCT2_BRANCH=\"vita\" -DOPENRCT2_COMMIT_SHA1=\"5d6d2296d7409b4a606c663a7a1c13cee7211c90\" -DOPENRCT2_COMMIT_SHA1_SHORT=\"5d6d2296d\" -D__WARN_SUGGEST_FINAL_METHODS__ -D__WARN_SUGGEST_FINAL_TYPES__ -I/usr/local/vitasdk/arm-vita-eabi/include -I/usr/local/vitasdk/arm-vita-eabi/include/libpng16 -Wl,-q -fpermissive -Wno-error=date-time -Wnull-dereference -Wsuggest-final-types -Wsuggest-final-methods -Wsuggest-override -Wduplicated-cond -Wnon-virtual-dtor -Wredundant-decls -Wignored-qualifiers -Wstrict-overflow=1 -Wl,--whole-archive -lpthread -Wl,--no-whole-archive -I/usr/local/vitasdk/arm-vita-eabi/include/ -I/usr/local/vitasdk/arm-vita-eabi/include/SDL2/ -std=gnu++14 -fstrict-overflow -finstrument-functions -fstrict-aliasing -DDEBUG=0 -fno-PIC -std=gnu++14 -std=gnu++14 -O0 -g -DDEBUG -D_DEBUG -Wundef -o CMakeFiles/libopenrct2.dir/src/openrct2/windows/Error.cpp.obj -c /home/rop/psv/OpenRCT2/src/openrct2/windows/Error.cpp
[ 71%] Building CXX object CMakeFiles/libopenrct2.dir/src/openrct2/windows/Finances.cpp.obj
/usr/local/vitasdk/bin/arm-vita-eabi-g++ -DDISABLE_HTTP -DDISABLE_NETWORK -DDISABLE_OPENGL -DDISABLE_TWITCH -DNO_RCT2 -DNO_TTF -DOPENRCT2_BRANCH=\"vita\" -DOPENRCT2_COMMIT_SHA1=\"5d6d2296d7409b4a606c663a7a1c13cee7211c90\" -DOPENRCT2_COMMIT_SHA1_SHORT=\"5d6d2296d\" -D__WARN_SUGGEST_FINAL_METHODS__ -D__WARN_SUGGEST_FINAL_TYPES__ -I/usr/local/vitasdk/arm-vita-eabi/include -I/usr/local/vitasdk/arm-vita-eabi/include/libpng16 -Wl,-q -fpermissive -Wno-error=date-time -Wnull-dereference -Wsuggest-final-types -Wsuggest-final-methods -Wsuggest-override -Wduplicated-cond -Wnon-virtual-dtor -Wredundant-decls -Wignored-qualifiers -Wstrict-overflow=1 -Wl,--whole-archive -lpthread -Wl,--no-whole-archive -I/usr/local/vitasdk/arm-vita-eabi/include/ -I/usr/local/vitasdk/arm-vita-eabi/include/SDL2/ -std=gnu++14 -fstrict-overflow -finstrument-functions -fstrict-aliasing -DDEBUG=0 -fno-PIC -std=gnu++14 -std=gnu++14 -O0 -g -DDEBUG -D_DEBUG -Wundef -o CMakeFiles/libopenrct2.dir/src/openrct2/windows/Finances.cpp.obj -c /home/rop/psv/OpenRCT2/src/openrct2/windows/Finances.cpp
<command-line>:0:0: warning: "DEBUG" redefined
<command-line>:0:0: note: this is the location of the previous definition
<command-line>:0:0: warning: "DEBUG" redefined
<command-line>:0:0: note: this is the location of the previous definition
[ 71%] Building CXX object CMakeFiles/libopenrct2.dir/src/openrct2/windows/GameBottomToolbar.cpp.obj
/usr/local/vitasdk/bin/arm-vita-eabi-g++ -DDISABLE_HTTP -DDISABLE_NETWORK -DDISABLE_OPENGL -DDISABLE_TWITCH -DNO_RCT2 -DNO_TTF -DOPENRCT2_BRANCH=\"vita\" -DOPENRCT2_COMMIT_SHA1=\"5d6d2296d7409b4a606c663a7a1c13cee7211c90\" -DOPENRCT2_COMMIT_SHA1_SHORT=\"5d6d2296d\" -D__WARN_SUGGEST_FINAL_METHODS__ -D__WARN_SUGGEST_FINAL_TYPES__ -I/usr/local/vitasdk/arm-vita-eabi/include -I/usr/local/vitasdk/arm-vita-eabi/include/libpng16 -Wl,-q -fpermissive -Wno-error=date-time -Wnull-dereference -Wsuggest-final-types -Wsuggest-final-methods -Wsuggest-override -Wduplicated-cond -Wnon-virtual-dtor -Wredundant-decls -Wignored-qualifiers -Wstrict-overflow=1 -Wl,--whole-archive -lpthread -Wl,--no-whole-archive -I/usr/local/vitasdk/arm-vita-eabi/include/ -I/usr/local/vitasdk/arm-vita-eabi/include/SDL2/ -std=gnu++14 -fstrict-overflow -finstrument-functions -fstrict-aliasing -DDEBUG=0 -fno-PIC -std=gnu++14 -std=gnu++14 -O0 -g -DDEBUG -D_DEBUG -Wundef -o CMakeFiles/libopenrct2.dir/src/openrct2/windows/GameBottomToolbar.cpp.obj -c /home/rop/psv/OpenRCT2/src/openrct2/windows/GameBottomToolbar.cpp
<command-line>:0:0: warning: "DEBUG" redefined
<command-line>:0:0: note: this is the location of the previous definition
/home/rop/psv/OpenRCT2/src/openrct2/windows/EditorObjectSelection.cpp: In function 'void visible_list_refresh(rct_window*)':
/home/rop/psv/OpenRCT2/src/openrct2/windows/EditorObjectSelection.cpp:378:61: warning: invalid conversion from 'int' to '__compar_fn_t {aka int (*)(const void*, const void*)}' [-fpermissive]
qsort(_listItems, _numListItems, sizeof(list_item), (int)sortFunc);
^~~~~~~~~~~~~
In file included from /usr/local/vitasdk/arm-vita-eabi/include/assert.h:9:0,
from /home/rop/psv/OpenRCT2/src/openrct2/windows/../config/../common.h:29,
from /home/rop/psv/OpenRCT2/src/openrct2/windows/../config/Config.h:19,
from /home/rop/psv/OpenRCT2/src/openrct2/windows/EditorObjectSelection.cpp:17:
/usr/local/vitasdk/arm-vita-eabi/include/stdlib.h:124:7: note: initializing argument 4 of 'void qsort(void*, size_t, size_t, __compar_fn_t)'
_VOID _EXFUN(qsort,(_PTR __base, size_t __nmemb, size_t __size, __compar_fn_t _compar));
^
[ 71%] Building CXX object CMakeFiles/libopenrct2.dir/src/openrct2/windows/Guest.cpp.obj
/usr/local/vitasdk/bin/arm-vita-eabi-g++ -DDISABLE_HTTP -DDISABLE_NETWORK -DDISABLE_OPENGL -DDISABLE_TWITCH -DNO_RCT2 -DNO_TTF -DOPENRCT2_BRANCH=\"vita\" -DOPENRCT2_COMMIT_SHA1=\"5d6d2296d7409b4a606c663a7a1c13cee7211c90\" -DOPENRCT2_COMMIT_SHA1_SHORT=\"5d6d2296d\" -D__WARN_SUGGEST_FINAL_METHODS__ -D__WARN_SUGGEST_FINAL_TYPES__ -I/usr/local/vitasdk/arm-vita-eabi/include -I/usr/local/vitasdk/arm-vita-eabi/include/libpng16 -Wl,-q -fpermissive -Wno-error=date-time -Wnull-dereference -Wsuggest-final-types -Wsuggest-final-methods -Wsuggest-override -Wduplicated-cond -Wnon-virtual-dtor -Wredundant-decls -Wignored-qualifiers -Wstrict-overflow=1 -Wl,--whole-archive -lpthread -Wl,--no-whole-archive -I/usr/local/vitasdk/arm-vita-eabi/include/ -I/usr/local/vitasdk/arm-vita-eabi/include/SDL2/ -std=gnu++14 -fstrict-overflow -finstrument-functions -fstrict-aliasing -DDEBUG=0 -fno-PIC -std=gnu++14 -std=gnu++14 -O0 -g -DDEBUG -D_DEBUG -Wundef -o CMakeFiles/libopenrct2.dir/src/openrct2/windows/Guest.cpp.obj -c /home/rop/psv/OpenRCT2/src/openrct2/windows/Guest.cpp
<command-line>:0:0: warning: "DEBUG" redefined
<command-line>:0:0: note: this is the location of the previous definition
[ 72%] Building CXX object CMakeFiles/libopenrct2.dir/src/openrct2/windows/GuestList.cpp.obj
/usr/local/vitasdk/bin/arm-vita-eabi-g++ -DDISABLE_HTTP -DDISABLE_NETWORK -DDISABLE_OPENGL -DDISABLE_TWITCH -DNO_RCT2 -DNO_TTF -DOPENRCT2_BRANCH=\"vita\" -DOPENRCT2_COMMIT_SHA1=\"5d6d2296d7409b4a606c663a7a1c13cee7211c90\" -DOPENRCT2_COMMIT_SHA1_SHORT=\"5d6d2296d\" -D__WARN_SUGGEST_FINAL_METHODS__ -D__WARN_SUGGEST_FINAL_TYPES__ -I/usr/local/vitasdk/arm-vita-eabi/include -I/usr/local/vitasdk/arm-vita-eabi/include/libpng16 -Wl,-q -fpermissive -Wno-error=date-time -Wnull-dereference -Wsuggest-final-types -Wsuggest-final-methods -Wsuggest-override -Wduplicated-cond -Wnon-virtual-dtor -Wredundant-decls -Wignored-qualifiers -Wstrict-overflow=1 -Wl,--whole-archive -lpthread -Wl,--no-whole-archive -I/usr/local/vitasdk/arm-vita-eabi/include/ -I/usr/local/vitasdk/arm-vita-eabi/include/SDL2/ -std=gnu++14 -fstrict-overflow -finstrument-functions -fstrict-aliasing -DDEBUG=0 -fno-PIC -std=gnu++14 -std=gnu++14 -O0 -g -DDEBUG -D_DEBUG -Wundef -o CMakeFiles/libopenrct2.dir/src/openrct2/windows/GuestList.cpp.obj -c /home/rop/psv/OpenRCT2/src/openrct2/windows/GuestList.cpp
<command-line>:0:0: warning: "DEBUG" redefined
<command-line>:0:0: note: this is the location of the previous definition
[ 72%] Building CXX object CMakeFiles/libopenrct2.dir/src/openrct2/windows/InstallTrack.cpp.obj
/usr/local/vitasdk/bin/arm-vita-eabi-g++ -DDISABLE_HTTP -DDISABLE_NETWORK -DDISABLE_OPENGL -DDISABLE_TWITCH -DNO_RCT2 -DNO_TTF -DOPENRCT2_BRANCH=\"vita\" -DOPENRCT2_COMMIT_SHA1=\"5d6d2296d7409b4a606c663a7a1c13cee7211c90\" -DOPENRCT2_COMMIT_SHA1_SHORT=\"5d6d2296d\" -D__WARN_SUGGEST_FINAL_METHODS__ -D__WARN_SUGGEST_FINAL_TYPES__ -I/usr/local/vitasdk/arm-vita-eabi/include -I/usr/local/vitasdk/arm-vita-eabi/include/libpng16 -Wl,-q -fpermissive -Wno-error=date-time -Wnull-dereference -Wsuggest-final-types -Wsuggest-final-methods -Wsuggest-override -Wduplicated-cond -Wnon-virtual-dtor -Wredundant-decls -Wignored-qualifiers -Wstrict-overflow=1 -Wl,--whole-archive -lpthread -Wl,--no-whole-archive -I/usr/local/vitasdk/arm-vita-eabi/include/ -I/usr/local/vitasdk/arm-vita-eabi/include/SDL2/ -std=gnu++14 -fstrict-overflow -finstrument-functions -fstrict-aliasing -DDEBUG=0 -fno-PIC -std=gnu++14 -std=gnu++14 -O0 -g -DDEBUG -D_DEBUG -Wundef -o CMakeFiles/libopenrct2.dir/src/openrct2/windows/InstallTrack.cpp.obj -c /home/rop/psv/OpenRCT2/src/openrct2/windows/InstallTrack.cpp
<command-line>:0:0: warning: "DEBUG" redefined
<command-line>:0:0: note: this is the location of the previous definition
[ 72%] Building CXX object CMakeFiles/libopenrct2.dir/src/openrct2/windows/LoadSave.cpp.obj
/usr/local/vitasdk/bin/arm-vita-eabi-g++ -DDISABLE_HTTP -DDISABLE_NETWORK -DDISABLE_OPENGL -DDISABLE_TWITCH -DNO_RCT2 -DNO_TTF -DOPENRCT2_BRANCH=\"vita\" -DOPENRCT2_COMMIT_SHA1=\"5d6d2296d7409b4a606c663a7a1c13cee7211c90\" -DOPENRCT2_COMMIT_SHA1_SHORT=\"5d6d2296d\" -D__WARN_SUGGEST_FINAL_METHODS__ -D__WARN_SUGGEST_FINAL_TYPES__ -I/usr/local/vitasdk/arm-vita-eabi/include -I/usr/local/vitasdk/arm-vita-eabi/include/libpng16 -Wl,-q -fpermissive -Wno-error=date-time -Wnull-dereference -Wsuggest-final-types -Wsuggest-final-methods -Wsuggest-override -Wduplicated-cond -Wnon-virtual-dtor -Wredundant-decls -Wignored-qualifiers -Wstrict-overflow=1 -Wl,--whole-archive -lpthread -Wl,--no-whole-archive -I/usr/local/vitasdk/arm-vita-eabi/include/ -I/usr/local/vitasdk/arm-vita-eabi/include/SDL2/ -std=gnu++14 -fstrict-overflow -finstrument-functions -fstrict-aliasing -DDEBUG=0 -fno-PIC -std=gnu++14 -std=gnu++14 -O0 -g -DDEBUG -D_DEBUG -Wundef -o CMakeFiles/libopenrct2.dir/src/openrct2/windows/LoadSave.cpp.obj -c /home/rop/psv/OpenRCT2/src/openrct2/windows/LoadSave.cpp
<command-line>:0:0: warning: "DEBUG" redefined
<command-line>:0:0: note: this is the location of the previous definition
/home/rop/psv/OpenRCT2/src/openrct2/windows/LoadSave.cpp: In function 'void window_loadsave_sort_list(sint32, sint32)':
/home/rop/psv/OpenRCT2/src/openrct2/windows/LoadSave.cpp:583:80: warning: invalid conversion from 'sint32 (*)(const void*, const void*) {aka long int (*)(const void*, const void*)}' to '__compar_fn_t {aka int (*)(const void*, const void*)}' [-fpermissive]
qsort(_listItems + index, count, sizeof(loadsave_list_item), list_item_sort);
^
In file included from /usr/local/vitasdk/arm-vita-eabi/include/assert.h:9:0,
from /home/rop/psv/OpenRCT2/src/openrct2/windows/../config/../common.h:29,
from /home/rop/psv/OpenRCT2/src/openrct2/windows/../config/Config.h:19,
from /home/rop/psv/OpenRCT2/src/openrct2/windows/LoadSave.cpp:17:
/usr/local/vitasdk/arm-vita-eabi/include/stdlib.h:124:7: note: initializing argument 4 of 'void qsort(void*, size_t, size_t, __compar_fn_t)'
_VOID _EXFUN(qsort,(_PTR __base, size_t __nmemb, size_t __size, __compar_fn_t _compar));
^
[ 72%] Building CXX object CMakeFiles/libopenrct2.dir/src/openrct2/windows/Map.cpp.obj
/usr/local/vitasdk/bin/arm-vita-eabi-g++ -DDISABLE_HTTP -DDISABLE_NETWORK -DDISABLE_OPENGL -DDISABLE_TWITCH -DNO_RCT2 -DNO_TTF -DOPENRCT2_BRANCH=\"vita\" -DOPENRCT2_COMMIT_SHA1=\"5d6d2296d7409b4a606c663a7a1c13cee7211c90\" -DOPENRCT2_COMMIT_SHA1_SHORT=\"5d6d2296d\" -D__WARN_SUGGEST_FINAL_METHODS__ -D__WARN_SUGGEST_FINAL_TYPES__ -I/usr/local/vitasdk/arm-vita-eabi/include -I/usr/local/vitasdk/arm-vita-eabi/include/libpng16 -Wl,-q -fpermissive -Wno-error=date-time -Wnull-dereference -Wsuggest-final-types -Wsuggest-final-methods -Wsuggest-override -Wduplicated-cond -Wnon-virtual-dtor -Wredundant-decls -Wignored-qualifiers -Wstrict-overflow=1 -Wl,--whole-archive -lpthread -Wl,--no-whole-archive -I/usr/local/vitasdk/arm-vita-eabi/include/ -I/usr/local/vitasdk/arm-vita-eabi/include/SDL2/ -std=gnu++14 -fstrict-overflow -finstrument-functions -fstrict-aliasing -DDEBUG=0 -fno-PIC -std=gnu++14 -std=gnu++14 -O0 -g -DDEBUG -D_DEBUG -Wundef -o CMakeFiles/libopenrct2.dir/src/openrct2/windows/Map.cpp.obj -c /home/rop/psv/OpenRCT2/src/openrct2/windows/Map.cpp
<command-line>:0:0: warning: "DEBUG" redefined
<command-line>:0:0: note: this is the location of the previous definition
[ 73%] Building CXX object CMakeFiles/libopenrct2.dir/src/openrct2/windows/MapTooltip.cpp.obj
/usr/local/vitasdk/bin/arm-vita-eabi-g++ -DDISABLE_HTTP -DDISABLE_NETWORK -DDISABLE_OPENGL -DDISABLE_TWITCH -DNO_RCT2 -DNO_TTF -DOPENRCT2_BRANCH=\"vita\" -DOPENRCT2_COMMIT_SHA1=\"5d6d2296d7409b4a606c663a7a1c13cee7211c90\" -DOPENRCT2_COMMIT_SHA1_SHORT=\"5d6d2296d\" -D__WARN_SUGGEST_FINAL_METHODS__ -D__WARN_SUGGEST_FINAL_TYPES__ -I/usr/local/vitasdk/arm-vita-eabi/include -I/usr/local/vitasdk/arm-vita-eabi/include/libpng16 -Wl,-q -fpermissive -Wno-error=date-time -Wnull-dereference -Wsuggest-final-types -Wsuggest-final-methods -Wsuggest-override -Wduplicated-cond -Wnon-virtual-dtor -Wredundant-decls -Wignored-qualifiers -Wstrict-overflow=1 -Wl,--whole-archive -lpthread -Wl,--no-whole-archive -I/usr/local/vitasdk/arm-vita-eabi/include/ -I/usr/local/vitasdk/arm-vita-eabi/include/SDL2/ -std=gnu++14 -fstrict-overflow -finstrument-functions -fstrict-aliasing -DDEBUG=0 -fno-PIC -std=gnu++14 -std=gnu++14 -O0 -g -DDEBUG -D_DEBUG -Wundef -o CMakeFiles/libopenrct2.dir/src/openrct2/windows/MapTooltip.cpp.obj -c /home/rop/psv/OpenRCT2/src/openrct2/windows/MapTooltip.cpp
<command-line>:0:0: warning: "DEBUG" redefined
<command-line>:0:0: note: this is the location of the previous definition
[ 73%] Building CXX object CMakeFiles/libopenrct2.dir/src/openrct2/windows/MazeConstruction.cpp.obj
/usr/local/vitasdk/bin/arm-vita-eabi-g++ -DDISABLE_HTTP -DDISABLE_NETWORK -DDISABLE_OPENGL -DDISABLE_TWITCH -DNO_RCT2 -DNO_TTF -DOPENRCT2_BRANCH=\"vita\" -DOPENRCT2_COMMIT_SHA1=\"5d6d2296d7409b4a606c663a7a1c13cee7211c90\" -DOPENRCT2_COMMIT_SHA1_SHORT=\"5d6d2296d\" -D__WARN_SUGGEST_FINAL_METHODS__ -D__WARN_SUGGEST_FINAL_TYPES__ -I/usr/local/vitasdk/arm-vita-eabi/include -I/usr/local/vitasdk/arm-vita-eabi/include/libpng16 -Wl,-q -fpermissive -Wno-error=date-time -Wnull-dereference -Wsuggest-final-types -Wsuggest-final-methods -Wsuggest-override -Wduplicated-cond -Wnon-virtual-dtor -Wredundant-decls -Wignored-qualifiers -Wstrict-overflow=1 -Wl,--whole-archive -lpthread -Wl,--no-whole-archive -I/usr/local/vitasdk/arm-vita-eabi/include/ -I/usr/local/vitasdk/arm-vita-eabi/include/SDL2/ -std=gnu++14 -fstrict-overflow -finstrument-functions -fstrict-aliasing -DDEBUG=0 -fno-PIC -std=gnu++14 -std=gnu++14 -O0 -g -DDEBUG -D_DEBUG -Wundef -o CMakeFiles/libopenrct2.dir/src/openrct2/windows/MazeConstruction.cpp.obj -c /home/rop/psv/OpenRCT2/src/openrct2/windows/MazeConstruction.cpp
<command-line>:0:0: warning: "DEBUG" redefined
<command-line>:0:0: note: this is the location of the previous definition
[ 73%] Building CXX object CMakeFiles/libopenrct2.dir/src/openrct2/windows/NetworkStatus.cpp.obj
/usr/local/vitasdk/bin/arm-vita-eabi-g++ -DDISABLE_HTTP -DDISABLE_NETWORK -DDISABLE_OPENGL -DDISABLE_TWITCH -DNO_RCT2 -DNO_TTF -DOPENRCT2_BRANCH=\"vita\" -DOPENRCT2_COMMIT_SHA1=\"5d6d2296d7409b4a606c663a7a1c13cee7211c90\" -DOPENRCT2_COMMIT_SHA1_SHORT=\"5d6d2296d\" -D__WARN_SUGGEST_FINAL_METHODS__ -D__WARN_SUGGEST_FINAL_TYPES__ -I/usr/local/vitasdk/arm-vita-eabi/include -I/usr/local/vitasdk/arm-vita-eabi/include/libpng16 -Wl,-q -fpermissive -Wno-error=date-time -Wnull-dereference -Wsuggest-final-types -Wsuggest-final-methods -Wsuggest-override -Wduplicated-cond -Wnon-virtual-dtor -Wredundant-decls -Wignored-qualifiers -Wstrict-overflow=1 -Wl,--whole-archive -lpthread -Wl,--no-whole-archive -I/usr/local/vitasdk/arm-vita-eabi/include/ -I/usr/local/vitasdk/arm-vita-eabi/include/SDL2/ -std=gnu++14 -fstrict-overflow -finstrument-functions -fstrict-aliasing -DDEBUG=0 -fno-PIC -std=gnu++14 -std=gnu++14 -O0 -g -DDEBUG -D_DEBUG -Wundef -o CMakeFiles/libopenrct2.dir/src/openrct2/windows/NetworkStatus.cpp.obj -c /home/rop/psv/OpenRCT2/src/openrct2/windows/NetworkStatus.cpp
<command-line>:0:0: warning: "DEBUG" redefined
<command-line>:0:0: note: this is the location of the previous definition
[ 73%] Building CXX object CMakeFiles/libopenrct2.dir/src/openrct2/windows/NewCampaign.cpp.obj
/usr/local/vitasdk/bin/arm-vita-eabi-g++ -DDISABLE_HTTP -DDISABLE_NETWORK -DDISABLE_OPENGL -DDISABLE_TWITCH -DNO_RCT2 -DNO_TTF -DOPENRCT2_BRANCH=\"vita\" -DOPENRCT2_COMMIT_SHA1=\"5d6d2296d7409b4a606c663a7a1c13cee7211c90\" -DOPENRCT2_COMMIT_SHA1_SHORT=\"5d6d2296d\" -D__WARN_SUGGEST_FINAL_METHODS__ -D__WARN_SUGGEST_FINAL_TYPES__ -I/usr/local/vitasdk/arm-vita-eabi/include -I/usr/local/vitasdk/arm-vita-eabi/include/libpng16 -Wl,-q -fpermissive -Wno-error=date-time -Wnull-dereference -Wsuggest-final-types -Wsuggest-final-methods -Wsuggest-override -Wduplicated-cond -Wnon-virtual-dtor -Wredundant-decls -Wignored-qualifiers -Wstrict-overflow=1 -Wl,--whole-archive -lpthread -Wl,--no-whole-archive -I/usr/local/vitasdk/arm-vita-eabi/include/ -I/usr/local/vitasdk/arm-vita-eabi/include/SDL2/ -std=gnu++14 -fstrict-overflow -finstrument-functions -fstrict-aliasing -DDEBUG=0 -fno-PIC -std=gnu++14 -std=gnu++14 -O0 -g -DDEBUG -D_DEBUG -Wundef -o CMakeFiles/libopenrct2.dir/src/openrct2/windows/NewCampaign.cpp.obj -c /home/rop/psv/OpenRCT2/src/openrct2/windows/NewCampaign.cpp
<command-line>:0:0: warning: "DEBUG" redefined
<command-line>:0:0: note: this is the location of the previous definition
[ 74%] Building CXX object CMakeFiles/libopenrct2.dir/src/openrct2/windows/NewRide.cpp.obj
/usr/local/vitasdk/bin/arm-vita-eabi-g++ -DDISABLE_HTTP -DDISABLE_NETWORK -DDISABLE_OPENGL -DDISABLE_TWITCH -DNO_RCT2 -DNO_TTF -DOPENRCT2_BRANCH=\"vita\" -DOPENRCT2_COMMIT_SHA1=\"5d6d2296d7409b4a606c663a7a1c13cee7211c90\" -DOPENRCT2_COMMIT_SHA1_SHORT=\"5d6d2296d\" -D__WARN_SUGGEST_FINAL_METHODS__ -D__WARN_SUGGEST_FINAL_TYPES__ -I/usr/local/vitasdk/arm-vita-eabi/include -I/usr/local/vitasdk/arm-vita-eabi/include/libpng16 -Wl,-q -fpermissive -Wno-error=date-time -Wnull-dereference -Wsuggest-final-types -Wsuggest-final-methods -Wsuggest-override -Wduplicated-cond -Wnon-virtual-dtor -Wredundant-decls -Wignored-qualifiers -Wstrict-overflow=1 -Wl,--whole-archive -lpthread -Wl,--no-whole-archive -I/usr/local/vitasdk/arm-vita-eabi/include/ -I/usr/local/vitasdk/arm-vita-eabi/include/SDL2/ -std=gnu++14 -fstrict-overflow -finstrument-functions -fstrict-aliasing -DDEBUG=0 -fno-PIC -std=gnu++14 -std=gnu++14 -O0 -g -DDEBUG -D_DEBUG -Wundef -o CMakeFiles/libopenrct2.dir/src/openrct2/windows/NewRide.cpp.obj -c /home/rop/psv/OpenRCT2/src/openrct2/windows/NewRide.cpp
[ 74%] Building CXX object CMakeFiles/libopenrct2.dir/src/openrct2/windows/ObjectLoadError.cpp.obj
/usr/local/vitasdk/bin/arm-vita-eabi-g++ -DDISABLE_HTTP -DDISABLE_NETWORK -DDISABLE_OPENGL -DDISABLE_TWITCH -DNO_RCT2 -DNO_TTF -DOPENRCT2_BRANCH=\"vita\" -DOPENRCT2_COMMIT_SHA1=\"5d6d2296d7409b4a606c663a7a1c13cee7211c90\" -DOPENRCT2_COMMIT_SHA1_SHORT=\"5d6d2296d\" -D__WARN_SUGGEST_FINAL_METHODS__ -D__WARN_SUGGEST_FINAL_TYPES__ -I/usr/local/vitasdk/arm-vita-eabi/include -I/usr/local/vitasdk/arm-vita-eabi/include/libpng16 -Wl,-q -fpermissive -Wno-error=date-time -Wnull-dereference -Wsuggest-final-types -Wsuggest-final-methods -Wsuggest-override -Wduplicated-cond -Wnon-virtual-dtor -Wredundant-decls -Wignored-qualifiers -Wstrict-overflow=1 -Wl,--whole-archive -lpthread -Wl,--no-whole-archive -I/usr/local/vitasdk/arm-vita-eabi/include/ -I/usr/local/vitasdk/arm-vita-eabi/include/SDL2/ -std=gnu++14 -fstrict-overflow -finstrument-functions -fstrict-aliasing -DDEBUG=0 -fno-PIC -std=gnu++14 -std=gnu++14 -O0 -g -DDEBUG -D_DEBUG -Wundef -o CMakeFiles/libopenrct2.dir/src/openrct2/windows/ObjectLoadError.cpp.obj -c /home/rop/psv/OpenRCT2/src/openrct2/windows/ObjectLoadError.cpp
<command-line>:0:0: warning: "DEBUG" redefined
<command-line>:0:0: note: this is the location of the previous definition
<command-line>:0:0: warning: "DEBUG" redefined
<command-line>:0:0: note: this is the location of the previous definition
/home/rop/psv/OpenRCT2/src/openrct2/windows/NewCampaign.cpp: In function 'void window_new_campaign_open(sint16)':
/home/rop/psv/OpenRCT2/src/openrct2/windows/NewCampaign.cpp:187:95: warning: invalid conversion from 'sint32 (*)(const void*, const void*) {aka long int (*)(const void*, const void*)}' to '__compar_fn_t {aka int (*)(const void*, const void*)}' [-fpermissive]
qsort(window_new_campaign_rides, numApplicableRides, sizeof(uint8), ride_value_compare);
^
In file included from /usr/local/vitasdk/arm-vita-eabi/include/assert.h:9:0,
from /home/rop/psv/OpenRCT2/src/openrct2/windows/../config/../common.h:29,
from /home/rop/psv/OpenRCT2/src/openrct2/windows/../config/Config.h:19,
from /home/rop/psv/OpenRCT2/src/openrct2/windows/NewCampaign.cpp:17:
/usr/local/vitasdk/arm-vita-eabi/include/stdlib.h:124:7: note: initializing argument 4 of 'void qsort(void*, size_t, size_t, __compar_fn_t)'
_VOID _EXFUN(qsort,(_PTR __base, size_t __nmemb, size_t __size, __compar_fn_t _compar));
^
/home/rop/psv/OpenRCT2/src/openrct2/windows/NewCampaign.cpp:192:90: warning: invalid conversion from 'sint32 (*)(const void*, const void*) {aka long int (*)(const void*, const void*)}' to '__compar_fn_t {aka int (*)(const void*, const void*)}' [-fpermissive]
qsort(window_new_campaign_rides, numApplicableRides, sizeof(uint8), ride_name_compare);
^
In file included from /usr/local/vitasdk/arm-vita-eabi/include/assert.h:9:0,
from /home/rop/psv/OpenRCT2/src/openrct2/windows/../config/../common.h:29,
from /home/rop/psv/OpenRCT2/src/openrct2/windows/../config/Config.h:19,
from /home/rop/psv/OpenRCT2/src/openrct2/windows/NewCampaign.cpp:17:
/usr/local/vitasdk/arm-vita-eabi/include/stdlib.h:124:7: note: initializing argument 4 of 'void qsort(void*, size_t, size_t, __compar_fn_t)'
_VOID _EXFUN(qsort,(_PTR __base, size_t __nmemb, size_t __size, __compar_fn_t _compar));
^
[ 74%] Building CXX object CMakeFiles/libopenrct2.dir/src/openrct2/windows/Park.cpp.obj
/usr/local/vitasdk/bin/arm-vita-eabi-g++ -DDISABLE_HTTP -DDISABLE_NETWORK -DDISABLE_OPENGL -DDISABLE_TWITCH -DNO_RCT2 -DNO_TTF -DOPENRCT2_BRANCH=\"vita\" -DOPENRCT2_COMMIT_SHA1=\"5d6d2296d7409b4a606c663a7a1c13cee7211c90\" -DOPENRCT2_COMMIT_SHA1_SHORT=\"5d6d2296d\" -D__WARN_SUGGEST_FINAL_METHODS__ -D__WARN_SUGGEST_FINAL_TYPES__ -I/usr/local/vitasdk/arm-vita-eabi/include -I/usr/local/vitasdk/arm-vita-eabi/include/libpng16 -Wl,-q -fpermissive -Wno-error=date-time -Wnull-dereference -Wsuggest-final-types -Wsuggest-final-methods -Wsuggest-override -Wduplicated-cond -Wnon-virtual-dtor -Wredundant-decls -Wignored-qualifiers -Wstrict-overflow=1 -Wl,--whole-archive -lpthread -Wl,--no-whole-archive -I/usr/local/vitasdk/arm-vita-eabi/include/ -I/usr/local/vitasdk/arm-vita-eabi/include/SDL2/ -std=gnu++14 -fstrict-overflow -finstrument-functions -fstrict-aliasing -DDEBUG=0 -fno-PIC -std=gnu++14 -std=gnu++14 -O0 -g -DDEBUG -D_DEBUG -Wundef -o CMakeFiles/libopenrct2.dir/src/openrct2/windows/Park.cpp.obj -c /home/rop/psv/OpenRCT2/src/openrct2/windows/Park.cpp
<command-line>:0:0: warning: "DEBUG" redefined
<command-line>:0:0: note: this is the location of the previous definition
[ 74%] Building CXX object CMakeFiles/libopenrct2.dir/src/openrct2/windows/Player.cpp.obj
/usr/local/vitasdk/bin/arm-vita-eabi-g++ -DDISABLE_HTTP -DDISABLE_NETWORK -DDISABLE_OPENGL -DDISABLE_TWITCH -DNO_RCT2 -DNO_TTF -DOPENRCT2_BRANCH=\"vita\" -DOPENRCT2_COMMIT_SHA1=\"5d6d2296d7409b4a606c663a7a1c13cee7211c90\" -DOPENRCT2_COMMIT_SHA1_SHORT=\"5d6d2296d\" -D__WARN_SUGGEST_FINAL_METHODS__ -D__WARN_SUGGEST_FINAL_TYPES__ -I/usr/local/vitasdk/arm-vita-eabi/include -I/usr/local/vitasdk/arm-vita-eabi/include/libpng16 -Wl,-q -fpermissive -Wno-error=date-time -Wnull-dereference -Wsuggest-final-types -Wsuggest-final-methods -Wsuggest-override -Wduplicated-cond -Wnon-virtual-dtor -Wredundant-decls -Wignored-qualifiers -Wstrict-overflow=1 -Wl,--whole-archive -lpthread -Wl,--no-whole-archive -I/usr/local/vitasdk/arm-vita-eabi/include/ -I/usr/local/vitasdk/arm-vita-eabi/include/SDL2/ -std=gnu++14 -fstrict-overflow -finstrument-functions -fstrict-aliasing -DDEBUG=0 -fno-PIC -std=gnu++14 -std=gnu++14 -O0 -g -DDEBUG -D_DEBUG -Wundef -o CMakeFiles/libopenrct2.dir/src/openrct2/windows/Player.cpp.obj -c /home/rop/psv/OpenRCT2/src/openrct2/windows/Player.cpp
<command-line>:0:0: warning: "DEBUG" redefined
<command-line>:0:0: note: this is the location of the previous definition
[ 75%] Building CXX object CMakeFiles/libopenrct2.dir/src/openrct2/windows/Research.cpp.obj
/usr/local/vitasdk/bin/arm-vita-eabi-g++ -DDISABLE_HTTP -DDISABLE_NETWORK -DDISABLE_OPENGL -DDISABLE_TWITCH -DNO_RCT2 -DNO_TTF -DOPENRCT2_BRANCH=\"vita\" -DOPENRCT2_COMMIT_SHA1=\"5d6d2296d7409b4a606c663a7a1c13cee7211c90\" -DOPENRCT2_COMMIT_SHA1_SHORT=\"5d6d2296d\" -D__WARN_SUGGEST_FINAL_METHODS__ -D__WARN_SUGGEST_FINAL_TYPES__ -I/usr/local/vitasdk/arm-vita-eabi/include -I/usr/local/vitasdk/arm-vita-eabi/include/libpng16 -Wl,-q -fpermissive -Wno-error=date-time -Wnull-dereference -Wsuggest-final-types -Wsuggest-final-methods -Wsuggest-override -Wduplicated-cond -Wnon-virtual-dtor -Wredundant-decls -Wignored-qualifiers -Wstrict-overflow=1 -Wl,--whole-archive -lpthread -Wl,--no-whole-archive -I/usr/local/vitasdk/arm-vita-eabi/include/ -I/usr/local/vitasdk/arm-vita-eabi/include/SDL2/ -std=gnu++14 -fstrict-overflow -finstrument-functions -fstrict-aliasing -DDEBUG=0 -fno-PIC -std=gnu++14 -std=gnu++14 -O0 -g -DDEBUG -D_DEBUG -Wundef -o CMakeFiles/libopenrct2.dir/src/openrct2/windows/Research.cpp.obj -c /home/rop/psv/OpenRCT2/src/openrct2/windows/Research.cpp
<command-line>:0:0: warning: "DEBUG" redefined
<command-line>:0:0: note: this is the location of the previous definition
[ 75%] Building CXX object CMakeFiles/libopenrct2.dir/src/openrct2/windows/Ride.cpp.obj
/usr/local/vitasdk/bin/arm-vita-eabi-g++ -DDISABLE_HTTP -DDISABLE_NETWORK -DDISABLE_OPENGL -DDISABLE_TWITCH -DNO_RCT2 -DNO_TTF -DOPENRCT2_BRANCH=\"vita\" -DOPENRCT2_COMMIT_SHA1=\"5d6d2296d7409b4a606c663a7a1c13cee7211c90\" -DOPENRCT2_COMMIT_SHA1_SHORT=\"5d6d2296d\" -D__WARN_SUGGEST_FINAL_METHODS__ -D__WARN_SUGGEST_FINAL_TYPES__ -I/usr/local/vitasdk/arm-vita-eabi/include -I/usr/local/vitasdk/arm-vita-eabi/include/libpng16 -Wl,-q -fpermissive -Wno-error=date-time -Wnull-dereference -Wsuggest-final-types -Wsuggest-final-methods -Wsuggest-override -Wduplicated-cond -Wnon-virtual-dtor -Wredundant-decls -Wignored-qualifiers -Wstrict-overflow=1 -Wl,--whole-archive -lpthread -Wl,--no-whole-archive -I/usr/local/vitasdk/arm-vita-eabi/include/ -I/usr/local/vitasdk/arm-vita-eabi/include/SDL2/ -std=gnu++14 -fstrict-overflow -finstrument-functions -fstrict-aliasing -DDEBUG=0 -fno-PIC -std=gnu++14 -std=gnu++14 -O0 -g -DDEBUG -D_DEBUG -Wundef -o CMakeFiles/libopenrct2.dir/src/openrct2/windows/Ride.cpp.obj -c /home/rop/psv/OpenRCT2/src/openrct2/windows/Ride.cpp
<command-line>:0:0: warning: "DEBUG" redefined
<command-line>:0:0: note: this is the location of the previous definition
[ 75%] Building CXX object CMakeFiles/libopenrct2.dir/src/openrct2/windows/RideConstruction.cpp.obj
/usr/local/vitasdk/bin/arm-vita-eabi-g++ -DDISABLE_HTTP -DDISABLE_NETWORK -DDISABLE_OPENGL -DDISABLE_TWITCH -DNO_RCT2 -DNO_TTF -DOPENRCT2_BRANCH=\"vita\" -DOPENRCT2_COMMIT_SHA1=\"5d6d2296d7409b4a606c663a7a1c13cee7211c90\" -DOPENRCT2_COMMIT_SHA1_SHORT=\"5d6d2296d\" -D__WARN_SUGGEST_FINAL_METHODS__ -D__WARN_SUGGEST_FINAL_TYPES__ -I/usr/local/vitasdk/arm-vita-eabi/include -I/usr/local/vitasdk/arm-vita-eabi/include/libpng16 -Wl,-q -fpermissive -Wno-error=date-time -Wnull-dereference -Wsuggest-final-types -Wsuggest-final-methods -Wsuggest-override -Wduplicated-cond -Wnon-virtual-dtor -Wredundant-decls -Wignored-qualifiers -Wstrict-overflow=1 -Wl,--whole-archive -lpthread -Wl,--no-whole-archive -I/usr/local/vitasdk/arm-vita-eabi/include/ -I/usr/local/vitasdk/arm-vita-eabi/include/SDL2/ -std=gnu++14 -fstrict-overflow -finstrument-functions -fstrict-aliasing -DDEBUG=0 -fno-PIC -std=gnu++14 -std=gnu++14 -O0 -g -DDEBUG -D_DEBUG -Wundef -o CMakeFiles/libopenrct2.dir/src/openrct2/windows/RideConstruction.cpp.obj -c /home/rop/psv/OpenRCT2/src/openrct2/windows/RideConstruction.cpp
<command-line>:0:0: warning: "DEBUG" redefined
<command-line>:0:0: note: this is the location of the previous definition
[ 75%] Building CXX object CMakeFiles/libopenrct2.dir/src/openrct2/windows/RideList.cpp.obj
/usr/local/vitasdk/bin/arm-vita-eabi-g++ -DDISABLE_HTTP -DDISABLE_NETWORK -DDISABLE_OPENGL -DDISABLE_TWITCH -DNO_RCT2 -DNO_TTF -DOPENRCT2_BRANCH=\"vita\" -DOPENRCT2_COMMIT_SHA1=\"5d6d2296d7409b4a606c663a7a1c13cee7211c90\" -DOPENRCT2_COMMIT_SHA1_SHORT=\"5d6d2296d\" -D__WARN_SUGGEST_FINAL_METHODS__ -D__WARN_SUGGEST_FINAL_TYPES__ -I/usr/local/vitasdk/arm-vita-eabi/include -I/usr/local/vitasdk/arm-vita-eabi/include/libpng16 -Wl,-q -fpermissive -Wno-error=date-time -Wnull-dereference -Wsuggest-final-types -Wsuggest-final-methods -Wsuggest-override -Wduplicated-cond -Wnon-virtual-dtor -Wredundant-decls -Wignored-qualifiers -Wstrict-overflow=1 -Wl,--whole-archive -lpthread -Wl,--no-whole-archive -I/usr/local/vitasdk/arm-vita-eabi/include/ -I/usr/local/vitasdk/arm-vita-eabi/include/SDL2/ -std=gnu++14 -fstrict-overflow -finstrument-functions -fstrict-aliasing -DDEBUG=0 -fno-PIC -std=gnu++14 -std=gnu++14 -O0 -g -DDEBUG -D_DEBUG -Wundef -o CMakeFiles/libopenrct2.dir/src/openrct2/windows/RideList.cpp.obj -c /home/rop/psv/OpenRCT2/src/openrct2/windows/RideList.cpp
<command-line>:0:0: warning: "DEBUG" redefined
<command-line>:0:0: note: this is the location of the previous definition
[ 76%] Building CXX object CMakeFiles/libopenrct2.dir/src/openrct2/windows/Scenery.cpp.obj
/usr/local/vitasdk/bin/arm-vita-eabi-g++ -DDISABLE_HTTP -DDISABLE_NETWORK -DDISABLE_OPENGL -DDISABLE_TWITCH -DNO_RCT2 -DNO_TTF -DOPENRCT2_BRANCH=\"vita\" -DOPENRCT2_COMMIT_SHA1=\"5d6d2296d7409b4a606c663a7a1c13cee7211c90\" -DOPENRCT2_COMMIT_SHA1_SHORT=\"5d6d2296d\" -D__WARN_SUGGEST_FINAL_METHODS__ -D__WARN_SUGGEST_FINAL_TYPES__ -I/usr/local/vitasdk/arm-vita-eabi/include -I/usr/local/vitasdk/arm-vita-eabi/include/libpng16 -Wl,-q -fpermissive -Wno-error=date-time -Wnull-dereference -Wsuggest-final-types -Wsuggest-final-methods -Wsuggest-override -Wduplicated-cond -Wnon-virtual-dtor -Wredundant-decls -Wignored-qualifiers -Wstrict-overflow=1 -Wl,--whole-archive -lpthread -Wl,--no-whole-archive -I/usr/local/vitasdk/arm-vita-eabi/include/ -I/usr/local/vitasdk/arm-vita-eabi/include/SDL2/ -std=gnu++14 -fstrict-overflow -finstrument-functions -fstrict-aliasing -DDEBUG=0 -fno-PIC -std=gnu++14 -std=gnu++14 -O0 -g -DDEBUG -D_DEBUG -Wundef -o CMakeFiles/libopenrct2.dir/src/openrct2/windows/Scenery.cpp.obj -c /home/rop/psv/OpenRCT2/src/openrct2/windows/Scenery.cpp
<command-line>:0:0: warning: "DEBUG" redefined
<command-line>:0:0: note: this is the location of the previous definition
[ 76%] Building CXX object CMakeFiles/libopenrct2.dir/src/openrct2/windows/Sign.cpp.obj
/usr/local/vitasdk/bin/arm-vita-eabi-g++ -DDISABLE_HTTP -DDISABLE_NETWORK -DDISABLE_OPENGL -DDISABLE_TWITCH -DNO_RCT2 -DNO_TTF -DOPENRCT2_BRANCH=\"vita\" -DOPENRCT2_COMMIT_SHA1=\"5d6d2296d7409b4a606c663a7a1c13cee7211c90\" -DOPENRCT2_COMMIT_SHA1_SHORT=\"5d6d2296d\" -D__WARN_SUGGEST_FINAL_METHODS__ -D__WARN_SUGGEST_FINAL_TYPES__ -I/usr/local/vitasdk/arm-vita-eabi/include -I/usr/local/vitasdk/arm-vita-eabi/include/libpng16 -Wl,-q -fpermissive -Wno-error=date-time -Wnull-dereference -Wsuggest-final-types -Wsuggest-final-methods -Wsuggest-override -Wduplicated-cond -Wnon-virtual-dtor -Wredundant-decls -Wignored-qualifiers -Wstrict-overflow=1 -Wl,--whole-archive -lpthread -Wl,--no-whole-archive -I/usr/local/vitasdk/arm-vita-eabi/include/ -I/usr/local/vitasdk/arm-vita-eabi/include/SDL2/ -std=gnu++14 -fstrict-overflow -finstrument-functions -fstrict-aliasing -DDEBUG=0 -fno-PIC -std=gnu++14 -std=gnu++14 -O0 -g -DDEBUG -D_DEBUG -Wundef -o CMakeFiles/libopenrct2.dir/src/openrct2/windows/Sign.cpp.obj -c /home/rop/psv/OpenRCT2/src/openrct2/windows/Sign.cpp
<command-line>:0:0: warning: "DEBUG" redefined
<command-line>:0:0: note: this is the location of the previous definition
[ 76%] Building CXX object CMakeFiles/libopenrct2.dir/src/openrct2/windows/Staff.cpp.obj
/usr/local/vitasdk/bin/arm-vita-eabi-g++ -DDISABLE_HTTP -DDISABLE_NETWORK -DDISABLE_OPENGL -DDISABLE_TWITCH -DNO_RCT2 -DNO_TTF -DOPENRCT2_BRANCH=\"vita\" -DOPENRCT2_COMMIT_SHA1=\"5d6d2296d7409b4a606c663a7a1c13cee7211c90\" -DOPENRCT2_COMMIT_SHA1_SHORT=\"5d6d2296d\" -D__WARN_SUGGEST_FINAL_METHODS__ -D__WARN_SUGGEST_FINAL_TYPES__ -I/usr/local/vitasdk/arm-vita-eabi/include -I/usr/local/vitasdk/arm-vita-eabi/include/libpng16 -Wl,-q -fpermissive -Wno-error=date-time -Wnull-dereference -Wsuggest-final-types -Wsuggest-final-methods -Wsuggest-override -Wduplicated-cond -Wnon-virtual-dtor -Wredundant-decls -Wignored-qualifiers -Wstrict-overflow=1 -Wl,--whole-archive -lpthread -Wl,--no-whole-archive -I/usr/local/vitasdk/arm-vita-eabi/include/ -I/usr/local/vitasdk/arm-vita-eabi/include/SDL2/ -std=gnu++14 -fstrict-overflow -finstrument-functions -fstrict-aliasing -DDEBUG=0 -fno-PIC -std=gnu++14 -std=gnu++14 -O0 -g -DDEBUG -D_DEBUG -Wundef -o CMakeFiles/libopenrct2.dir/src/openrct2/windows/Staff.cpp.obj -c /home/rop/psv/OpenRCT2/src/openrct2/windows/Staff.cpp
<command-line>:0:0: warning: "DEBUG" redefined
<command-line>:0:0: note: this is the location of the previous definition
[ 76%] Building CXX object CMakeFiles/libopenrct2.dir/src/openrct2/windows/StaffFirePrompt.cpp.obj
/usr/local/vitasdk/bin/arm-vita-eabi-g++ -DDISABLE_HTTP -DDISABLE_NETWORK -DDISABLE_OPENGL -DDISABLE_TWITCH -DNO_RCT2 -DNO_TTF -DOPENRCT2_BRANCH=\"vita\" -DOPENRCT2_COMMIT_SHA1=\"5d6d2296d7409b4a606c663a7a1c13cee7211c90\" -DOPENRCT2_COMMIT_SHA1_SHORT=\"5d6d2296d\" -D__WARN_SUGGEST_FINAL_METHODS__ -D__WARN_SUGGEST_FINAL_TYPES__ -I/usr/local/vitasdk/arm-vita-eabi/include -I/usr/local/vitasdk/arm-vita-eabi/include/libpng16 -Wl,-q -fpermissive -Wno-error=date-time -Wnull-dereference -Wsuggest-final-types -Wsuggest-final-methods -Wsuggest-override -Wduplicated-cond -Wnon-virtual-dtor -Wredundant-decls -Wignored-qualifiers -Wstrict-overflow=1 -Wl,--whole-archive -lpthread -Wl,--no-whole-archive -I/usr/local/vitasdk/arm-vita-eabi/include/ -I/usr/local/vitasdk/arm-vita-eabi/include/SDL2/ -std=gnu++14 -fstrict-overflow -finstrument-functions -fstrict-aliasing -DDEBUG=0 -fno-PIC -std=gnu++14 -std=gnu++14 -O0 -g -DDEBUG -D_DEBUG -Wundef -o CMakeFiles/libopenrct2.dir/src/openrct2/windows/StaffFirePrompt.cpp.obj -c /home/rop/psv/OpenRCT2/src/openrct2/windows/StaffFirePrompt.cpp
<command-line>:0:0: warning: "DEBUG" redefined
<command-line>:0:0: note: this is the location of the previous definition
[ 77%] Building CXX object CMakeFiles/libopenrct2.dir/src/openrct2/windows/TextInput.cpp.obj
/usr/local/vitasdk/bin/arm-vita-eabi-g++ -DDISABLE_HTTP -DDISABLE_NETWORK -DDISABLE_OPENGL -DDISABLE_TWITCH -DNO_RCT2 -DNO_TTF -DOPENRCT2_BRANCH=\"vita\" -DOPENRCT2_COMMIT_SHA1=\"5d6d2296d7409b4a606c663a7a1c13cee7211c90\" -DOPENRCT2_COMMIT_SHA1_SHORT=\"5d6d2296d\" -D__WARN_SUGGEST_FINAL_METHODS__ -D__WARN_SUGGEST_FINAL_TYPES__ -I/usr/local/vitasdk/arm-vita-eabi/include -I/usr/local/vitasdk/arm-vita-eabi/include/libpng16 -Wl,-q -fpermissive -Wno-error=date-time -Wnull-dereference -Wsuggest-final-types -Wsuggest-final-methods -Wsuggest-override -Wduplicated-cond -Wnon-virtual-dtor -Wredundant-decls -Wignored-qualifiers -Wstrict-overflow=1 -Wl,--whole-archive -lpthread -Wl,--no-whole-archive -I/usr/local/vitasdk/arm-vita-eabi/include/ -I/usr/local/vitasdk/arm-vita-eabi/include/SDL2/ -std=gnu++14 -fstrict-overflow -finstrument-functions -fstrict-aliasing -DDEBUG=0 -fno-PIC -std=gnu++14 -std=gnu++14 -O0 -g -DDEBUG -D_DEBUG -Wundef -o CMakeFiles/libopenrct2.dir/src/openrct2/windows/TextInput.cpp.obj -c /home/rop/psv/OpenRCT2/src/openrct2/windows/TextInput.cpp
<command-line>:0:0: warning: "DEBUG" redefined
<command-line>:0:0: note: this is the location of the previous definition
[ 77%] Building CXX object CMakeFiles/libopenrct2.dir/src/openrct2/windows/TileInspector.cpp.obj
/usr/local/vitasdk/bin/arm-vita-eabi-g++ -DDISABLE_HTTP -DDISABLE_NETWORK -DDISABLE_OPENGL -DDISABLE_TWITCH -DNO_RCT2 -DNO_TTF -DOPENRCT2_BRANCH=\"vita\" -DOPENRCT2_COMMIT_SHA1=\"5d6d2296d7409b4a606c663a7a1c13cee7211c90\" -DOPENRCT2_COMMIT_SHA1_SHORT=\"5d6d2296d\" -D__WARN_SUGGEST_FINAL_METHODS__ -D__WARN_SUGGEST_FINAL_TYPES__ -I/usr/local/vitasdk/arm-vita-eabi/include -I/usr/local/vitasdk/arm-vita-eabi/include/libpng16 -Wl,-q -fpermissive -Wno-error=date-time -Wnull-dereference -Wsuggest-final-types -Wsuggest-final-methods -Wsuggest-override -Wduplicated-cond -Wnon-virtual-dtor -Wredundant-decls -Wignored-qualifiers -Wstrict-overflow=1 -Wl,--whole-archive -lpthread -Wl,--no-whole-archive -I/usr/local/vitasdk/arm-vita-eabi/include/ -I/usr/local/vitasdk/arm-vita-eabi/include/SDL2/ -std=gnu++14 -fstrict-overflow -finstrument-functions -fstrict-aliasing -DDEBUG=0 -fno-PIC -std=gnu++14 -std=gnu++14 -O0 -g -DDEBUG -D_DEBUG -Wundef -o CMakeFiles/libopenrct2.dir/src/openrct2/windows/TileInspector.cpp.obj -c /home/rop/psv/OpenRCT2/src/openrct2/windows/TileInspector.cpp
<command-line>:0:0: warning: "DEBUG" redefined
<command-line>:0:0: note: this is the location of the previous definition
[ 77%] Building CXX object CMakeFiles/libopenrct2.dir/src/openrct2/windows/TitleCommandEditor.cpp.obj
/usr/local/vitasdk/bin/arm-vita-eabi-g++ -DDISABLE_HTTP -DDISABLE_NETWORK -DDISABLE_OPENGL -DDISABLE_TWITCH -DNO_RCT2 -DNO_TTF -DOPENRCT2_BRANCH=\"vita\" -DOPENRCT2_COMMIT_SHA1=\"5d6d2296d7409b4a606c663a7a1c13cee7211c90\" -DOPENRCT2_COMMIT_SHA1_SHORT=\"5d6d2296d\" -D__WARN_SUGGEST_FINAL_METHODS__ -D__WARN_SUGGEST_FINAL_TYPES__ -I/usr/local/vitasdk/arm-vita-eabi/include -I/usr/local/vitasdk/arm-vita-eabi/include/libpng16 -Wl,-q -fpermissive -Wno-error=date-time -Wnull-dereference -Wsuggest-final-types -Wsuggest-final-methods -Wsuggest-override -Wduplicated-cond -Wnon-virtual-dtor -Wredundant-decls -Wignored-qualifiers -Wstrict-overflow=1 -Wl,--whole-archive -lpthread -Wl,--no-whole-archive -I/usr/local/vitasdk/arm-vita-eabi/include/ -I/usr/local/vitasdk/arm-vita-eabi/include/SDL2/ -std=gnu++14 -fstrict-overflow -finstrument-functions -fstrict-aliasing -DDEBUG=0 -fno-PIC -std=gnu++14 -std=gnu++14 -O0 -g -DDEBUG -D_DEBUG -Wundef -o CMakeFiles/libopenrct2.dir/src/openrct2/windows/TitleCommandEditor.cpp.obj -c /home/rop/psv/OpenRCT2/src/openrct2/windows/TitleCommandEditor.cpp
[ 77%] Building CXX object CMakeFiles/libopenrct2.dir/src/openrct2/windows/TitleEditor.cpp.obj
/usr/local/vitasdk/bin/arm-vita-eabi-g++ -DDISABLE_HTTP -DDISABLE_NETWORK -DDISABLE_OPENGL -DDISABLE_TWITCH -DNO_RCT2 -DNO_TTF -DOPENRCT2_BRANCH=\"vita\" -DOPENRCT2_COMMIT_SHA1=\"5d6d2296d7409b4a606c663a7a1c13cee7211c90\" -DOPENRCT2_COMMIT_SHA1_SHORT=\"5d6d2296d\" -D__WARN_SUGGEST_FINAL_METHODS__ -D__WARN_SUGGEST_FINAL_TYPES__ -I/usr/local/vitasdk/arm-vita-eabi/include -I/usr/local/vitasdk/arm-vita-eabi/include/libpng16 -Wl,-q -fpermissive -Wno-error=date-time -Wnull-dereference -Wsuggest-final-types -Wsuggest-final-methods -Wsuggest-override -Wduplicated-cond -Wnon-virtual-dtor -Wredundant-decls -Wignored-qualifiers -Wstrict-overflow=1 -Wl,--whole-archive -lpthread -Wl,--no-whole-archive -I/usr/local/vitasdk/arm-vita-eabi/include/ -I/usr/local/vitasdk/arm-vita-eabi/include/SDL2/ -std=gnu++14 -fstrict-overflow -finstrument-functions -fstrict-aliasing -DDEBUG=0 -fno-PIC -std=gnu++14 -std=gnu++14 -O0 -g -DDEBUG -D_DEBUG -Wundef -o CMakeFiles/libopenrct2.dir/src/openrct2/windows/TitleEditor.cpp.obj -c /home/rop/psv/OpenRCT2/src/openrct2/windows/TitleEditor.cpp
<command-line>:0:0: warning: "DEBUG" redefined
<command-line>:0:0: warning: "DEBUG" redefined
<command-line>:0:0: note: this is the location of the previous definition
<command-line>:0:0: note: this is the location of the previous definition
[ 78%] Building CXX object CMakeFiles/libopenrct2.dir/src/openrct2/windows/TitleScenarioSelect.cpp.obj
/usr/local/vitasdk/bin/arm-vita-eabi-g++ -DDISABLE_HTTP -DDISABLE_NETWORK -DDISABLE_OPENGL -DDISABLE_TWITCH -DNO_RCT2 -DNO_TTF -DOPENRCT2_BRANCH=\"vita\" -DOPENRCT2_COMMIT_SHA1=\"5d6d2296d7409b4a606c663a7a1c13cee7211c90\" -DOPENRCT2_COMMIT_SHA1_SHORT=\"5d6d2296d\" -D__WARN_SUGGEST_FINAL_METHODS__ -D__WARN_SUGGEST_FINAL_TYPES__ -I/usr/local/vitasdk/arm-vita-eabi/include -I/usr/local/vitasdk/arm-vita-eabi/include/libpng16 -Wl,-q -fpermissive -Wno-error=date-time -Wnull-dereference -Wsuggest-final-types -Wsuggest-final-methods -Wsuggest-override -Wduplicated-cond -Wnon-virtual-dtor -Wredundant-decls -Wignored-qualifiers -Wstrict-overflow=1 -Wl,--whole-archive -lpthread -Wl,--no-whole-archive -I/usr/local/vitasdk/arm-vita-eabi/include/ -I/usr/local/vitasdk/arm-vita-eabi/include/SDL2/ -std=gnu++14 -fstrict-overflow -finstrument-functions -fstrict-aliasing -DDEBUG=0 -fno-PIC -std=gnu++14 -std=gnu++14 -O0 -g -DDEBUG -D_DEBUG -Wundef -o CMakeFiles/libopenrct2.dir/src/openrct2/windows/TitleScenarioSelect.cpp.obj -c /home/rop/psv/OpenRCT2/src/openrct2/windows/TitleScenarioSelect.cpp
<command-line>:0:0: warning: "DEBUG" redefined
<command-line>:0:0: note: this is the location of the previous definition
[ 78%] Building CXX object CMakeFiles/libopenrct2.dir/src/openrct2/windows/Tooltip.cpp.obj
/usr/local/vitasdk/bin/arm-vita-eabi-g++ -DDISABLE_HTTP -DDISABLE_NETWORK -DDISABLE_OPENGL -DDISABLE_TWITCH -DNO_RCT2 -DNO_TTF -DOPENRCT2_BRANCH=\"vita\" -DOPENRCT2_COMMIT_SHA1=\"5d6d2296d7409b4a606c663a7a1c13cee7211c90\" -DOPENRCT2_COMMIT_SHA1_SHORT=\"5d6d2296d\" -D__WARN_SUGGEST_FINAL_METHODS__ -D__WARN_SUGGEST_FINAL_TYPES__ -I/usr/local/vitasdk/arm-vita-eabi/include -I/usr/local/vitasdk/arm-vita-eabi/include/libpng16 -Wl,-q -fpermissive -Wno-error=date-time -Wnull-dereference -Wsuggest-final-types -Wsuggest-final-methods -Wsuggest-override -Wduplicated-cond -Wnon-virtual-dtor -Wredundant-decls -Wignored-qualifiers -Wstrict-overflow=1 -Wl,--whole-archive -lpthread -Wl,--no-whole-archive -I/usr/local/vitasdk/arm-vita-eabi/include/ -I/usr/local/vitasdk/arm-vita-eabi/include/SDL2/ -std=gnu++14 -fstrict-overflow -finstrument-functions -fstrict-aliasing -DDEBUG=0 -fno-PIC -std=gnu++14 -std=gnu++14 -O0 -g -DDEBUG -D_DEBUG -Wundef -o CMakeFiles/libopenrct2.dir/src/openrct2/windows/Tooltip.cpp.obj -c /home/rop/psv/OpenRCT2/src/openrct2/windows/Tooltip.cpp
<command-line>:0:0: warning: "DEBUG" redefined
<command-line>:0:0: note: this is the location of the previous definition
[ 78%] Building CXX object CMakeFiles/libopenrct2.dir/src/openrct2/windows/TopToolbar.cpp.obj
/usr/local/vitasdk/bin/arm-vita-eabi-g++ -DDISABLE_HTTP -DDISABLE_NETWORK -DDISABLE_OPENGL -DDISABLE_TWITCH -DNO_RCT2 -DNO_TTF -DOPENRCT2_BRANCH=\"vita\" -DOPENRCT2_COMMIT_SHA1=\"5d6d2296d7409b4a606c663a7a1c13cee7211c90\" -DOPENRCT2_COMMIT_SHA1_SHORT=\"5d6d2296d\" -D__WARN_SUGGEST_FINAL_METHODS__ -D__WARN_SUGGEST_FINAL_TYPES__ -I/usr/local/vitasdk/arm-vita-eabi/include -I/usr/local/vitasdk/arm-vita-eabi/include/libpng16 -Wl,-q -fpermissive -Wno-error=date-time -Wnull-dereference -Wsuggest-final-types -Wsuggest-final-methods -Wsuggest-override -Wduplicated-cond -Wnon-virtual-dtor -Wredundant-decls -Wignored-qualifiers -Wstrict-overflow=1 -Wl,--whole-archive -lpthread -Wl,--no-whole-archive -I/usr/local/vitasdk/arm-vita-eabi/include/ -I/usr/local/vitasdk/arm-vita-eabi/include/SDL2/ -std=gnu++14 -fstrict-overflow -finstrument-functions -fstrict-aliasing -DDEBUG=0 -fno-PIC -std=gnu++14 -std=gnu++14 -O0 -g -DDEBUG -D_DEBUG -Wundef -o CMakeFiles/libopenrct2.dir/src/openrct2/windows/TopToolbar.cpp.obj -c /home/rop/psv/OpenRCT2/src/openrct2/windows/TopToolbar.cpp
[ 79%] Building CXX object CMakeFiles/libopenrct2.dir/src/openrct2/windows/TrackList.cpp.obj
/usr/local/vitasdk/bin/arm-vita-eabi-g++ -DDISABLE_HTTP -DDISABLE_NETWORK -DDISABLE_OPENGL -DDISABLE_TWITCH -DNO_RCT2 -DNO_TTF -DOPENRCT2_BRANCH=\"vita\" -DOPENRCT2_COMMIT_SHA1=\"5d6d2296d7409b4a606c663a7a1c13cee7211c90\" -DOPENRCT2_COMMIT_SHA1_SHORT=\"5d6d2296d\" -D__WARN_SUGGEST_FINAL_METHODS__ -D__WARN_SUGGEST_FINAL_TYPES__ -I/usr/local/vitasdk/arm-vita-eabi/include -I/usr/local/vitasdk/arm-vita-eabi/include/libpng16 -Wl,-q -fpermissive -Wno-error=date-time -Wnull-dereference -Wsuggest-final-types -Wsuggest-final-methods -Wsuggest-override -Wduplicated-cond -Wnon-virtual-dtor -Wredundant-decls -Wignored-qualifiers -Wstrict-overflow=1 -Wl,--whole-archive -lpthread -Wl,--no-whole-archive -I/usr/local/vitasdk/arm-vita-eabi/include/ -I/usr/local/vitasdk/arm-vita-eabi/include/SDL2/ -std=gnu++14 -fstrict-overflow -finstrument-functions -fstrict-aliasing -DDEBUG=0 -fno-PIC -std=gnu++14 -std=gnu++14 -O0 -g -DDEBUG -D_DEBUG -Wundef -o CMakeFiles/libopenrct2.dir/src/openrct2/windows/TrackList.cpp.obj -c /home/rop/psv/OpenRCT2/src/openrct2/windows/TrackList.cpp
<command-line>:0:0: warning: "DEBUG" redefined
<command-line>:0:0: note: this is the location of the previous definition
<command-line>:0:0: warning: "DEBUG" redefined
<command-line>:0:0: note: this is the location of the previous definition
[ 79%] Building CXX object CMakeFiles/libopenrct2.dir/src/openrct2/windows/TrackManage.cpp.obj
/usr/local/vitasdk/bin/arm-vita-eabi-g++ -DDISABLE_HTTP -DDISABLE_NETWORK -DDISABLE_OPENGL -DDISABLE_TWITCH -DNO_RCT2 -DNO_TTF -DOPENRCT2_BRANCH=\"vita\" -DOPENRCT2_COMMIT_SHA1=\"5d6d2296d7409b4a606c663a7a1c13cee7211c90\" -DOPENRCT2_COMMIT_SHA1_SHORT=\"5d6d2296d\" -D__WARN_SUGGEST_FINAL_METHODS__ -D__WARN_SUGGEST_FINAL_TYPES__ -I/usr/local/vitasdk/arm-vita-eabi/include -I/usr/local/vitasdk/arm-vita-eabi/include/libpng16 -Wl,-q -fpermissive -Wno-error=date-time -Wnull-dereference -Wsuggest-final-types -Wsuggest-final-methods -Wsuggest-override -Wduplicated-cond -Wnon-virtual-dtor -Wredundant-decls -Wignored-qualifiers -Wstrict-overflow=1 -Wl,--whole-archive -lpthread -Wl,--no-whole-archive -I/usr/local/vitasdk/arm-vita-eabi/include/ -I/usr/local/vitasdk/arm-vita-eabi/include/SDL2/ -std=gnu++14 -fstrict-overflow -finstrument-functions -fstrict-aliasing -DDEBUG=0 -fno-PIC -std=gnu++14 -std=gnu++14 -O0 -g -DDEBUG -D_DEBUG -Wundef -o CMakeFiles/libopenrct2.dir/src/openrct2/windows/TrackManage.cpp.obj -c /home/rop/psv/OpenRCT2/src/openrct2/windows/TrackManage.cpp
<command-line>:0:0: warning: "DEBUG" redefined
<command-line>:0:0: note: this is the location of the previous definition
[ 79%] Building CXX object CMakeFiles/libopenrct2.dir/src/openrct2/windows/TrackPlace.cpp.obj
/usr/local/vitasdk/bin/arm-vita-eabi-g++ -DDISABLE_HTTP -DDISABLE_NETWORK -DDISABLE_OPENGL -DDISABLE_TWITCH -DNO_RCT2 -DNO_TTF -DOPENRCT2_BRANCH=\"vita\" -DOPENRCT2_COMMIT_SHA1=\"5d6d2296d7409b4a606c663a7a1c13cee7211c90\" -DOPENRCT2_COMMIT_SHA1_SHORT=\"5d6d2296d\" -D__WARN_SUGGEST_FINAL_METHODS__ -D__WARN_SUGGEST_FINAL_TYPES__ -I/usr/local/vitasdk/arm-vita-eabi/include -I/usr/local/vitasdk/arm-vita-eabi/include/libpng16 -Wl,-q -fpermissive -Wno-error=date-time -Wnull-dereference -Wsuggest-final-types -Wsuggest-final-methods -Wsuggest-override -Wduplicated-cond -Wnon-virtual-dtor -Wredundant-decls -Wignored-qualifiers -Wstrict-overflow=1 -Wl,--whole-archive -lpthread -Wl,--no-whole-archive -I/usr/local/vitasdk/arm-vita-eabi/include/ -I/usr/local/vitasdk/arm-vita-eabi/include/SDL2/ -std=gnu++14 -fstrict-overflow -finstrument-functions -fstrict-aliasing -DDEBUG=0 -fno-PIC -std=gnu++14 -std=gnu++14 -O0 -g -DDEBUG -D_DEBUG -Wundef -o CMakeFiles/libopenrct2.dir/src/openrct2/windows/TrackPlace.cpp.obj -c /home/rop/psv/OpenRCT2/src/openrct2/windows/TrackPlace.cpp
<command-line>:0:0: warning: "DEBUG" redefined
<command-line>:0:0: note: this is the location of the previous definition
[ 79%] Building CXX object CMakeFiles/libopenrct2.dir/src/openrct2/world/Balloon.cpp.obj
/usr/local/vitasdk/bin/arm-vita-eabi-g++ -DDISABLE_HTTP -DDISABLE_NETWORK -DDISABLE_OPENGL -DDISABLE_TWITCH -DNO_RCT2 -DNO_TTF -DOPENRCT2_BRANCH=\"vita\" -DOPENRCT2_COMMIT_SHA1=\"5d6d2296d7409b4a606c663a7a1c13cee7211c90\" -DOPENRCT2_COMMIT_SHA1_SHORT=\"5d6d2296d\" -D__WARN_SUGGEST_FINAL_METHODS__ -D__WARN_SUGGEST_FINAL_TYPES__ -I/usr/local/vitasdk/arm-vita-eabi/include -I/usr/local/vitasdk/arm-vita-eabi/include/libpng16 -Wl,-q -fpermissive -Wno-error=date-time -Wnull-dereference -Wsuggest-final-types -Wsuggest-final-methods -Wsuggest-override -Wduplicated-cond -Wnon-virtual-dtor -Wredundant-decls -Wignored-qualifiers -Wstrict-overflow=1 -Wl,--whole-archive -lpthread -Wl,--no-whole-archive -I/usr/local/vitasdk/arm-vita-eabi/include/ -I/usr/local/vitasdk/arm-vita-eabi/include/SDL2/ -std=gnu++14 -fstrict-overflow -finstrument-functions -fstrict-aliasing -DDEBUG=0 -fno-PIC -std=gnu++14 -std=gnu++14 -O0 -g -DDEBUG -D_DEBUG -Wundef -o CMakeFiles/libopenrct2.dir/src/openrct2/world/Balloon.cpp.obj -c /home/rop/psv/OpenRCT2/src/openrct2/world/Balloon.cpp
<command-line>:0:0: warning: "DEBUG" redefined
<command-line>:0:0: note: this is the location of the previous definition
[ 80%] Building CXX object CMakeFiles/libopenrct2.dir/src/openrct2/world/Banner.cpp.obj
/usr/local/vitasdk/bin/arm-vita-eabi-g++ -DDISABLE_HTTP -DDISABLE_NETWORK -DDISABLE_OPENGL -DDISABLE_TWITCH -DNO_RCT2 -DNO_TTF -DOPENRCT2_BRANCH=\"vita\" -DOPENRCT2_COMMIT_SHA1=\"5d6d2296d7409b4a606c663a7a1c13cee7211c90\" -DOPENRCT2_COMMIT_SHA1_SHORT=\"5d6d2296d\" -D__WARN_SUGGEST_FINAL_METHODS__ -D__WARN_SUGGEST_FINAL_TYPES__ -I/usr/local/vitasdk/arm-vita-eabi/include -I/usr/local/vitasdk/arm-vita-eabi/include/libpng16 -Wl,-q -fpermissive -Wno-error=date-time -Wnull-dereference -Wsuggest-final-types -Wsuggest-final-methods -Wsuggest-override -Wduplicated-cond -Wnon-virtual-dtor -Wredundant-decls -Wignored-qualifiers -Wstrict-overflow=1 -Wl,--whole-archive -lpthread -Wl,--no-whole-archive -I/usr/local/vitasdk/arm-vita-eabi/include/ -I/usr/local/vitasdk/arm-vita-eabi/include/SDL2/ -std=gnu++14 -fstrict-overflow -finstrument-functions -fstrict-aliasing -DDEBUG=0 -fno-PIC -std=gnu++14 -std=gnu++14 -O0 -g -DDEBUG -D_DEBUG -Wundef -o CMakeFiles/libopenrct2.dir/src/openrct2/world/Banner.cpp.obj -c /home/rop/psv/OpenRCT2/src/openrct2/world/Banner.cpp
<command-line>:0:0: warning: "DEBUG" redefined
<command-line>:0:0: note: this is the location of the previous definition
[ 80%] Building CXX object CMakeFiles/libopenrct2.dir/src/openrct2/world/Climate.cpp.obj
/usr/local/vitasdk/bin/arm-vita-eabi-g++ -DDISABLE_HTTP -DDISABLE_NETWORK -DDISABLE_OPENGL -DDISABLE_TWITCH -DNO_RCT2 -DNO_TTF -DOPENRCT2_BRANCH=\"vita\" -DOPENRCT2_COMMIT_SHA1=\"5d6d2296d7409b4a606c663a7a1c13cee7211c90\" -DOPENRCT2_COMMIT_SHA1_SHORT=\"5d6d2296d\" -D__WARN_SUGGEST_FINAL_METHODS__ -D__WARN_SUGGEST_FINAL_TYPES__ -I/usr/local/vitasdk/arm-vita-eabi/include -I/usr/local/vitasdk/arm-vita-eabi/include/libpng16 -Wl,-q -fpermissive -Wno-error=date-time -Wnull-dereference -Wsuggest-final-types -Wsuggest-final-methods -Wsuggest-override -Wduplicated-cond -Wnon-virtual-dtor -Wredundant-decls -Wignored-qualifiers -Wstrict-overflow=1 -Wl,--whole-archive -lpthread -Wl,--no-whole-archive -I/usr/local/vitasdk/arm-vita-eabi/include/ -I/usr/local/vitasdk/arm-vita-eabi/include/SDL2/ -std=gnu++14 -fstrict-overflow -finstrument-functions -fstrict-aliasing -DDEBUG=0 -fno-PIC -std=gnu++14 -std=gnu++14 -O0 -g -DDEBUG -D_DEBUG -Wundef -o CMakeFiles/libopenrct2.dir/src/openrct2/world/Climate.cpp.obj -c /home/rop/psv/OpenRCT2/src/openrct2/world/Climate.cpp
<command-line>:0:0: warning: "DEBUG" redefined
<command-line>:0:0: note: this is the location of the previous definition
[ 80%] Building CXX object CMakeFiles/libopenrct2.dir/src/openrct2/world/Duck.cpp.obj
/usr/local/vitasdk/bin/arm-vita-eabi-g++ -DDISABLE_HTTP -DDISABLE_NETWORK -DDISABLE_OPENGL -DDISABLE_TWITCH -DNO_RCT2 -DNO_TTF -DOPENRCT2_BRANCH=\"vita\" -DOPENRCT2_COMMIT_SHA1=\"5d6d2296d7409b4a606c663a7a1c13cee7211c90\" -DOPENRCT2_COMMIT_SHA1_SHORT=\"5d6d2296d\" -D__WARN_SUGGEST_FINAL_METHODS__ -D__WARN_SUGGEST_FINAL_TYPES__ -I/usr/local/vitasdk/arm-vita-eabi/include -I/usr/local/vitasdk/arm-vita-eabi/include/libpng16 -Wl,-q -fpermissive -Wno-error=date-time -Wnull-dereference -Wsuggest-final-types -Wsuggest-final-methods -Wsuggest-override -Wduplicated-cond -Wnon-virtual-dtor -Wredundant-decls -Wignored-qualifiers -Wstrict-overflow=1 -Wl,--whole-archive -lpthread -Wl,--no-whole-archive -I/usr/local/vitasdk/arm-vita-eabi/include/ -I/usr/local/vitasdk/arm-vita-eabi/include/SDL2/ -std=gnu++14 -fstrict-overflow -finstrument-functions -fstrict-aliasing -DDEBUG=0 -fno-PIC -std=gnu++14 -std=gnu++14 -O0 -g -DDEBUG -D_DEBUG -Wundef -o CMakeFiles/libopenrct2.dir/src/openrct2/world/Duck.cpp.obj -c /home/rop/psv/OpenRCT2/src/openrct2/world/Duck.cpp
<command-line>:0:0: warning: "DEBUG" redefined
<command-line>:0:0: note: this is the location of the previous definition
[ 80%] Building CXX object CMakeFiles/libopenrct2.dir/src/openrct2/world/Entrance.cpp.obj
/usr/local/vitasdk/bin/arm-vita-eabi-g++ -DDISABLE_HTTP -DDISABLE_NETWORK -DDISABLE_OPENGL -DDISABLE_TWITCH -DNO_RCT2 -DNO_TTF -DOPENRCT2_BRANCH=\"vita\" -DOPENRCT2_COMMIT_SHA1=\"5d6d2296d7409b4a606c663a7a1c13cee7211c90\" -DOPENRCT2_COMMIT_SHA1_SHORT=\"5d6d2296d\" -D__WARN_SUGGEST_FINAL_METHODS__ -D__WARN_SUGGEST_FINAL_TYPES__ -I/usr/local/vitasdk/arm-vita-eabi/include -I/usr/local/vitasdk/arm-vita-eabi/include/libpng16 -Wl,-q -fpermissive -Wno-error=date-time -Wnull-dereference -Wsuggest-final-types -Wsuggest-final-methods -Wsuggest-override -Wduplicated-cond -Wnon-virtual-dtor -Wredundant-decls -Wignored-qualifiers -Wstrict-overflow=1 -Wl,--whole-archive -lpthread -Wl,--no-whole-archive -I/usr/local/vitasdk/arm-vita-eabi/include/ -I/usr/local/vitasdk/arm-vita-eabi/include/SDL2/ -std=gnu++14 -fstrict-overflow -finstrument-functions -fstrict-aliasing -DDEBUG=0 -fno-PIC -std=gnu++14 -std=gnu++14 -O0 -g -DDEBUG -D_DEBUG -Wundef -o CMakeFiles/libopenrct2.dir/src/openrct2/world/Entrance.cpp.obj -c /home/rop/psv/OpenRCT2/src/openrct2/world/Entrance.cpp
<command-line>:0:0: warning: "DEBUG" redefined
<command-line>:0:0: note: this is the location of the previous definition
[ 81%] Building CXX object CMakeFiles/libopenrct2.dir/src/openrct2/world/Fountain.cpp.obj
/usr/local/vitasdk/bin/arm-vita-eabi-g++ -DDISABLE_HTTP -DDISABLE_NETWORK -DDISABLE_OPENGL -DDISABLE_TWITCH -DNO_RCT2 -DNO_TTF -DOPENRCT2_BRANCH=\"vita\" -DOPENRCT2_COMMIT_SHA1=\"5d6d2296d7409b4a606c663a7a1c13cee7211c90\" -DOPENRCT2_COMMIT_SHA1_SHORT=\"5d6d2296d\" -D__WARN_SUGGEST_FINAL_METHODS__ -D__WARN_SUGGEST_FINAL_TYPES__ -I/usr/local/vitasdk/arm-vita-eabi/include -I/usr/local/vitasdk/arm-vita-eabi/include/libpng16 -Wl,-q -fpermissive -Wno-error=date-time -Wnull-dereference -Wsuggest-final-types -Wsuggest-final-methods -Wsuggest-override -Wduplicated-cond -Wnon-virtual-dtor -Wredundant-decls -Wignored-qualifiers -Wstrict-overflow=1 -Wl,--whole-archive -lpthread -Wl,--no-whole-archive -I/usr/local/vitasdk/arm-vita-eabi/include/ -I/usr/local/vitasdk/arm-vita-eabi/include/SDL2/ -std=gnu++14 -fstrict-overflow -finstrument-functions -fstrict-aliasing -DDEBUG=0 -fno-PIC -std=gnu++14 -std=gnu++14 -O0 -g -DDEBUG -D_DEBUG -Wundef -o CMakeFiles/libopenrct2.dir/src/openrct2/world/Fountain.cpp.obj -c /home/rop/psv/OpenRCT2/src/openrct2/world/Fountain.cpp
<command-line>:0:0: warning: "DEBUG" redefined
<command-line>:0:0: note: this is the location of the previous definition
[ 81%] Building CXX object CMakeFiles/libopenrct2.dir/src/openrct2/world/SmallScenery.cpp.obj
/usr/local/vitasdk/bin/arm-vita-eabi-g++ -DDISABLE_HTTP -DDISABLE_NETWORK -DDISABLE_OPENGL -DDISABLE_TWITCH -DNO_RCT2 -DNO_TTF -DOPENRCT2_BRANCH=\"vita\" -DOPENRCT2_COMMIT_SHA1=\"5d6d2296d7409b4a606c663a7a1c13cee7211c90\" -DOPENRCT2_COMMIT_SHA1_SHORT=\"5d6d2296d\" -D__WARN_SUGGEST_FINAL_METHODS__ -D__WARN_SUGGEST_FINAL_TYPES__ -I/usr/local/vitasdk/arm-vita-eabi/include -I/usr/local/vitasdk/arm-vita-eabi/include/libpng16 -Wl,-q -fpermissive -Wno-error=date-time -Wnull-dereference -Wsuggest-final-types -Wsuggest-final-methods -Wsuggest-override -Wduplicated-cond -Wnon-virtual-dtor -Wredundant-decls -Wignored-qualifiers -Wstrict-overflow=1 -Wl,--whole-archive -lpthread -Wl,--no-whole-archive -I/usr/local/vitasdk/arm-vita-eabi/include/ -I/usr/local/vitasdk/arm-vita-eabi/include/SDL2/ -std=gnu++14 -fstrict-overflow -finstrument-functions -fstrict-aliasing -DDEBUG=0 -fno-PIC -std=gnu++14 -std=gnu++14 -O0 -g -DDEBUG -D_DEBUG -Wundef -o CMakeFiles/libopenrct2.dir/src/openrct2/world/SmallScenery.cpp.obj -c /home/rop/psv/OpenRCT2/src/openrct2/world/SmallScenery.cpp
<command-line>:0:0: warning: "DEBUG" redefined
<command-line>:0:0: note: this is the location of the previous definition
[ 81%] Building CXX object CMakeFiles/libopenrct2.dir/src/openrct2/world/Wall.cpp.obj
/usr/local/vitasdk/bin/arm-vita-eabi-g++ -DDISABLE_HTTP -DDISABLE_NETWORK -DDISABLE_OPENGL -DDISABLE_TWITCH -DNO_RCT2 -DNO_TTF -DOPENRCT2_BRANCH=\"vita\" -DOPENRCT2_COMMIT_SHA1=\"5d6d2296d7409b4a606c663a7a1c13cee7211c90\" -DOPENRCT2_COMMIT_SHA1_SHORT=\"5d6d2296d\" -D__WARN_SUGGEST_FINAL_METHODS__ -D__WARN_SUGGEST_FINAL_TYPES__ -I/usr/local/vitasdk/arm-vita-eabi/include -I/usr/local/vitasdk/arm-vita-eabi/include/libpng16 -Wl,-q -fpermissive -Wno-error=date-time -Wnull-dereference -Wsuggest-final-types -Wsuggest-final-methods -Wsuggest-override -Wduplicated-cond -Wnon-virtual-dtor -Wredundant-decls -Wignored-qualifiers -Wstrict-overflow=1 -Wl,--whole-archive -lpthread -Wl,--no-whole-archive -I/usr/local/vitasdk/arm-vita-eabi/include/ -I/usr/local/vitasdk/arm-vita-eabi/include/SDL2/ -std=gnu++14 -fstrict-overflow -finstrument-functions -fstrict-aliasing -DDEBUG=0 -fno-PIC -std=gnu++14 -std=gnu++14 -O0 -g -DDEBUG -D_DEBUG -Wundef -o CMakeFiles/libopenrct2.dir/src/openrct2/world/Wall.cpp.obj -c /home/rop/psv/OpenRCT2/src/openrct2/world/Wall.cpp
<command-line>:0:0: warning: "DEBUG" redefined
<command-line>:0:0: note: this is the location of the previous definition
[ 81%] Linking CXX static library libopenrct2.a
/opt/clion/bin/cmake/bin/cmake -P CMakeFiles/libopenrct2.dir/cmake_clean_target.cmake
/opt/clion/bin/cmake/bin/cmake -E cmake_link_script CMakeFiles/libopenrct2.dir/link.txt --verbose=1
/usr/local/vitasdk/bin/arm-vita-eabi-ar qc libopenrct2.a CMakeFiles/libopenrct2.dir/src/openrct2/cheats.c.obj CMakeFiles/libopenrct2.dir/src/openrct2/cmdline_sprite.c.obj CMakeFiles/libopenrct2.dir/src/openrct2/core/textinputbuffer.c.obj CMakeFiles/libopenrct2.dir/src/openrct2/diagnostic.c.obj CMakeFiles/libopenrct2.dir/src/openrct2/drawing/drawing.c.obj CMakeFiles/libopenrct2.dir/src/openrct2/drawing/font.c.obj CMakeFiles/libopenrct2.dir/src/openrct2/drawing/lightfx.c.obj CMakeFiles/libopenrct2.dir/src/openrct2/drawing/line.c.obj CMakeFiles/libopenrct2.dir/src/openrct2/drawing/rect.c.obj CMakeFiles/libopenrct2.dir/src/openrct2/drawing/scrolling_text.c.obj CMakeFiles/libopenrct2.dir/src/openrct2/drawing/string.c.obj CMakeFiles/libopenrct2.dir/src/openrct2/drawing/ttf.c.obj CMakeFiles/libopenrct2.dir/src/openrct2/drawing/ttf_sdlport.c.obj CMakeFiles/libopenrct2.dir/src/openrct2/editor.c.obj CMakeFiles/libopenrct2.dir/src/openrct2/game.c.obj CMakeFiles/libopenrct2.dir/src/openrct2/input.c.obj CMakeFiles/libopenrct2.dir/src/openrct2/interface/chat.c.obj CMakeFiles/libopenrct2.dir/src/openrct2/interface/colour.c.obj CMakeFiles/libopenrct2.dir/src/openrct2/interface/console.c.obj CMakeFiles/libopenrct2.dir/src/openrct2/interface/graph.c.obj CMakeFiles/libopenrct2.dir/src/openrct2/interface/land_tool.c.obj CMakeFiles/libopenrct2.dir/src/openrct2/interface/viewport.c.obj CMakeFiles/libopenrct2.dir/src/openrct2/interface/viewport_interaction.c.obj CMakeFiles/libopenrct2.dir/src/openrct2/interface/widget.c.obj CMakeFiles/libopenrct2.dir/src/openrct2/interface/window.c.obj CMakeFiles/libopenrct2.dir/src/openrct2/intro.c.obj CMakeFiles/libopenrct2.dir/src/openrct2/localisation/convert.c.obj CMakeFiles/libopenrct2.dir/src/openrct2/localisation/currency.c.obj CMakeFiles/libopenrct2.dir/src/openrct2/localisation/date.c.obj CMakeFiles/libopenrct2.dir/src/openrct2/localisation/format_codes.c.obj CMakeFiles/libopenrct2.dir/src/openrct2/localisation/localisation.c.obj CMakeFiles/libopenrct2.dir/src/openrct2/localisation/real_names.c.obj CMakeFiles/libopenrct2.dir/src/openrct2/localisation/user.c.obj CMakeFiles/libopenrct2.dir/src/openrct2/localisation/utf8.c.obj CMakeFiles/libopenrct2.dir/src/openrct2/management/award.c.obj CMakeFiles/libopenrct2.dir/src/openrct2/management/finance.c.obj CMakeFiles/libopenrct2.dir/src/openrct2/management/marketing.c.obj CMakeFiles/libopenrct2.dir/src/openrct2/management/news_item.c.obj CMakeFiles/libopenrct2.dir/src/openrct2/management/research.c.obj CMakeFiles/libopenrct2.dir/src/openrct2/object_list.c.obj CMakeFiles/libopenrct2.dir/src/openrct2/paint/map_element/banner.c.obj CMakeFiles/libopenrct2.dir/src/openrct2/paint/map_element/entrance.c.obj CMakeFiles/libopenrct2.dir/src/openrct2/paint/map_element/fence.c.obj CMakeFiles/libopenrct2.dir/src/openrct2/paint/map_element/map_element.c.obj CMakeFiles/libopenrct2.dir/src/openrct2/paint/map_element/path.c.obj CMakeFiles/libopenrct2.dir/src/openrct2/paint/map_element/scenery.c.obj CMakeFiles/libopenrct2.dir/src/openrct2/paint/map_element/scenery_multiple.c.obj CMakeFiles/libopenrct2.dir/src/openrct2/paint/map_element/surface.c.obj CMakeFiles/libopenrct2.dir/src/openrct2/paint/paint.c.obj CMakeFiles/libopenrct2.dir/src/openrct2/paint/paint_helpers.c.obj CMakeFiles/libopenrct2.dir/src/openrct2/paint/sprite/litter.c.obj CMakeFiles/libopenrct2.dir/src/openrct2/paint/sprite/misc.c.obj CMakeFiles/libopenrct2.dir/src/openrct2/paint/sprite/peep.c.obj CMakeFiles/libopenrct2.dir/src/openrct2/paint/sprite/sprite.c.obj CMakeFiles/libopenrct2.dir/src/openrct2/paint/supports.c.obj CMakeFiles/libopenrct2.dir/src/openrct2/peep/peep.c.obj CMakeFiles/libopenrct2.dir/src/openrct2/peep/peep_data.c.obj CMakeFiles/libopenrct2.dir/src/openrct2/peep/staff.c.obj CMakeFiles/libopenrct2.dir/src/openrct2/platform/android.c.obj CMakeFiles/libopenrct2.dir/src/openrct2/platform/linux.c.obj CMakeFiles/libopenrct2.dir/src/openrct2/platform/posix.c.obj CMakeFiles/libopenrct2.dir/src/openrct2/platform/shared.c.obj CMakeFiles/libopenrct2.dir/src/openrct2/platform/vita.c.obj CMakeFiles/libopenrct2.dir/src/openrct2/platform/windows.c.obj CMakeFiles/libopenrct2.dir/src/openrct2/rct1.c.obj CMakeFiles/libopenrct2.dir/src/openrct2/rct2/addresses.c.obj CMakeFiles/libopenrct2.dir/src/openrct2/rct2/hook.c.obj CMakeFiles/libopenrct2.dir/src/openrct2/rct2/interop.c.obj CMakeFiles/libopenrct2.dir/src/openrct2/ride/cable_lift.c.obj CMakeFiles/libopenrct2.dir/src/openrct2/ride/coaster/air_powered_vertical_coaster.c.obj CMakeFiles/libopenrct2.dir/src/openrct2/ride/coaster/bobsleigh_coaster.c.obj CMakeFiles/libopenrct2.dir/src/openrct2/ride/coaster/bolliger_mabillard_track.c.obj CMakeFiles/libopenrct2.dir/src/openrct2/ride/coaster/compact_inverted_coaster.c.obj CMakeFiles/libopenrct2.dir/src/openrct2/ride/coaster/corkscrew_roller_coaster.c.obj CMakeFiles/libopenrct2.dir/src/openrct2/ride/coaster/flying_roller_coaster.c.obj CMakeFiles/libopenrct2.dir/src/openrct2/ride/coaster/giga_coaster.c.obj CMakeFiles/libopenrct2.dir/src/openrct2/ride/coaster/heartline_twister_coaster.c.obj CMakeFiles/libopenrct2.dir/src/openrct2/ride/coaster/inverted_hairpin_coaster.c.obj CMakeFiles/libopenrct2.dir/src/openrct2/ride/coaster/inverted_impulse_coaster.c.obj CMakeFiles/libopenrct2.dir/src/openrct2/ride/coaster/inverted_roller_coaster.c.obj CMakeFiles/libopenrct2.dir/src/openrct2/ride/coaster/junior_roller_coaster.c.obj CMakeFiles/libopenrct2.dir/src/openrct2/ride/coaster/lay_down_roller_coaster.c.obj CMakeFiles/libopenrct2.dir/src/openrct2/ride/coaster/lim_launched_roller_coaster.c.obj CMakeFiles/libopenrct2.dir/src/openrct2/ride/coaster/looping_roller_coaster.c.obj CMakeFiles/libopenrct2.dir/src/openrct2/ride/coaster/mine_ride.c.obj CMakeFiles/libopenrct2.dir/src/openrct2/ride/coaster/mine_train_coaster.c.obj CMakeFiles/libopenrct2.dir/src/openrct2/ride/coaster/mini_roller_coaster.c.obj CMakeFiles/libopenrct2.dir/src/openrct2/ride/coaster/mini_suspended_coaster.c.obj CMakeFiles/libopenrct2.dir/src/openrct2/ride/coaster/multi_dimension_roller_coaster.c.obj CMakeFiles/libopenrct2.dir/src/openrct2/ride/coaster/reverse_freefall_coaster.c.obj CMakeFiles/libopenrct2.dir/src/openrct2/ride/coaster/reverser_roller_coaster.c.obj CMakeFiles/libopenrct2.dir/src/openrct2/ride/coaster/side_friction_roller_coaster.c.obj CMakeFiles/libopenrct2.dir/src/openrct2/ride/coaster/stand_up_roller_coaster.c.obj CMakeFiles/libopenrct2.dir/src/openrct2/ride/coaster/steeplechase.c.obj CMakeFiles/libopenrct2.dir/src/openrct2/ride/coaster/suspended_swinging_coaster.c.obj CMakeFiles/libopenrct2.dir/src/openrct2/ride/coaster/twister_roller_coaster.c.obj CMakeFiles/libopenrct2.dir/src/openrct2/ride/coaster/vertical_drop_roller_coaster.c.obj CMakeFiles/libopenrct2.dir/src/openrct2/ride/coaster/virginia_reel.c.obj CMakeFiles/libopenrct2.dir/src/openrct2/ride/coaster/wild_mouse.c.obj CMakeFiles/libopenrct2.dir/src/openrct2/ride/coaster/wooden_roller_coaster.c.obj CMakeFiles/libopenrct2.dir/src/openrct2/ride/coaster/wooden_wild_mouse.c.obj CMakeFiles/libopenrct2.dir/src/openrct2/ride/gentle/car_ride.c.obj CMakeFiles/libopenrct2.dir/src/openrct2/ride/gentle/circus_show.c.obj CMakeFiles/libopenrct2.dir/src/openrct2/ride/gentle/crooked_house.c.obj CMakeFiles/libopenrct2.dir/src/openrct2/ride/gentle/dodgems.c.obj CMakeFiles/libopenrct2.dir/src/openrct2/ride/gentle/ferris_wheel.c.obj CMakeFiles/libopenrct2.dir/src/openrct2/ride/gentle/flying_saucers.c.obj CMakeFiles/libopenrct2.dir/src/openrct2/ride/gentle/ghost_train.c.obj CMakeFiles/libopenrct2.dir/src/openrct2/ride/gentle/haunted_house.c.obj CMakeFiles/libopenrct2.dir/src/openrct2/ride/gentle/maze.c.obj CMakeFiles/libopenrct2.dir/src/openrct2/ride/gentle/merry_go_round.c.obj CMakeFiles/libopenrct2.dir/src/openrct2/ride/gentle/mini_golf.c.obj CMakeFiles/libopenrct2.dir/src/openrct2/ride/gentle/mini_helicopters.c.obj CMakeFiles/libopenrct2.dir/src/openrct2/ride/gentle/monorail_cycles.c.obj CMakeFiles/libopenrct2.dir/src/openrct2/ride/gentle/observation_tower.c.obj CMakeFiles/libopenrct2.dir/src/openrct2/ride/gentle/space_rings.c.obj CMakeFiles/libopenrct2.dir/src/openrct2/ride/gentle/spiral_slide.c.obj CMakeFiles/libopenrct2.dir/src/openrct2/ride/ride.c.obj CMakeFiles/libopenrct2.dir/src/openrct2/ride/ride_data.c.obj CMakeFiles/libopenrct2.dir/src/openrct2/ride/ride_ratings.c.obj CMakeFiles/libopenrct2.dir/src/openrct2/ride/shops/facility.c.obj CMakeFiles/libopenrct2.dir/src/openrct2/ride/shops/shop.c.obj CMakeFiles/libopenrct2.dir/src/openrct2/ride/station.c.obj CMakeFiles/libopenrct2.dir/src/openrct2/ride/thrill/3d_cinema.c.obj CMakeFiles/libopenrct2.dir/src/openrct2/ride/thrill/enterprise.c.obj CMakeFiles/libopenrct2.dir/src/openrct2/ride/thrill/go_karts.c.obj CMakeFiles/libopenrct2.dir/src/openrct2/ride/thrill/launched_freefall.c.obj CMakeFiles/libopenrct2.dir/src/openrct2/ride/thrill/magic_carpet.c.obj CMakeFiles/libopenrct2.dir/src/openrct2/ride/thrill/motion_simulator.c.obj CMakeFiles/libopenrct2.dir/src/openrct2/ride/thrill/pirate_ship.c.obj CMakeFiles/libopenrct2.dir/src/openrct2/ride/thrill/roto_drop.c.obj CMakeFiles/libopenrct2.dir/src/openrct2/ride/thrill/swinging_inverter_ship.c.obj CMakeFiles/libopenrct2.dir/src/openrct2/ride/thrill/top_spin.c.obj CMakeFiles/libopenrct2.dir/src/openrct2/ride/thrill/twist.c.obj CMakeFiles/libopenrct2.dir/src/openrct2/ride/track.c.obj CMakeFiles/libopenrct2.dir/src/openrct2/ride/track_data.c.obj CMakeFiles/libopenrct2.dir/src/openrct2/ride/track_data_old.c.obj CMakeFiles/libopenrct2.dir/src/openrct2/ride/track_design.c.obj CMakeFiles/libopenrct2.dir/src/openrct2/ride/track_design_save.c.obj CMakeFiles/libopenrct2.dir/src/openrct2/ride/track_paint.c.obj CMakeFiles/libopenrct2.dir/src/openrct2/ride/transport/chairlift.c.obj CMakeFiles/libopenrct2.dir/src/openrct2/ride/transport/lift.c.obj CMakeFiles/libopenrct2.dir/src/openrct2/ride/transport/miniature_railway.c.obj CMakeFiles/libopenrct2.dir/src/openrct2/ride/transport/monorail.c.obj CMakeFiles/libopenrct2.dir/src/openrct2/ride/transport/suspended_monorail.c.obj CMakeFiles/libopenrct2.dir/src/openrct2/ride/vehicle.c.obj CMakeFiles/libopenrct2.dir/src/openrct2/ride/vehicle_data.c.obj CMakeFiles/libopenrct2.dir/src/openrct2/ride/vehicle_paint.c.obj CMakeFiles/libopenrct2.dir/src/openrct2/ride/water/boat_ride.c.obj CMakeFiles/libopenrct2.dir/src/openrct2/ride/water/dingy_slide.c.obj CMakeFiles/libopenrct2.dir/src/openrct2/ride/water/log_flume.c.obj CMakeFiles/libopenrct2.dir/src/openrct2/ride/water/river_rapids.c.obj CMakeFiles/libopenrct2.dir/src/openrct2/ride/water/splash_boats.c.obj CMakeFiles/libopenrct2.dir/src/openrct2/ride/water/submarine_ride.c.obj CMakeFiles/libopenrct2.dir/src/openrct2/ride/water/water_coaster.c.obj CMakeFiles/libopenrct2.dir/src/openrct2/scenario/scenario.c.obj CMakeFiles/libopenrct2.dir/src/openrct2/util/sawyercoding.c.obj CMakeFiles/libopenrct2.dir/src/openrct2/util/util.c.obj CMakeFiles/libopenrct2.dir/src/openrct2/windows/_legacy.c.obj CMakeFiles/libopenrct2.dir/src/openrct2/world/footpath.c.obj CMakeFiles/libopenrct2.dir/src/openrct2/world/map.c.obj CMakeFiles/libopenrct2.dir/src/openrct2/world/map_animation.c.obj CMakeFiles/libopenrct2.dir/src/openrct2/world/map_helpers.c.obj CMakeFiles/libopenrct2.dir/src/openrct2/world/mapgen.c.obj CMakeFiles/libopenrct2.dir/src/openrct2/world/money_effect.c.obj CMakeFiles/libopenrct2.dir/src/openrct2/world/park.c.obj CMakeFiles/libopenrct2.dir/src/openrct2/world/particle.c.obj CMakeFiles/libopenrct2.dir/src/openrct2/world/scenery.c.obj CMakeFiles/libopenrct2.dir/src/openrct2/world/sprite.c.obj CMakeFiles/libopenrct2.dir/src/openrct2/world/tile_inspector.c.obj CMakeFiles/libopenrct2.dir/src/openrct2/Context.cpp.obj CMakeFiles/libopenrct2.dir/src/openrct2/FileClassifier.cpp.obj CMakeFiles/libopenrct2.dir/src/openrct2/Imaging.cpp.obj CMakeFiles/libopenrct2.dir/src/openrct2/OpenRCT2.cpp.obj CMakeFiles/libopenrct2.dir/src/openrct2/ParkImporter.cpp.obj CMakeFiles/libopenrct2.dir/src/openrct2/PlatformEnvironment.cpp.obj CMakeFiles/libopenrct2.dir/src/openrct2/Version.cpp.obj CMakeFiles/libopenrct2.dir/src/openrct2/audio/Audio.cpp.obj CMakeFiles/libopenrct2.dir/src/openrct2/audio/AudioMixer.cpp.obj CMakeFiles/libopenrct2.dir/src/openrct2/audio/DummyAudioContext.cpp.obj CMakeFiles/libopenrct2.dir/src/openrct2/audio/NullAudioSource.cpp.obj CMakeFiles/libopenrct2.dir/src/openrct2/cmdline/BenchGfxCommmands.cpp.obj CMakeFiles/libopenrct2.dir/src/openrct2/cmdline/CommandLine.cpp.obj CMakeFiles/libopenrct2.dir/src/openrct2/cmdline/ConvertCommand.cpp.obj CMakeFiles/libopenrct2.dir/src/openrct2/cmdline/RootCommands.cpp.obj CMakeFiles/libopenrct2.dir/src/openrct2/cmdline/ScreenshotCommands.cpp.obj CMakeFiles/libopenrct2.dir/src/openrct2/cmdline/SpriteCommands.cpp.obj CMakeFiles/libopenrct2.dir/src/openrct2/cmdline/UriHandler.cpp.obj CMakeFiles/libopenrct2.dir/src/openrct2/config/Config.cpp.obj CMakeFiles/libopenrct2.dir/src/openrct2/config/IniReader.cpp.obj CMakeFiles/libopenrct2.dir/src/openrct2/config/IniWriter.cpp.obj CMakeFiles/libopenrct2.dir/src/openrct2/core/Console.cpp.obj CMakeFiles/libopenrct2.dir/src/openrct2/core/Diagnostics.cpp.obj CMakeFiles/libopenrct2.dir/src/openrct2/core/File.cpp.obj CMakeFiles/libopenrct2.dir/src/openrct2/core/FileScanner.cpp.obj CMakeFiles/libopenrct2.dir/src/openrct2/core/Guard.cpp.obj CMakeFiles/libopenrct2.dir/src/openrct2/core/IStream.cpp.obj CMakeFiles/libopenrct2.dir/src/openrct2/core/Json.cpp.obj CMakeFiles/libopenrct2.dir/src/openrct2/core/MemoryStream.cpp.obj CMakeFiles/libopenrct2.dir/src/openrct2/core/Path.cpp.obj CMakeFiles/libopenrct2.dir/src/openrct2/core/String.cpp.obj CMakeFiles/libopenrct2.dir/src/openrct2/core/Zip.cpp.obj CMakeFiles/libopenrct2.dir/src/openrct2/core/ZipAndroid.cpp.obj CMakeFiles/libopenrct2.dir/src/openrct2/drawing/DrawingFast.cpp.obj CMakeFiles/libopenrct2.dir/src/openrct2/drawing/Image.cpp.obj CMakeFiles/libopenrct2.dir/src/openrct2/drawing/NewDrawing.cpp.obj CMakeFiles/libopenrct2.dir/src/openrct2/drawing/Rain.cpp.obj CMakeFiles/libopenrct2.dir/src/openrct2/drawing/Sprite.cpp.obj CMakeFiles/libopenrct2.dir/src/openrct2/drawing/X8DrawingEngine.cpp.obj CMakeFiles/libopenrct2.dir/src/openrct2/interface/Fonts.cpp.obj CMakeFiles/libopenrct2.dir/src/openrct2/interface/Screenshot.cpp.obj CMakeFiles/libopenrct2.dir/src/openrct2/interface/Theme.cpp.obj CMakeFiles/libopenrct2.dir/src/openrct2/localisation/Language.cpp.obj CMakeFiles/libopenrct2.dir/src/openrct2/localisation/LanguagePack.cpp.obj CMakeFiles/libopenrct2.dir/src/openrct2/network/Http.cpp.obj CMakeFiles/libopenrct2.dir/src/openrct2/network/Network.cpp.obj CMakeFiles/libopenrct2.dir/src/openrct2/network/NetworkAction.cpp.obj CMakeFiles/libopenrct2.dir/src/openrct2/network/NetworkConnection.cpp.obj CMakeFiles/libopenrct2.dir/src/openrct2/network/NetworkGroup.cpp.obj CMakeFiles/libopenrct2.dir/src/openrct2/network/NetworkKey.cpp.obj CMakeFiles/libopenrct2.dir/src/openrct2/network/NetworkPacket.cpp.obj CMakeFiles/libopenrct2.dir/src/openrct2/network/NetworkPlayer.cpp.obj CMakeFiles/libopenrct2.dir/src/openrct2/network/NetworkServerAdvertiser.cpp.obj CMakeFiles/libopenrct2.dir/src/openrct2/network/NetworkUser.cpp.obj CMakeFiles/libopenrct2.dir/src/openrct2/network/ServerList.cpp.obj CMakeFiles/libopenrct2.dir/src/openrct2/network/TcpSocket.cpp.obj CMakeFiles/libopenrct2.dir/src/openrct2/network/Twitch.cpp.obj CMakeFiles/libopenrct2.dir/src/openrct2/object/BannerObject.cpp.obj CMakeFiles/libopenrct2.dir/src/openrct2/object/EntranceObject.cpp.obj CMakeFiles/libopenrct2.dir/src/openrct2/object/FootpathItemObject.cpp.obj CMakeFiles/libopenrct2.dir/src/openrct2/object/FootpathObject.cpp.obj CMakeFiles/libopenrct2.dir/src/openrct2/object/ImageTable.cpp.obj CMakeFiles/libopenrct2.dir/src/openrct2/object/LargeSceneryObject.cpp.obj CMakeFiles/libopenrct2.dir/src/openrct2/object/Object.cpp.obj CMakeFiles/libopenrct2.dir/src/openrct2/object/ObjectFactory.cpp.obj CMakeFiles/libopenrct2.dir/src/openrct2/object/ObjectManager.cpp.obj CMakeFiles/libopenrct2.dir/src/openrct2/object/ObjectRepository.cpp.obj CMakeFiles/libopenrct2.dir/src/openrct2/object/RideObject.cpp.obj CMakeFiles/libopenrct2.dir/src/openrct2/object/SceneryGroupObject.cpp.obj CMakeFiles/libopenrct2.dir/src/openrct2/object/SmallSceneryObject.cpp.obj CMakeFiles/libopenrct2.dir/src/openrct2/object/StexObject.cpp.obj CMakeFiles/libopenrct2.dir/src/openrct2/object/StringTable.cpp.obj CMakeFiles/libopenrct2.dir/src/openrct2/object/WallObject.cpp.obj CMakeFiles/libopenrct2.dir/src/openrct2/object/WaterObject.cpp.obj CMakeFiles/libopenrct2.dir/src/openrct2/paint/Painter.cpp.obj CMakeFiles/libopenrct2.dir/src/openrct2/platform/Crash.cpp.obj CMakeFiles/libopenrct2.dir/src/openrct2/platform/Platform2.cpp.obj CMakeFiles/libopenrct2.dir/src/openrct2/rct1/S4Importer.cpp.obj CMakeFiles/libopenrct2.dir/src/openrct2/rct1/Tables.cpp.obj CMakeFiles/libopenrct2.dir/src/openrct2/rct12/SawyerChunk.cpp.obj CMakeFiles/libopenrct2.dir/src/openrct2/rct12/SawyerChunkReader.cpp.obj CMakeFiles/libopenrct2.dir/src/openrct2/rct12/SawyerChunkWriter.cpp.obj CMakeFiles/libopenrct2.dir/src/openrct2/rct12/SawyerEncoding.cpp.obj CMakeFiles/libopenrct2.dir/src/openrct2/rct2/S6Exporter.cpp.obj CMakeFiles/libopenrct2.dir/src/openrct2/rct2/S6Importer.cpp.obj CMakeFiles/libopenrct2.dir/src/openrct2/ride/RideGroupManager.cpp.obj CMakeFiles/libopenrct2.dir/src/openrct2/ride/TrackDesignRepository.cpp.obj CMakeFiles/libopenrct2.dir/src/openrct2/scenario/ScenarioRepository.cpp.obj CMakeFiles/libopenrct2.dir/src/openrct2/scenario/ScenarioSources.cpp.obj CMakeFiles/libopenrct2.dir/src/openrct2/title/TitleScreen.cpp.obj CMakeFiles/libopenrct2.dir/src/openrct2/title/TitleSequence.cpp.obj CMakeFiles/libopenrct2.dir/src/openrct2/title/TitleSequenceManager.cpp.obj CMakeFiles/libopenrct2.dir/src/openrct2/title/TitleSequencePlayer.cpp.obj CMakeFiles/libopenrct2.dir/src/openrct2/trace.cpp.obj CMakeFiles/libopenrct2.dir/src/openrct2/ui/DummyUiContext.cpp.obj CMakeFiles/libopenrct2.dir/src/openrct2/ui/DummyWindowManager.cpp.obj CMakeFiles/libopenrct2.dir/src/openrct2/windows/Banner.cpp.obj CMakeFiles/libopenrct2.dir/src/openrct2/windows/DemolishRidePrompt.cpp.obj CMakeFiles/libopenrct2.dir/src/openrct2/windows/Dropdown.cpp.obj CMakeFiles/libopenrct2.dir/src/openrct2/windows/EditorBottomToolbar.cpp.obj CMakeFiles/libopenrct2.dir/src/openrct2/windows/EditorMain.cpp.obj CMakeFiles/libopenrct2.dir/src/openrct2/windows/EditorObjectSelection.cpp.obj CMakeFiles/libopenrct2.dir/src/openrct2/windows/Error.cpp.obj CMakeFiles/libopenrct2.dir/src/openrct2/windows/Finances.cpp.obj CMakeFiles/libopenrct2.dir/src/openrct2/windows/GameBottomToolbar.cpp.obj CMakeFiles/libopenrct2.dir/src/openrct2/windows/Guest.cpp.obj CMakeFiles/libopenrct2.dir/src/openrct2/windows/GuestList.cpp.obj CMakeFiles/libopenrct2.dir/src/openrct2/windows/InstallTrack.cpp.obj CMakeFiles/libopenrct2.dir/src/openrct2/windows/LoadSave.cpp.obj CMakeFiles/libopenrct2.dir/src/openrct2/windows/Map.cpp.obj CMakeFiles/libopenrct2.dir/src/openrct2/windows/MapTooltip.cpp.obj CMakeFiles/libopenrct2.dir/src/openrct2/windows/MazeConstruction.cpp.obj CMakeFiles/libopenrct2.dir/src/openrct2/windows/NetworkStatus.cpp.obj CMakeFiles/libopenrct2.dir/src/openrct2/windows/NewCampaign.cpp.obj CMakeFiles/libopenrct2.dir/src/openrct2/windows/NewRide.cpp.obj CMakeFiles/libopenrct2.dir/src/openrct2/windows/ObjectLoadError.cpp.obj CMakeFiles/libopenrct2.dir/src/openrct2/windows/Park.cpp.obj CMakeFiles/libopenrct2.dir/src/openrct2/windows/Player.cpp.obj CMakeFiles/libopenrct2.dir/src/openrct2/windows/Research.cpp.obj CMakeFiles/libopenrct2.dir/src/openrct2/windows/Ride.cpp.obj CMakeFiles/libopenrct2.dir/src/openrct2/windows/RideConstruction.cpp.obj CMakeFiles/libopenrct2.dir/src/openrct2/windows/RideList.cpp.obj CMakeFiles/libopenrct2.dir/src/openrct2/windows/Scenery.cpp.obj CMakeFiles/libopenrct2.dir/src/openrct2/windows/Sign.cpp.obj CMakeFiles/libopenrct2.dir/src/openrct2/windows/Staff.cpp.obj CMakeFiles/libopenrct2.dir/src/openrct2/windows/StaffFirePrompt.cpp.obj CMakeFiles/libopenrct2.dir/src/openrct2/windows/TextInput.cpp.obj CMakeFiles/libopenrct2.dir/src/openrct2/windows/TileInspector.cpp.obj CMakeFiles/libopenrct2.dir/src/openrct2/windows/TitleCommandEditor.cpp.obj CMakeFiles/libopenrct2.dir/src/openrct2/windows/TitleEditor.cpp.obj CMakeFiles/libopenrct2.dir/src/openrct2/windows/TitleScenarioSelect.cpp.obj CMakeFiles/libopenrct2.dir/src/openrct2/windows/Tooltip.cpp.obj CMakeFiles/libopenrct2.dir/src/openrct2/windows/TopToolbar.cpp.obj CMakeFiles/libopenrct2.dir/src/openrct2/windows/TrackList.cpp.obj CMakeFiles/libopenrct2.dir/src/openrct2/windows/TrackManage.cpp.obj CMakeFiles/libopenrct2.dir/src/openrct2/windows/TrackPlace.cpp.obj CMakeFiles/libopenrct2.dir/src/openrct2/world/Balloon.cpp.obj CMakeFiles/libopenrct2.dir/src/openrct2/world/Banner.cpp.obj CMakeFiles/libopenrct2.dir/src/openrct2/world/Climate.cpp.obj CMakeFiles/libopenrct2.dir/src/openrct2/world/Duck.cpp.obj CMakeFiles/libopenrct2.dir/src/openrct2/world/Entrance.cpp.obj CMakeFiles/libopenrct2.dir/src/openrct2/world/Fountain.cpp.obj CMakeFiles/libopenrct2.dir/src/openrct2/world/SmallScenery.cpp.obj CMakeFiles/libopenrct2.dir/src/openrct2/world/Wall.cpp.obj
/usr/local/vitasdk/bin/arm-vita-eabi-ranlib libopenrct2.a
make[2]: Leaving directory '/home/rop/psv/OpenRCT2/cmake-build-debug'
[ 81%] Built target libopenrct2
make -f CMakeFiles/openrct2.dir/build.make CMakeFiles/openrct2.dir/depend
make[2]: Entering directory '/home/rop/psv/OpenRCT2/cmake-build-debug'
cd /home/rop/psv/OpenRCT2/cmake-build-debug && /opt/clion/bin/cmake/bin/cmake -E cmake_depends "Unix Makefiles" /home/rop/psv/OpenRCT2 /home/rop/psv/OpenRCT2 /home/rop/psv/OpenRCT2/cmake-build-debug /home/rop/psv/OpenRCT2/cmake-build-debug /home/rop/psv/OpenRCT2/cmake-build-debug/CMakeFiles/openrct2.dir/DependInfo.cmake --color=
make[2]: Leaving directory '/home/rop/psv/OpenRCT2/cmake-build-debug'
make -f CMakeFiles/openrct2.dir/build.make CMakeFiles/openrct2.dir/build
make[2]: Entering directory '/home/rop/psv/OpenRCT2/cmake-build-debug'
[ 82%] Building C object CMakeFiles/openrct2.dir/src/openrct2-ui/input/input.c.obj
/usr/local/vitasdk/bin/arm-vita-eabi-gcc -DDISABLE_HTTP -DDISABLE_NETWORK -DDISABLE_OPENGL -DDISABLE_TWITCH -DNO_RCT2 -DNO_TTF -DOPENRCT2_BRANCH=\"vita\" -DOPENRCT2_COMMIT_SHA1=\"5d6d2296d7409b4a606c663a7a1c13cee7211c90\" -DOPENRCT2_COMMIT_SHA1_SHORT=\"5d6d2296d\" -D__WARN_SUGGEST_FINAL_METHODS__ -D__WARN_SUGGEST_FINAL_TYPES__ -I/home/rop/psv/OpenRCT2/src/openrct2-ui/.. -I/usr/local/vitasdk/arm-vita-eabi/include -I/usr/local/vitasdk/arm-vita-eabi/include/SDL2 -Wl,-q -Wno-error=date-time -Wredundant-decls -Wignored-qualifiers -Wstrict-overflow=1 -std=gnu11 -fstrict-overflow -finstrument-functions -fstrict-aliasing -DDEBUG=0 -fno-PIC -std=gnu11 -std=gnu11 -O0 -g -DDEBUG -D_DEBUG -o CMakeFiles/openrct2.dir/src/openrct2-ui/input/input.c.obj -c /home/rop/psv/OpenRCT2/src/openrct2-ui/input/input.c
[ 82%] Building C object CMakeFiles/openrct2.dir/src/openrct2-ui/input/keyboard_shortcut.c.obj
[ 82%] Building CXX object CMakeFiles/openrct2.dir/src/openrct2-ui/CursorData.cpp.obj
/usr/local/vitasdk/bin/arm-vita-eabi-gcc -DDISABLE_HTTP -DDISABLE_NETWORK -DDISABLE_OPENGL -DDISABLE_TWITCH -DNO_RCT2 -DNO_TTF -DOPENRCT2_BRANCH=\"vita\" -DOPENRCT2_COMMIT_SHA1=\"5d6d2296d7409b4a606c663a7a1c13cee7211c90\" -DOPENRCT2_COMMIT_SHA1_SHORT=\"5d6d2296d\" -D__WARN_SUGGEST_FINAL_METHODS__ -D__WARN_SUGGEST_FINAL_TYPES__ -I/home/rop/psv/OpenRCT2/src/openrct2-ui/.. -I/usr/local/vitasdk/arm-vita-eabi/include -I/usr/local/vitasdk/arm-vita-eabi/include/SDL2 -Wl,-q -Wno-error=date-time -Wredundant-decls -Wignored-qualifiers -Wstrict-overflow=1 -std=gnu11 -fstrict-overflow -finstrument-functions -fstrict-aliasing -DDEBUG=0 -fno-PIC -std=gnu11 -std=gnu11 -O0 -g -DDEBUG -D_DEBUG -o CMakeFiles/openrct2.dir/src/openrct2-ui/input/keyboard_shortcut.c.obj -c /home/rop/psv/OpenRCT2/src/openrct2-ui/input/keyboard_shortcut.c
/usr/local/vitasdk/bin/arm-vita-eabi-g++ -DDISABLE_HTTP -DDISABLE_NETWORK -DDISABLE_OPENGL -DDISABLE_TWITCH -DNO_RCT2 -DNO_TTF -DOPENRCT2_BRANCH=\"vita\" -DOPENRCT2_COMMIT_SHA1=\"5d6d2296d7409b4a606c663a7a1c13cee7211c90\" -DOPENRCT2_COMMIT_SHA1_SHORT=\"5d6d2296d\" -D__WARN_SUGGEST_FINAL_METHODS__ -D__WARN_SUGGEST_FINAL_TYPES__ -I/home/rop/psv/OpenRCT2/src/openrct2-ui/.. -I/usr/local/vitasdk/arm-vita-eabi/include -I/usr/local/vitasdk/arm-vita-eabi/include/SDL2 -Wl,-q -fpermissive -Wno-error=date-time -Wnull-dereference -Wsuggest-final-types -Wsuggest-final-methods -Wsuggest-override -Wduplicated-cond -Wnon-virtual-dtor -Wredundant-decls -Wignored-qualifiers -Wstrict-overflow=1 -Wl,--whole-archive -lpthread -Wl,--no-whole-archive -I/usr/local/vitasdk/arm-vita-eabi/include/ -I/usr/local/vitasdk/arm-vita-eabi/include/SDL2/ -std=gnu++14 -fstrict-overflow -finstrument-functions -fstrict-aliasing -DDEBUG=0 -fno-PIC -std=gnu++14 -std=gnu++14 -O0 -g -DDEBUG -D_DEBUG -o CMakeFiles/openrct2.dir/src/openrct2-ui/CursorData.cpp.obj -c /home/rop/psv/OpenRCT2/src/openrct2-ui/CursorData.cpp
[ 82%] Building CXX object CMakeFiles/openrct2.dir/src/openrct2-ui/CursorRepository.cpp.obj
/usr/local/vitasdk/bin/arm-vita-eabi-g++ -DDISABLE_HTTP -DDISABLE_NETWORK -DDISABLE_OPENGL -DDISABLE_TWITCH -DNO_RCT2 -DNO_TTF -DOPENRCT2_BRANCH=\"vita\" -DOPENRCT2_COMMIT_SHA1=\"5d6d2296d7409b4a606c663a7a1c13cee7211c90\" -DOPENRCT2_COMMIT_SHA1_SHORT=\"5d6d2296d\" -D__WARN_SUGGEST_FINAL_METHODS__ -D__WARN_SUGGEST_FINAL_TYPES__ -I/home/rop/psv/OpenRCT2/src/openrct2-ui/.. -I/usr/local/vitasdk/arm-vita-eabi/include -I/usr/local/vitasdk/arm-vita-eabi/include/SDL2 -Wl,-q -fpermissive -Wno-error=date-time -Wnull-dereference -Wsuggest-final-types -Wsuggest-final-methods -Wsuggest-override -Wduplicated-cond -Wnon-virtual-dtor -Wredundant-decls -Wignored-qualifiers -Wstrict-overflow=1 -Wl,--whole-archive -lpthread -Wl,--no-whole-archive -I/usr/local/vitasdk/arm-vita-eabi/include/ -I/usr/local/vitasdk/arm-vita-eabi/include/SDL2/ -std=gnu++14 -fstrict-overflow -finstrument-functions -fstrict-aliasing -DDEBUG=0 -fno-PIC -std=gnu++14 -std=gnu++14 -O0 -g -DDEBUG -D_DEBUG -o CMakeFiles/openrct2.dir/src/openrct2-ui/CursorRepository.cpp.obj -c /home/rop/psv/OpenRCT2/src/openrct2-ui/CursorRepository.cpp
<command-line>:0:0: warning: "DEBUG" redefined
<command-line>:0:0: note: this is the location of the previous definition
<command-line>:0:0: warning: "DEBUG" redefined
<command-line>:0:0: note: this is the location of the previous definition
<command-line>:0:0: warning: "DEBUG" redefined
<command-line>:0:0: note: this is the location of the previous definition
<command-line>:0:0: warning: "DEBUG" redefined
<command-line>:0:0: note: this is the location of the previous definition
[ 83%] Building CXX object CMakeFiles/openrct2.dir/src/openrct2-ui/TextComposition.cpp.obj
/usr/local/vitasdk/bin/arm-vita-eabi-g++ -DDISABLE_HTTP -DDISABLE_NETWORK -DDISABLE_OPENGL -DDISABLE_TWITCH -DNO_RCT2 -DNO_TTF -DOPENRCT2_BRANCH=\"vita\" -DOPENRCT2_COMMIT_SHA1=\"5d6d2296d7409b4a606c663a7a1c13cee7211c90\" -DOPENRCT2_COMMIT_SHA1_SHORT=\"5d6d2296d\" -D__WARN_SUGGEST_FINAL_METHODS__ -D__WARN_SUGGEST_FINAL_TYPES__ -I/home/rop/psv/OpenRCT2/src/openrct2-ui/.. -I/usr/local/vitasdk/arm-vita-eabi/include -I/usr/local/vitasdk/arm-vita-eabi/include/SDL2 -Wl,-q -fpermissive -Wno-error=date-time -Wnull-dereference -Wsuggest-final-types -Wsuggest-final-methods -Wsuggest-override -Wduplicated-cond -Wnon-virtual-dtor -Wredundant-decls -Wignored-qualifiers -Wstrict-overflow=1 -Wl,--whole-archive -lpthread -Wl,--no-whole-archive -I/usr/local/vitasdk/arm-vita-eabi/include/ -I/usr/local/vitasdk/arm-vita-eabi/include/SDL2/ -std=gnu++14 -fstrict-overflow -finstrument-functions -fstrict-aliasing -DDEBUG=0 -fno-PIC -std=gnu++14 -std=gnu++14 -O0 -g -DDEBUG -D_DEBUG -o CMakeFiles/openrct2.dir/src/openrct2-ui/TextComposition.cpp.obj -c /home/rop/psv/OpenRCT2/src/openrct2-ui/TextComposition.cpp
<command-line>:0:0: warning: "DEBUG" redefined
<command-line>:0:0: note: this is the location of the previous definition
[ 83%] Building CXX object CMakeFiles/openrct2.dir/src/openrct2-ui/Ui.cpp.obj
/usr/local/vitasdk/bin/arm-vita-eabi-g++ -DDISABLE_HTTP -DDISABLE_NETWORK -DDISABLE_OPENGL -DDISABLE_TWITCH -DNO_RCT2 -DNO_TTF -DOPENRCT2_BRANCH=\"vita\" -DOPENRCT2_COMMIT_SHA1=\"5d6d2296d7409b4a606c663a7a1c13cee7211c90\" -DOPENRCT2_COMMIT_SHA1_SHORT=\"5d6d2296d\" -D__WARN_SUGGEST_FINAL_METHODS__ -D__WARN_SUGGEST_FINAL_TYPES__ -I/home/rop/psv/OpenRCT2/src/openrct2-ui/.. -I/usr/local/vitasdk/arm-vita-eabi/include -I/usr/local/vitasdk/arm-vita-eabi/include/SDL2 -Wl,-q -fpermissive -Wno-error=date-time -Wnull-dereference -Wsuggest-final-types -Wsuggest-final-methods -Wsuggest-override -Wduplicated-cond -Wnon-virtual-dtor -Wredundant-decls -Wignored-qualifiers -Wstrict-overflow=1 -Wl,--whole-archive -lpthread -Wl,--no-whole-archive -I/usr/local/vitasdk/arm-vita-eabi/include/ -I/usr/local/vitasdk/arm-vita-eabi/include/SDL2/ -std=gnu++14 -fstrict-overflow -finstrument-functions -fstrict-aliasing -DDEBUG=0 -fno-PIC -std=gnu++14 -std=gnu++14 -O0 -g -DDEBUG -D_DEBUG -o CMakeFiles/openrct2.dir/src/openrct2-ui/Ui.cpp.obj -c /home/rop/psv/OpenRCT2/src/openrct2-ui/Ui.cpp
[ 83%] Building CXX object CMakeFiles/openrct2.dir/src/openrct2-ui/UiContext.Android.cpp.obj
/usr/local/vitasdk/bin/arm-vita-eabi-g++ -DDISABLE_HTTP -DDISABLE_NETWORK -DDISABLE_OPENGL -DDISABLE_TWITCH -DNO_RCT2 -DNO_TTF -DOPENRCT2_BRANCH=\"vita\" -DOPENRCT2_COMMIT_SHA1=\"5d6d2296d7409b4a606c663a7a1c13cee7211c90\" -DOPENRCT2_COMMIT_SHA1_SHORT=\"5d6d2296d\" -D__WARN_SUGGEST_FINAL_METHODS__ -D__WARN_SUGGEST_FINAL_TYPES__ -I/home/rop/psv/OpenRCT2/src/openrct2-ui/.. -I/usr/local/vitasdk/arm-vita-eabi/include -I/usr/local/vitasdk/arm-vita-eabi/include/SDL2 -Wl,-q -fpermissive -Wno-error=date-time -Wnull-dereference -Wsuggest-final-types -Wsuggest-final-methods -Wsuggest-override -Wduplicated-cond -Wnon-virtual-dtor -Wredundant-decls -Wignored-qualifiers -Wstrict-overflow=1 -Wl,--whole-archive -lpthread -Wl,--no-whole-archive -I/usr/local/vitasdk/arm-vita-eabi/include/ -I/usr/local/vitasdk/arm-vita-eabi/include/SDL2/ -std=gnu++14 -fstrict-overflow -finstrument-functions -fstrict-aliasing -DDEBUG=0 -fno-PIC -std=gnu++14 -std=gnu++14 -O0 -g -DDEBUG -D_DEBUG -o CMakeFiles/openrct2.dir/src/openrct2-ui/UiContext.Android.cpp.obj -c /home/rop/psv/OpenRCT2/src/openrct2-ui/UiContext.Android.cpp
<command-line>:0:0: warning: "DEBUG" redefined
<command-line>:0:0: note: this is the location of the previous definition
<command-line>:0:0: warning: "DEBUG" redefined
<command-line>:0:0: note: this is the location of the previous definition
[ 83%] Building CXX object CMakeFiles/openrct2.dir/src/openrct2-ui/UiContext.Linux.cpp.obj
/usr/local/vitasdk/bin/arm-vita-eabi-g++ -DDISABLE_HTTP -DDISABLE_NETWORK -DDISABLE_OPENGL -DDISABLE_TWITCH -DNO_RCT2 -DNO_TTF -DOPENRCT2_BRANCH=\"vita\" -DOPENRCT2_COMMIT_SHA1=\"5d6d2296d7409b4a606c663a7a1c13cee7211c90\" -DOPENRCT2_COMMIT_SHA1_SHORT=\"5d6d2296d\" -D__WARN_SUGGEST_FINAL_METHODS__ -D__WARN_SUGGEST_FINAL_TYPES__ -I/home/rop/psv/OpenRCT2/src/openrct2-ui/.. -I/usr/local/vitasdk/arm-vita-eabi/include -I/usr/local/vitasdk/arm-vita-eabi/include/SDL2 -Wl,-q -fpermissive -Wno-error=date-time -Wnull-dereference -Wsuggest-final-types -Wsuggest-final-methods -Wsuggest-override -Wduplicated-cond -Wnon-virtual-dtor -Wredundant-decls -Wignored-qualifiers -Wstrict-overflow=1 -Wl,--whole-archive -lpthread -Wl,--no-whole-archive -I/usr/local/vitasdk/arm-vita-eabi/include/ -I/usr/local/vitasdk/arm-vita-eabi/include/SDL2/ -std=gnu++14 -fstrict-overflow -finstrument-functions -fstrict-aliasing -DDEBUG=0 -fno-PIC -std=gnu++14 -std=gnu++14 -O0 -g -DDEBUG -D_DEBUG -o CMakeFiles/openrct2.dir/src/openrct2-ui/UiContext.Linux.cpp.obj -c /home/rop/psv/OpenRCT2/src/openrct2-ui/UiContext.Linux.cpp
<command-line>:0:0: warning: "DEBUG" redefined
<command-line>:0:0: note: this is the location of the previous definition
[ 84%] Building CXX object CMakeFiles/openrct2.dir/src/openrct2-ui/UiContext.Vita.cpp.obj
/usr/local/vitasdk/bin/arm-vita-eabi-g++ -DDISABLE_HTTP -DDISABLE_NETWORK -DDISABLE_OPENGL -DDISABLE_TWITCH -DNO_RCT2 -DNO_TTF -DOPENRCT2_BRANCH=\"vita\" -DOPENRCT2_COMMIT_SHA1=\"5d6d2296d7409b4a606c663a7a1c13cee7211c90\" -DOPENRCT2_COMMIT_SHA1_SHORT=\"5d6d2296d\" -D__WARN_SUGGEST_FINAL_METHODS__ -D__WARN_SUGGEST_FINAL_TYPES__ -I/home/rop/psv/OpenRCT2/src/openrct2-ui/.. -I/usr/local/vitasdk/arm-vita-eabi/include -I/usr/local/vitasdk/arm-vita-eabi/include/SDL2 -Wl,-q -fpermissive -Wno-error=date-time -Wnull-dereference -Wsuggest-final-types -Wsuggest-final-methods -Wsuggest-override -Wduplicated-cond -Wnon-virtual-dtor -Wredundant-decls -Wignored-qualifiers -Wstrict-overflow=1 -Wl,--whole-archive -lpthread -Wl,--no-whole-archive -I/usr/local/vitasdk/arm-vita-eabi/include/ -I/usr/local/vitasdk/arm-vita-eabi/include/SDL2/ -std=gnu++14 -fstrict-overflow -finstrument-functions -fstrict-aliasing -DDEBUG=0 -fno-PIC -std=gnu++14 -std=gnu++14 -O0 -g -DDEBUG -D_DEBUG -o CMakeFiles/openrct2.dir/src/openrct2-ui/UiContext.Vita.cpp.obj -c /home/rop/psv/OpenRCT2/src/openrct2-ui/UiContext.Vita.cpp
<command-line>:0:0: warning: "DEBUG" redefined
<command-line>:0:0: note: this is the location of the previous definition
[ 84%] Building CXX object CMakeFiles/openrct2.dir/src/openrct2-ui/UiContext.Win32.cpp.obj
/usr/local/vitasdk/bin/arm-vita-eabi-g++ -DDISABLE_HTTP -DDISABLE_NETWORK -DDISABLE_OPENGL -DDISABLE_TWITCH -DNO_RCT2 -DNO_TTF -DOPENRCT2_BRANCH=\"vita\" -DOPENRCT2_COMMIT_SHA1=\"5d6d2296d7409b4a606c663a7a1c13cee7211c90\" -DOPENRCT2_COMMIT_SHA1_SHORT=\"5d6d2296d\" -D__WARN_SUGGEST_FINAL_METHODS__ -D__WARN_SUGGEST_FINAL_TYPES__ -I/home/rop/psv/OpenRCT2/src/openrct2-ui/.. -I/usr/local/vitasdk/arm-vita-eabi/include -I/usr/local/vitasdk/arm-vita-eabi/include/SDL2 -Wl,-q -fpermissive -Wno-error=date-time -Wnull-dereference -Wsuggest-final-types -Wsuggest-final-methods -Wsuggest-override -Wduplicated-cond -Wnon-virtual-dtor -Wredundant-decls -Wignored-qualifiers -Wstrict-overflow=1 -Wl,--whole-archive -lpthread -Wl,--no-whole-archive -I/usr/local/vitasdk/arm-vita-eabi/include/ -I/usr/local/vitasdk/arm-vita-eabi/include/SDL2/ -std=gnu++14 -fstrict-overflow -finstrument-functions -fstrict-aliasing -DDEBUG=0 -fno-PIC -std=gnu++14 -std=gnu++14 -O0 -g -DDEBUG -D_DEBUG -o CMakeFiles/openrct2.dir/src/openrct2-ui/UiContext.Win32.cpp.obj -c /home/rop/psv/OpenRCT2/src/openrct2-ui/UiContext.Win32.cpp
<command-line>:0:0: warning: "DEBUG" redefined
<command-line>:0:0: note: this is the location of the previous definition
[ 84%] Building CXX object CMakeFiles/openrct2.dir/src/openrct2-ui/UiContext.cpp.obj
/usr/local/vitasdk/bin/arm-vita-eabi-g++ -DDISABLE_HTTP -DDISABLE_NETWORK -DDISABLE_OPENGL -DDISABLE_TWITCH -DNO_RCT2 -DNO_TTF -DOPENRCT2_BRANCH=\"vita\" -DOPENRCT2_COMMIT_SHA1=\"5d6d2296d7409b4a606c663a7a1c13cee7211c90\" -DOPENRCT2_COMMIT_SHA1_SHORT=\"5d6d2296d\" -D__WARN_SUGGEST_FINAL_METHODS__ -D__WARN_SUGGEST_FINAL_TYPES__ -I/home/rop/psv/OpenRCT2/src/openrct2-ui/.. -I/usr/local/vitasdk/arm-vita-eabi/include -I/usr/local/vitasdk/arm-vita-eabi/include/SDL2 -Wl,-q -fpermissive -Wno-error=date-time -Wnull-dereference -Wsuggest-final-types -Wsuggest-final-methods -Wsuggest-override -Wduplicated-cond -Wnon-virtual-dtor -Wredundant-decls -Wignored-qualifiers -Wstrict-overflow=1 -Wl,--whole-archive -lpthread -Wl,--no-whole-archive -I/usr/local/vitasdk/arm-vita-eabi/include/ -I/usr/local/vitasdk/arm-vita-eabi/include/SDL2/ -std=gnu++14 -fstrict-overflow -finstrument-functions -fstrict-aliasing -DDEBUG=0 -fno-PIC -std=gnu++14 -std=gnu++14 -O0 -g -DDEBUG -D_DEBUG -o CMakeFiles/openrct2.dir/src/openrct2-ui/UiContext.cpp.obj -c /home/rop/psv/OpenRCT2/src/openrct2-ui/UiContext.cpp
<command-line>:0:0: warning: "DEBUG" redefined
<command-line>:0:0: note: this is the location of the previous definition
[ 84%] Building CXX object CMakeFiles/openrct2.dir/src/openrct2-ui/WindowManager.cpp.obj
/usr/local/vitasdk/bin/arm-vita-eabi-g++ -DDISABLE_HTTP -DDISABLE_NETWORK -DDISABLE_OPENGL -DDISABLE_TWITCH -DNO_RCT2 -DNO_TTF -DOPENRCT2_BRANCH=\"vita\" -DOPENRCT2_COMMIT_SHA1=\"5d6d2296d7409b4a606c663a7a1c13cee7211c90\" -DOPENRCT2_COMMIT_SHA1_SHORT=\"5d6d2296d\" -D__WARN_SUGGEST_FINAL_METHODS__ -D__WARN_SUGGEST_FINAL_TYPES__ -I/home/rop/psv/OpenRCT2/src/openrct2-ui/.. -I/usr/local/vitasdk/arm-vita-eabi/include -I/usr/local/vitasdk/arm-vita-eabi/include/SDL2 -Wl,-q -fpermissive -Wno-error=date-time -Wnull-dereference -Wsuggest-final-types -Wsuggest-final-methods -Wsuggest-override -Wduplicated-cond -Wnon-virtual-dtor -Wredundant-decls -Wignored-qualifiers -Wstrict-overflow=1 -Wl,--whole-archive -lpthread -Wl,--no-whole-archive -I/usr/local/vitasdk/arm-vita-eabi/include/ -I/usr/local/vitasdk/arm-vita-eabi/include/SDL2/ -std=gnu++14 -fstrict-overflow -finstrument-functions -fstrict-aliasing -DDEBUG=0 -fno-PIC -std=gnu++14 -std=gnu++14 -O0 -g -DDEBUG -D_DEBUG -o CMakeFiles/openrct2.dir/src/openrct2-ui/WindowManager.cpp.obj -c /home/rop/psv/OpenRCT2/src/openrct2-ui/WindowManager.cpp
<command-line>:0:0: warning: "DEBUG" redefined
<command-line>:0:0: note: this is the location of the previous definition
[ 85%] Building CXX object CMakeFiles/openrct2.dir/src/openrct2-ui/audio/AudioChannel.cpp.obj
/usr/local/vitasdk/bin/arm-vita-eabi-g++ -DDISABLE_HTTP -DDISABLE_NETWORK -DDISABLE_OPENGL -DDISABLE_TWITCH -DNO_RCT2 -DNO_TTF -DOPENRCT2_BRANCH=\"vita\" -DOPENRCT2_COMMIT_SHA1=\"5d6d2296d7409b4a606c663a7a1c13cee7211c90\" -DOPENRCT2_COMMIT_SHA1_SHORT=\"5d6d2296d\" -D__WARN_SUGGEST_FINAL_METHODS__ -D__WARN_SUGGEST_FINAL_TYPES__ -I/home/rop/psv/OpenRCT2/src/openrct2-ui/.. -I/usr/local/vitasdk/arm-vita-eabi/include -I/usr/local/vitasdk/arm-vita-eabi/include/SDL2 -Wl,-q -fpermissive -Wno-error=date-time -Wnull-dereference -Wsuggest-final-types -Wsuggest-final-methods -Wsuggest-override -Wduplicated-cond -Wnon-virtual-dtor -Wredundant-decls -Wignored-qualifiers -Wstrict-overflow=1 -Wl,--whole-archive -lpthread -Wl,--no-whole-archive -I/usr/local/vitasdk/arm-vita-eabi/include/ -I/usr/local/vitasdk/arm-vita-eabi/include/SDL2/ -std=gnu++14 -fstrict-overflow -finstrument-functions -fstrict-aliasing -DDEBUG=0 -fno-PIC -std=gnu++14 -std=gnu++14 -O0 -g -DDEBUG -D_DEBUG -o CMakeFiles/openrct2.dir/src/openrct2-ui/audio/AudioChannel.cpp.obj -c /home/rop/psv/OpenRCT2/src/openrct2-ui/audio/AudioChannel.cpp
<command-line>:0:0: warning: "DEBUG" redefined
<command-line>:0:0: note: this is the location of the previous definition
[ 85%] Building CXX object CMakeFiles/openrct2.dir/src/openrct2-ui/audio/AudioContext.cpp.obj
/usr/local/vitasdk/bin/arm-vita-eabi-g++ -DDISABLE_HTTP -DDISABLE_NETWORK -DDISABLE_OPENGL -DDISABLE_TWITCH -DNO_RCT2 -DNO_TTF -DOPENRCT2_BRANCH=\"vita\" -DOPENRCT2_COMMIT_SHA1=\"5d6d2296d7409b4a606c663a7a1c13cee7211c90\" -DOPENRCT2_COMMIT_SHA1_SHORT=\"5d6d2296d\" -D__WARN_SUGGEST_FINAL_METHODS__ -D__WARN_SUGGEST_FINAL_TYPES__ -I/home/rop/psv/OpenRCT2/src/openrct2-ui/.. -I/usr/local/vitasdk/arm-vita-eabi/include -I/usr/local/vitasdk/arm-vita-eabi/include/SDL2 -Wl,-q -fpermissive -Wno-error=date-time -Wnull-dereference -Wsuggest-final-types -Wsuggest-final-methods -Wsuggest-override -Wduplicated-cond -Wnon-virtual-dtor -Wredundant-decls -Wignored-qualifiers -Wstrict-overflow=1 -Wl,--whole-archive -lpthread -Wl,--no-whole-archive -I/usr/local/vitasdk/arm-vita-eabi/include/ -I/usr/local/vitasdk/arm-vita-eabi/include/SDL2/ -std=gnu++14 -fstrict-overflow -finstrument-functions -fstrict-aliasing -DDEBUG=0 -fno-PIC -std=gnu++14 -std=gnu++14 -O0 -g -DDEBUG -D_DEBUG -o CMakeFiles/openrct2.dir/src/openrct2-ui/audio/AudioContext.cpp.obj -c /home/rop/psv/OpenRCT2/src/openrct2-ui/audio/AudioContext.cpp
<command-line>:0:0: warning: "DEBUG" redefined
<command-line>:0:0: note: this is the location of the previous definition
/home/rop/psv/OpenRCT2/src/openrct2-ui/UiContext.cpp: In member function 'virtual void UiContext::GetCursorPosition(sint32*, sint32*)':
/home/rop/psv/OpenRCT2/src/openrct2-ui/UiContext.cpp:220:31: warning: invalid conversion from 'sint32* {aka long int*}' to 'int*' [-fpermissive]
SDL_GetMouseState(x, y);
^
In file included from /usr/local/vitasdk/arm-vita-eabi/include/SDL2/SDL_events.h:35:0,
from /usr/local/vitasdk/arm-vita-eabi/include/SDL2/SDL.h:41,
from /home/rop/psv/OpenRCT2/src/openrct2-ui/UiContext.cpp:23:
/usr/local/vitasdk/arm-vita-eabi/include/SDL2/SDL_mouse.h:87:32: note: initializing argument 1 of 'Uint32 SDL_GetMouseState(int*, int*)'
extern DECLSPEC Uint32 SDLCALL SDL_GetMouseState(int *x, int *y);
^~~~~~~~~~~~~~~~~
/home/rop/psv/OpenRCT2/src/openrct2-ui/UiContext.cpp:220:31: warning: invalid conversion from 'sint32* {aka long int*}' to 'int*' [-fpermissive]
SDL_GetMouseState(x, y);
^
In file included from /usr/local/vitasdk/arm-vita-eabi/include/SDL2/SDL_events.h:35:0,
from /usr/local/vitasdk/arm-vita-eabi/include/SDL2/SDL.h:41,
from /home/rop/psv/OpenRCT2/src/openrct2-ui/UiContext.cpp:23:
/usr/local/vitasdk/arm-vita-eabi/include/SDL2/SDL_mouse.h:87:32: note: initializing argument 2 of 'Uint32 SDL_GetMouseState(int*, int*)'
extern DECLSPEC Uint32 SDLCALL SDL_GetMouseState(int *x, int *y);
^~~~~~~~~~~~~~~~~
/home/rop/psv/OpenRCT2/src/openrct2-ui/UiContext.cpp: In member function 'virtual void UiContext::ProcessMessages()':
/home/rop/psv/OpenRCT2/src/openrct2-ui/UiContext.cpp:482:43: warning: invalid conversion from 'sint32* {aka long int*}' to 'int*' [-fpermissive]
_keysState = SDL_GetKeyboardState(&numKeys);
^~~~~~~~
In file included from /usr/local/vitasdk/arm-vita-eabi/include/SDL2/SDL_events.h:34:0,
from /usr/local/vitasdk/arm-vita-eabi/include/SDL2/SDL.h:41,
from /home/rop/psv/OpenRCT2/src/openrct2-ui/UiContext.cpp:23:
/usr/local/vitasdk/arm-vita-eabi/include/SDL2/SDL_keyboard.h:77:38: note: initializing argument 1 of 'const Uint8* SDL_GetKeyboardState(int*)'
extern DECLSPEC const Uint8 *SDLCALL SDL_GetKeyboardState(int *numkeys);
^~~~~~~~~~~~~~~~~~~~
/home/rop/psv/OpenRCT2/src/openrct2-ui/UiContext.cpp: In member function 'virtual void UiContext::TriggerResize()':
/home/rop/psv/OpenRCT2/src/openrct2-ui/UiContext.cpp:502:36: warning: invalid conversion from 'sint32* {aka long int*}' to 'int*' [-fpermissive]
SDL_GetWindowSize(_window, &width, &height);
^~~~~~
In file included from /usr/local/vitasdk/arm-vita-eabi/include/SDL2/SDL_events.h:33:0,
from /usr/local/vitasdk/arm-vita-eabi/include/SDL2/SDL.h:41,
from /home/rop/psv/OpenRCT2/src/openrct2-ui/UiContext.cpp:23:
/usr/local/vitasdk/arm-vita-eabi/include/SDL2/SDL_video.h:637:30: note: initializing argument 2 of 'void SDL_GetWindowSize(SDL_Window*, int*, int*)'
extern DECLSPEC void SDLCALL SDL_GetWindowSize(SDL_Window * window, int *w,
^~~~~~~~~~~~~~~~~
/home/rop/psv/OpenRCT2/src/openrct2-ui/UiContext.cpp:502:44: warning: invalid conversion from 'sint32* {aka long int*}' to 'int*' [-fpermissive]
SDL_GetWindowSize(_window, &width, &height);
^~~~~~~
In file included from /usr/local/vitasdk/arm-vita-eabi/include/SDL2/SDL_events.h:33:0,
from /usr/local/vitasdk/arm-vita-eabi/include/SDL2/SDL.h:41,
from /home/rop/psv/OpenRCT2/src/openrct2-ui/UiContext.cpp:23:
/usr/local/vitasdk/arm-vita-eabi/include/SDL2/SDL_video.h:637:30: note: initializing argument 3 of 'void SDL_GetWindowSize(SDL_Window*, int*, int*)'
extern DECLSPEC void SDLCALL SDL_GetWindowSize(SDL_Window * window, int *w,
^~~~~~~~~~~~~~~~~
/home/rop/psv/OpenRCT2/src/openrct2-ui/UiContext.cpp: In member function 'virtual void UiContext::RecreateWindow()':
/home/rop/psv/OpenRCT2/src/openrct2-ui/UiContext.cpp:537:40: warning: invalid conversion from 'sint32* {aka long int*}' to 'int*' [-fpermissive]
SDL_GetWindowPosition(_window, &x, &y);
^~
In file included from /usr/local/vitasdk/arm-vita-eabi/include/SDL2/SDL_events.h:33:0,
from /usr/local/vitasdk/arm-vita-eabi/include/SDL2/SDL.h:41,
from /home/rop/psv/OpenRCT2/src/openrct2-ui/UiContext.cpp:23:
/usr/local/vitasdk/arm-vita-eabi/include/SDL2/SDL_video.h:597:30: note: initializing argument 2 of 'void SDL_GetWindowPosition(SDL_Window*, int*, int*)'
extern DECLSPEC void SDLCALL SDL_GetWindowPosition(SDL_Window * window,
^~~~~~~~~~~~~~~~~~~~~
/home/rop/psv/OpenRCT2/src/openrct2-ui/UiContext.cpp:537:44: warning: invalid conversion from 'sint32* {aka long int*}' to 'int*' [-fpermissive]
SDL_GetWindowPosition(_window, &x, &y);
^~
In file included from /usr/local/vitasdk/arm-vita-eabi/include/SDL2/SDL_events.h:33:0,
from /usr/local/vitasdk/arm-vita-eabi/include/SDL2/SDL.h:41,
from /home/rop/psv/OpenRCT2/src/openrct2-ui/UiContext.cpp:23:
/usr/local/vitasdk/arm-vita-eabi/include/SDL2/SDL_video.h:597:30: note: initializing argument 3 of 'void SDL_GetWindowPosition(SDL_Window*, int*, int*)'
extern DECLSPEC void SDLCALL SDL_GetWindowPosition(SDL_Window * window,
^~~~~~~~~~~~~~~~~~~~~
[ 85%] Building CXX object CMakeFiles/openrct2.dir/src/openrct2-ui/audio/AudioMixer.cpp.obj
/usr/local/vitasdk/bin/arm-vita-eabi-g++ -DDISABLE_HTTP -DDISABLE_NETWORK -DDISABLE_OPENGL -DDISABLE_TWITCH -DNO_RCT2 -DNO_TTF -DOPENRCT2_BRANCH=\"vita\" -DOPENRCT2_COMMIT_SHA1=\"5d6d2296d7409b4a606c663a7a1c13cee7211c90\" -DOPENRCT2_COMMIT_SHA1_SHORT=\"5d6d2296d\" -D__WARN_SUGGEST_FINAL_METHODS__ -D__WARN_SUGGEST_FINAL_TYPES__ -I/home/rop/psv/OpenRCT2/src/openrct2-ui/.. -I/usr/local/vitasdk/arm-vita-eabi/include -I/usr/local/vitasdk/arm-vita-eabi/include/SDL2 -Wl,-q -fpermissive -Wno-error=date-time -Wnull-dereference -Wsuggest-final-types -Wsuggest-final-methods -Wsuggest-override -Wduplicated-cond -Wnon-virtual-dtor -Wredundant-decls -Wignored-qualifiers -Wstrict-overflow=1 -Wl,--whole-archive -lpthread -Wl,--no-whole-archive -I/usr/local/vitasdk/arm-vita-eabi/include/ -I/usr/local/vitasdk/arm-vita-eabi/include/SDL2/ -std=gnu++14 -fstrict-overflow -finstrument-functions -fstrict-aliasing -DDEBUG=0 -fno-PIC -std=gnu++14 -std=gnu++14 -O0 -g -DDEBUG -D_DEBUG -o CMakeFiles/openrct2.dir/src/openrct2-ui/audio/AudioMixer.cpp.obj -c /home/rop/psv/OpenRCT2/src/openrct2-ui/audio/AudioMixer.cpp
<command-line>:0:0: warning: "DEBUG" redefined
<command-line>:0:0: note: this is the location of the previous definition
[ 86%] Building CXX object CMakeFiles/openrct2.dir/src/openrct2-ui/audio/FileAudioSource.cpp.obj
/usr/local/vitasdk/bin/arm-vita-eabi-g++ -DDISABLE_HTTP -DDISABLE_NETWORK -DDISABLE_OPENGL -DDISABLE_TWITCH -DNO_RCT2 -DNO_TTF -DOPENRCT2_BRANCH=\"vita\" -DOPENRCT2_COMMIT_SHA1=\"5d6d2296d7409b4a606c663a7a1c13cee7211c90\" -DOPENRCT2_COMMIT_SHA1_SHORT=\"5d6d2296d\" -D__WARN_SUGGEST_FINAL_METHODS__ -D__WARN_SUGGEST_FINAL_TYPES__ -I/home/rop/psv/OpenRCT2/src/openrct2-ui/.. -I/usr/local/vitasdk/arm-vita-eabi/include -I/usr/local/vitasdk/arm-vita-eabi/include/SDL2 -Wl,-q -fpermissive -Wno-error=date-time -Wnull-dereference -Wsuggest-final-types -Wsuggest-final-methods -Wsuggest-override -Wduplicated-cond -Wnon-virtual-dtor -Wredundant-decls -Wignored-qualifiers -Wstrict-overflow=1 -Wl,--whole-archive -lpthread -Wl,--no-whole-archive -I/usr/local/vitasdk/arm-vita-eabi/include/ -I/usr/local/vitasdk/arm-vita-eabi/include/SDL2/ -std=gnu++14 -fstrict-overflow -finstrument-functions -fstrict-aliasing -DDEBUG=0 -fno-PIC -std=gnu++14 -std=gnu++14 -O0 -g -DDEBUG -D_DEBUG -o CMakeFiles/openrct2.dir/src/openrct2-ui/audio/FileAudioSource.cpp.obj -c /home/rop/psv/OpenRCT2/src/openrct2-ui/audio/FileAudioSource.cpp
<command-line>:0:0: warning: "DEBUG" redefined
<command-line>:0:0: note: this is the location of the previous definition
[ 86%] Building CXX object CMakeFiles/openrct2.dir/src/openrct2-ui/audio/MemoryAudioSource.cpp.obj
/usr/local/vitasdk/bin/arm-vita-eabi-g++ -DDISABLE_HTTP -DDISABLE_NETWORK -DDISABLE_OPENGL -DDISABLE_TWITCH -DNO_RCT2 -DNO_TTF -DOPENRCT2_BRANCH=\"vita\" -DOPENRCT2_COMMIT_SHA1=\"5d6d2296d7409b4a606c663a7a1c13cee7211c90\" -DOPENRCT2_COMMIT_SHA1_SHORT=\"5d6d2296d\" -D__WARN_SUGGEST_FINAL_METHODS__ -D__WARN_SUGGEST_FINAL_TYPES__ -I/home/rop/psv/OpenRCT2/src/openrct2-ui/.. -I/usr/local/vitasdk/arm-vita-eabi/include -I/usr/local/vitasdk/arm-vita-eabi/include/SDL2 -Wl,-q -fpermissive -Wno-error=date-time -Wnull-dereference -Wsuggest-final-types -Wsuggest-final-methods -Wsuggest-override -Wduplicated-cond -Wnon-virtual-dtor -Wredundant-decls -Wignored-qualifiers -Wstrict-overflow=1 -Wl,--whole-archive -lpthread -Wl,--no-whole-archive -I/usr/local/vitasdk/arm-vita-eabi/include/ -I/usr/local/vitasdk/arm-vita-eabi/include/SDL2/ -std=gnu++14 -fstrict-overflow -finstrument-functions -fstrict-aliasing -DDEBUG=0 -fno-PIC -std=gnu++14 -std=gnu++14 -O0 -g -DDEBUG -D_DEBUG -o CMakeFiles/openrct2.dir/src/openrct2-ui/audio/MemoryAudioSource.cpp.obj -c /home/rop/psv/OpenRCT2/src/openrct2-ui/audio/MemoryAudioSource.cpp
<command-line>:0:0: warning: "DEBUG" redefined
<command-line>:0:0: note: this is the location of the previous definition
[ 86%] Building CXX object CMakeFiles/openrct2.dir/src/openrct2-ui/drawing/engines/HardwareDisplayDrawingEngine.cpp.obj
/usr/local/vitasdk/bin/arm-vita-eabi-g++ -DDISABLE_HTTP -DDISABLE_NETWORK -DDISABLE_OPENGL -DDISABLE_TWITCH -DNO_RCT2 -DNO_TTF -DOPENRCT2_BRANCH=\"vita\" -DOPENRCT2_COMMIT_SHA1=\"5d6d2296d7409b4a606c663a7a1c13cee7211c90\" -DOPENRCT2_COMMIT_SHA1_SHORT=\"5d6d2296d\" -D__WARN_SUGGEST_FINAL_METHODS__ -D__WARN_SUGGEST_FINAL_TYPES__ -I/home/rop/psv/OpenRCT2/src/openrct2-ui/.. -I/usr/local/vitasdk/arm-vita-eabi/include -I/usr/local/vitasdk/arm-vita-eabi/include/SDL2 -Wl,-q -fpermissive -Wno-error=date-time -Wnull-dereference -Wsuggest-final-types -Wsuggest-final-methods -Wsuggest-override -Wduplicated-cond -Wnon-virtual-dtor -Wredundant-decls -Wignored-qualifiers -Wstrict-overflow=1 -Wl,--whole-archive -lpthread -Wl,--no-whole-archive -I/usr/local/vitasdk/arm-vita-eabi/include/ -I/usr/local/vitasdk/arm-vita-eabi/include/SDL2/ -std=gnu++14 -fstrict-overflow -finstrument-functions -fstrict-aliasing -DDEBUG=0 -fno-PIC -std=gnu++14 -std=gnu++14 -O0 -g -DDEBUG -D_DEBUG -o CMakeFiles/openrct2.dir/src/openrct2-ui/drawing/engines/HardwareDisplayDrawingEngine.cpp.obj -c /home/rop/psv/OpenRCT2/src/openrct2-ui/drawing/engines/HardwareDisplayDrawingEngine.cpp
<command-line>:0:0: warning: "DEBUG" redefined
<command-line>:0:0: note: this is the location of the previous definition
[ 86%] Building CXX object CMakeFiles/openrct2.dir/src/openrct2-ui/drawing/engines/SoftwareDrawingEngine.cpp.obj
/usr/local/vitasdk/bin/arm-vita-eabi-g++ -DDISABLE_HTTP -DDISABLE_NETWORK -DDISABLE_OPENGL -DDISABLE_TWITCH -DNO_RCT2 -DNO_TTF -DOPENRCT2_BRANCH=\"vita\" -DOPENRCT2_COMMIT_SHA1=\"5d6d2296d7409b4a606c663a7a1c13cee7211c90\" -DOPENRCT2_COMMIT_SHA1_SHORT=\"5d6d2296d\" -D__WARN_SUGGEST_FINAL_METHODS__ -D__WARN_SUGGEST_FINAL_TYPES__ -I/home/rop/psv/OpenRCT2/src/openrct2-ui/.. -I/usr/local/vitasdk/arm-vita-eabi/include -I/usr/local/vitasdk/arm-vita-eabi/include/SDL2 -Wl,-q -fpermissive -Wno-error=date-time -Wnull-dereference -Wsuggest-final-types -Wsuggest-final-methods -Wsuggest-override -Wduplicated-cond -Wnon-virtual-dtor -Wredundant-decls -Wignored-qualifiers -Wstrict-overflow=1 -Wl,--whole-archive -lpthread -Wl,--no-whole-archive -I/usr/local/vitasdk/arm-vita-eabi/include/ -I/usr/local/vitasdk/arm-vita-eabi/include/SDL2/ -std=gnu++14 -fstrict-overflow -finstrument-functions -fstrict-aliasing -DDEBUG=0 -fno-PIC -std=gnu++14 -std=gnu++14 -O0 -g -DDEBUG -D_DEBUG -o CMakeFiles/openrct2.dir/src/openrct2-ui/drawing/engines/SoftwareDrawingEngine.cpp.obj -c /home/rop/psv/OpenRCT2/src/openrct2-ui/drawing/engines/SoftwareDrawingEngine.cpp
<command-line>:0:0: warning: "DEBUG" redefined
<command-line>:0:0: note: this is the location of the previous definition
[ 87%] Building CXX object CMakeFiles/openrct2.dir/src/openrct2-ui/drawing/engines/opengl/CopyFramebufferShader.cpp.obj
/usr/local/vitasdk/bin/arm-vita-eabi-g++ -DDISABLE_HTTP -DDISABLE_NETWORK -DDISABLE_OPENGL -DDISABLE_TWITCH -DNO_RCT2 -DNO_TTF -DOPENRCT2_BRANCH=\"vita\" -DOPENRCT2_COMMIT_SHA1=\"5d6d2296d7409b4a606c663a7a1c13cee7211c90\" -DOPENRCT2_COMMIT_SHA1_SHORT=\"5d6d2296d\" -D__WARN_SUGGEST_FINAL_METHODS__ -D__WARN_SUGGEST_FINAL_TYPES__ -I/home/rop/psv/OpenRCT2/src/openrct2-ui/.. -I/usr/local/vitasdk/arm-vita-eabi/include -I/usr/local/vitasdk/arm-vita-eabi/include/SDL2 -Wl,-q -fpermissive -Wno-error=date-time -Wnull-dereference -Wsuggest-final-types -Wsuggest-final-methods -Wsuggest-override -Wduplicated-cond -Wnon-virtual-dtor -Wredundant-decls -Wignored-qualifiers -Wstrict-overflow=1 -Wl,--whole-archive -lpthread -Wl,--no-whole-archive -I/usr/local/vitasdk/arm-vita-eabi/include/ -I/usr/local/vitasdk/arm-vita-eabi/include/SDL2/ -std=gnu++14 -fstrict-overflow -finstrument-functions -fstrict-aliasing -DDEBUG=0 -fno-PIC -std=gnu++14 -std=gnu++14 -O0 -g -DDEBUG -D_DEBUG -o CMakeFiles/openrct2.dir/src/openrct2-ui/drawing/engines/opengl/CopyFramebufferShader.cpp.obj -c /home/rop/psv/OpenRCT2/src/openrct2-ui/drawing/engines/opengl/CopyFramebufferShader.cpp
<command-line>:0:0: warning: "DEBUG" redefined
<command-line>:0:0: note: this is the location of the previous definition
[ 87%] Building CXX object CMakeFiles/openrct2.dir/src/openrct2-ui/drawing/engines/opengl/DrawImageShader.cpp.obj
/usr/local/vitasdk/bin/arm-vita-eabi-g++ -DDISABLE_HTTP -DDISABLE_NETWORK -DDISABLE_OPENGL -DDISABLE_TWITCH -DNO_RCT2 -DNO_TTF -DOPENRCT2_BRANCH=\"vita\" -DOPENRCT2_COMMIT_SHA1=\"5d6d2296d7409b4a606c663a7a1c13cee7211c90\" -DOPENRCT2_COMMIT_SHA1_SHORT=\"5d6d2296d\" -D__WARN_SUGGEST_FINAL_METHODS__ -D__WARN_SUGGEST_FINAL_TYPES__ -I/home/rop/psv/OpenRCT2/src/openrct2-ui/.. -I/usr/local/vitasdk/arm-vita-eabi/include -I/usr/local/vitasdk/arm-vita-eabi/include/SDL2 -Wl,-q -fpermissive -Wno-error=date-time -Wnull-dereference -Wsuggest-final-types -Wsuggest-final-methods -Wsuggest-override -Wduplicated-cond -Wnon-virtual-dtor -Wredundant-decls -Wignored-qualifiers -Wstrict-overflow=1 -Wl,--whole-archive -lpthread -Wl,--no-whole-archive -I/usr/local/vitasdk/arm-vita-eabi/include/ -I/usr/local/vitasdk/arm-vita-eabi/include/SDL2/ -std=gnu++14 -fstrict-overflow -finstrument-functions -fstrict-aliasing -DDEBUG=0 -fno-PIC -std=gnu++14 -std=gnu++14 -O0 -g -DDEBUG -D_DEBUG -o CMakeFiles/openrct2.dir/src/openrct2-ui/drawing/engines/opengl/DrawImageShader.cpp.obj -c /home/rop/psv/OpenRCT2/src/openrct2-ui/drawing/engines/opengl/DrawImageShader.cpp
<command-line>:0:0: warning: "DEBUG" redefined
<command-line>:0:0: note: this is the location of the previous definition
[ 87%] Building CXX object CMakeFiles/openrct2.dir/src/openrct2-ui/drawing/engines/opengl/DrawLineShader.cpp.obj
/usr/local/vitasdk/bin/arm-vita-eabi-g++ -DDISABLE_HTTP -DDISABLE_NETWORK -DDISABLE_OPENGL -DDISABLE_TWITCH -DNO_RCT2 -DNO_TTF -DOPENRCT2_BRANCH=\"vita\" -DOPENRCT2_COMMIT_SHA1=\"5d6d2296d7409b4a606c663a7a1c13cee7211c90\" -DOPENRCT2_COMMIT_SHA1_SHORT=\"5d6d2296d\" -D__WARN_SUGGEST_FINAL_METHODS__ -D__WARN_SUGGEST_FINAL_TYPES__ -I/home/rop/psv/OpenRCT2/src/openrct2-ui/.. -I/usr/local/vitasdk/arm-vita-eabi/include -I/usr/local/vitasdk/arm-vita-eabi/include/SDL2 -Wl,-q -fpermissive -Wno-error=date-time -Wnull-dereference -Wsuggest-final-types -Wsuggest-final-methods -Wsuggest-override -Wduplicated-cond -Wnon-virtual-dtor -Wredundant-decls -Wignored-qualifiers -Wstrict-overflow=1 -Wl,--whole-archive -lpthread -Wl,--no-whole-archive -I/usr/local/vitasdk/arm-vita-eabi/include/ -I/usr/local/vitasdk/arm-vita-eabi/include/SDL2/ -std=gnu++14 -fstrict-overflow -finstrument-functions -fstrict-aliasing -DDEBUG=0 -fno-PIC -std=gnu++14 -std=gnu++14 -O0 -g -DDEBUG -D_DEBUG -o CMakeFiles/openrct2.dir/src/openrct2-ui/drawing/engines/opengl/DrawLineShader.cpp.obj -c /home/rop/psv/OpenRCT2/src/openrct2-ui/drawing/engines/opengl/DrawLineShader.cpp
<command-line>:0:0: warning: "DEBUG" redefined
<command-line>:0:0: note: this is the location of the previous definition
[ 87%] Building CXX object CMakeFiles/openrct2.dir/src/openrct2-ui/drawing/engines/opengl/FillRectShader.cpp.obj
/usr/local/vitasdk/bin/arm-vita-eabi-g++ -DDISABLE_HTTP -DDISABLE_NETWORK -DDISABLE_OPENGL -DDISABLE_TWITCH -DNO_RCT2 -DNO_TTF -DOPENRCT2_BRANCH=\"vita\" -DOPENRCT2_COMMIT_SHA1=\"5d6d2296d7409b4a606c663a7a1c13cee7211c90\" -DOPENRCT2_COMMIT_SHA1_SHORT=\"5d6d2296d\" -D__WARN_SUGGEST_FINAL_METHODS__ -D__WARN_SUGGEST_FINAL_TYPES__ -I/home/rop/psv/OpenRCT2/src/openrct2-ui/.. -I/usr/local/vitasdk/arm-vita-eabi/include -I/usr/local/vitasdk/arm-vita-eabi/include/SDL2 -Wl,-q -fpermissive -Wno-error=date-time -Wnull-dereference -Wsuggest-final-types -Wsuggest-final-methods -Wsuggest-override -Wduplicated-cond -Wnon-virtual-dtor -Wredundant-decls -Wignored-qualifiers -Wstrict-overflow=1 -Wl,--whole-archive -lpthread -Wl,--no-whole-archive -I/usr/local/vitasdk/arm-vita-eabi/include/ -I/usr/local/vitasdk/arm-vita-eabi/include/SDL2/ -std=gnu++14 -fstrict-overflow -finstrument-functions -fstrict-aliasing -DDEBUG=0 -fno-PIC -std=gnu++14 -std=gnu++14 -O0 -g -DDEBUG -D_DEBUG -o CMakeFiles/openrct2.dir/src/openrct2-ui/drawing/engines/opengl/FillRectShader.cpp.obj -c /home/rop/psv/OpenRCT2/src/openrct2-ui/drawing/engines/opengl/FillRectShader.cpp
[ 88%] Building CXX object CMakeFiles/openrct2.dir/src/openrct2-ui/drawing/engines/opengl/OpenGLAPI.cpp.obj
/usr/local/vitasdk/bin/arm-vita-eabi-g++ -DDISABLE_HTTP -DDISABLE_NETWORK -DDISABLE_OPENGL -DDISABLE_TWITCH -DNO_RCT2 -DNO_TTF -DOPENRCT2_BRANCH=\"vita\" -DOPENRCT2_COMMIT_SHA1=\"5d6d2296d7409b4a606c663a7a1c13cee7211c90\" -DOPENRCT2_COMMIT_SHA1_SHORT=\"5d6d2296d\" -D__WARN_SUGGEST_FINAL_METHODS__ -D__WARN_SUGGEST_FINAL_TYPES__ -I/home/rop/psv/OpenRCT2/src/openrct2-ui/.. -I/usr/local/vitasdk/arm-vita-eabi/include -I/usr/local/vitasdk/arm-vita-eabi/include/SDL2 -Wl,-q -fpermissive -Wno-error=date-time -Wnull-dereference -Wsuggest-final-types -Wsuggest-final-methods -Wsuggest-override -Wduplicated-cond -Wnon-virtual-dtor -Wredundant-decls -Wignored-qualifiers -Wstrict-overflow=1 -Wl,--whole-archive -lpthread -Wl,--no-whole-archive -I/usr/local/vitasdk/arm-vita-eabi/include/ -I/usr/local/vitasdk/arm-vita-eabi/include/SDL2/ -std=gnu++14 -fstrict-overflow -finstrument-functions -fstrict-aliasing -DDEBUG=0 -fno-PIC -std=gnu++14 -std=gnu++14 -O0 -g -DDEBUG -D_DEBUG -o CMakeFiles/openrct2.dir/src/openrct2-ui/drawing/engines/opengl/OpenGLAPI.cpp.obj -c /home/rop/psv/OpenRCT2/src/openrct2-ui/drawing/engines/opengl/OpenGLAPI.cpp
<command-line>:0:0: warning: "DEBUG" redefined
<command-line>:0:0: note: this is the location of the previous definition
[ 88%] Building CXX object CMakeFiles/openrct2.dir/src/openrct2-ui/drawing/engines/opengl/OpenGLDrawingEngine.cpp.obj
/usr/local/vitasdk/bin/arm-vita-eabi-g++ -DDISABLE_HTTP -DDISABLE_NETWORK -DDISABLE_OPENGL -DDISABLE_TWITCH -DNO_RCT2 -DNO_TTF -DOPENRCT2_BRANCH=\"vita\" -DOPENRCT2_COMMIT_SHA1=\"5d6d2296d7409b4a606c663a7a1c13cee7211c90\" -DOPENRCT2_COMMIT_SHA1_SHORT=\"5d6d2296d\" -D__WARN_SUGGEST_FINAL_METHODS__ -D__WARN_SUGGEST_FINAL_TYPES__ -I/home/rop/psv/OpenRCT2/src/openrct2-ui/.. -I/usr/local/vitasdk/arm-vita-eabi/include -I/usr/local/vitasdk/arm-vita-eabi/include/SDL2 -Wl,-q -fpermissive -Wno-error=date-time -Wnull-dereference -Wsuggest-final-types -Wsuggest-final-methods -Wsuggest-override -Wduplicated-cond -Wnon-virtual-dtor -Wredundant-decls -Wignored-qualifiers -Wstrict-overflow=1 -Wl,--whole-archive -lpthread -Wl,--no-whole-archive -I/usr/local/vitasdk/arm-vita-eabi/include/ -I/usr/local/vitasdk/arm-vita-eabi/include/SDL2/ -std=gnu++14 -fstrict-overflow -finstrument-functions -fstrict-aliasing -DDEBUG=0 -fno-PIC -std=gnu++14 -std=gnu++14 -O0 -g -DDEBUG -D_DEBUG -o CMakeFiles/openrct2.dir/src/openrct2-ui/drawing/engines/opengl/OpenGLDrawingEngine.cpp.obj -c /home/rop/psv/OpenRCT2/src/openrct2-ui/drawing/engines/opengl/OpenGLDrawingEngine.cpp
<command-line>:0:0: warning: "DEBUG" redefined
<command-line>:0:0: note: this is the location of the previous definition
[ 88%] Building CXX object CMakeFiles/openrct2.dir/src/openrct2-ui/drawing/engines/opengl/OpenGLFramebuffer.cpp.obj
/usr/local/vitasdk/bin/arm-vita-eabi-g++ -DDISABLE_HTTP -DDISABLE_NETWORK -DDISABLE_OPENGL -DDISABLE_TWITCH -DNO_RCT2 -DNO_TTF -DOPENRCT2_BRANCH=\"vita\" -DOPENRCT2_COMMIT_SHA1=\"5d6d2296d7409b4a606c663a7a1c13cee7211c90\" -DOPENRCT2_COMMIT_SHA1_SHORT=\"5d6d2296d\" -D__WARN_SUGGEST_FINAL_METHODS__ -D__WARN_SUGGEST_FINAL_TYPES__ -I/home/rop/psv/OpenRCT2/src/openrct2-ui/.. -I/usr/local/vitasdk/arm-vita-eabi/include -I/usr/local/vitasdk/arm-vita-eabi/include/SDL2 -Wl,-q -fpermissive -Wno-error=date-time -Wnull-dereference -Wsuggest-final-types -Wsuggest-final-methods -Wsuggest-override -Wduplicated-cond -Wnon-virtual-dtor -Wredundant-decls -Wignored-qualifiers -Wstrict-overflow=1 -Wl,--whole-archive -lpthread -Wl,--no-whole-archive -I/usr/local/vitasdk/arm-vita-eabi/include/ -I/usr/local/vitasdk/arm-vita-eabi/include/SDL2/ -std=gnu++14 -fstrict-overflow -finstrument-functions -fstrict-aliasing -DDEBUG=0 -fno-PIC -std=gnu++14 -std=gnu++14 -O0 -g -DDEBUG -D_DEBUG -o CMakeFiles/openrct2.dir/src/openrct2-ui/drawing/engines/opengl/OpenGLFramebuffer.cpp.obj -c /home/rop/psv/OpenRCT2/src/openrct2-ui/drawing/engines/opengl/OpenGLFramebuffer.cpp
<command-line>:0:0: warning: "DEBUG" redefined
<command-line>:0:0: note: this is the location of the previous definition
[ 88%] Building CXX object CMakeFiles/openrct2.dir/src/openrct2-ui/drawing/engines/opengl/OpenGLShaderProgram.cpp.obj
/usr/local/vitasdk/bin/arm-vita-eabi-g++ -DDISABLE_HTTP -DDISABLE_NETWORK -DDISABLE_OPENGL -DDISABLE_TWITCH -DNO_RCT2 -DNO_TTF -DOPENRCT2_BRANCH=\"vita\" -DOPENRCT2_COMMIT_SHA1=\"5d6d2296d7409b4a606c663a7a1c13cee7211c90\" -DOPENRCT2_COMMIT_SHA1_SHORT=\"5d6d2296d\" -D__WARN_SUGGEST_FINAL_METHODS__ -D__WARN_SUGGEST_FINAL_TYPES__ -I/home/rop/psv/OpenRCT2/src/openrct2-ui/.. -I/usr/local/vitasdk/arm-vita-eabi/include -I/usr/local/vitasdk/arm-vita-eabi/include/SDL2 -Wl,-q -fpermissive -Wno-error=date-time -Wnull-dereference -Wsuggest-final-types -Wsuggest-final-methods -Wsuggest-override -Wduplicated-cond -Wnon-virtual-dtor -Wredundant-decls -Wignored-qualifiers -Wstrict-overflow=1 -Wl,--whole-archive -lpthread -Wl,--no-whole-archive -I/usr/local/vitasdk/arm-vita-eabi/include/ -I/usr/local/vitasdk/arm-vita-eabi/include/SDL2/ -std=gnu++14 -fstrict-overflow -finstrument-functions -fstrict-aliasing -DDEBUG=0 -fno-PIC -std=gnu++14 -std=gnu++14 -O0 -g -DDEBUG -D_DEBUG -o CMakeFiles/openrct2.dir/src/openrct2-ui/drawing/engines/opengl/OpenGLShaderProgram.cpp.obj -c /home/rop/psv/OpenRCT2/src/openrct2-ui/drawing/engines/opengl/OpenGLShaderProgram.cpp
<command-line>:0:0: warning: "DEBUG" redefined
<command-line>:0:0: note: this is the location of the previous definition
[ 89%] Building CXX object CMakeFiles/openrct2.dir/src/openrct2-ui/drawing/engines/opengl/SwapFramebuffer.cpp.obj
/usr/local/vitasdk/bin/arm-vita-eabi-g++ -DDISABLE_HTTP -DDISABLE_NETWORK -DDISABLE_OPENGL -DDISABLE_TWITCH -DNO_RCT2 -DNO_TTF -DOPENRCT2_BRANCH=\"vita\" -DOPENRCT2_COMMIT_SHA1=\"5d6d2296d7409b4a606c663a7a1c13cee7211c90\" -DOPENRCT2_COMMIT_SHA1_SHORT=\"5d6d2296d\" -D__WARN_SUGGEST_FINAL_METHODS__ -D__WARN_SUGGEST_FINAL_TYPES__ -I/home/rop/psv/OpenRCT2/src/openrct2-ui/.. -I/usr/local/vitasdk/arm-vita-eabi/include -I/usr/local/vitasdk/arm-vita-eabi/include/SDL2 -Wl,-q -fpermissive -Wno-error=date-time -Wnull-dereference -Wsuggest-final-types -Wsuggest-final-methods -Wsuggest-override -Wduplicated-cond -Wnon-virtual-dtor -Wredundant-decls -Wignored-qualifiers -Wstrict-overflow=1 -Wl,--whole-archive -lpthread -Wl,--no-whole-archive -I/usr/local/vitasdk/arm-vita-eabi/include/ -I/usr/local/vitasdk/arm-vita-eabi/include/SDL2/ -std=gnu++14 -fstrict-overflow -finstrument-functions -fstrict-aliasing -DDEBUG=0 -fno-PIC -std=gnu++14 -std=gnu++14 -O0 -g -DDEBUG -D_DEBUG -o CMakeFiles/openrct2.dir/src/openrct2-ui/drawing/engines/opengl/SwapFramebuffer.cpp.obj -c /home/rop/psv/OpenRCT2/src/openrct2-ui/drawing/engines/opengl/SwapFramebuffer.cpp
<command-line>:0:0: warning: "DEBUG" redefined
<command-line>:0:0: note: this is the location of the previous definition
[ 89%] Building CXX object CMakeFiles/openrct2.dir/src/openrct2-ui/drawing/engines/opengl/TextureCache.cpp.obj
/usr/local/vitasdk/bin/arm-vita-eabi-g++ -DDISABLE_HTTP -DDISABLE_NETWORK -DDISABLE_OPENGL -DDISABLE_TWITCH -DNO_RCT2 -DNO_TTF -DOPENRCT2_BRANCH=\"vita\" -DOPENRCT2_COMMIT_SHA1=\"5d6d2296d7409b4a606c663a7a1c13cee7211c90\" -DOPENRCT2_COMMIT_SHA1_SHORT=\"5d6d2296d\" -D__WARN_SUGGEST_FINAL_METHODS__ -D__WARN_SUGGEST_FINAL_TYPES__ -I/home/rop/psv/OpenRCT2/src/openrct2-ui/.. -I/usr/local/vitasdk/arm-vita-eabi/include -I/usr/local/vitasdk/arm-vita-eabi/include/SDL2 -Wl,-q -fpermissive -Wno-error=date-time -Wnull-dereference -Wsuggest-final-types -Wsuggest-final-methods -Wsuggest-override -Wduplicated-cond -Wnon-virtual-dtor -Wredundant-decls -Wignored-qualifiers -Wstrict-overflow=1 -Wl,--whole-archive -lpthread -Wl,--no-whole-archive -I/usr/local/vitasdk/arm-vita-eabi/include/ -I/usr/local/vitasdk/arm-vita-eabi/include/SDL2/ -std=gnu++14 -fstrict-overflow -finstrument-functions -fstrict-aliasing -DDEBUG=0 -fno-PIC -std=gnu++14 -std=gnu++14 -O0 -g -DDEBUG -D_DEBUG -o CMakeFiles/openrct2.dir/src/openrct2-ui/drawing/engines/opengl/TextureCache.cpp.obj -c /home/rop/psv/OpenRCT2/src/openrct2-ui/drawing/engines/opengl/TextureCache.cpp
<command-line>:0:0: warning: "DEBUG" redefined
<command-line>:0:0: note: this is the location of the previous definition
[ 89%] Building CXX object CMakeFiles/openrct2.dir/src/openrct2-ui/input/KeyboardShortcuts.cpp.obj
/usr/local/vitasdk/bin/arm-vita-eabi-g++ -DDISABLE_HTTP -DDISABLE_NETWORK -DDISABLE_OPENGL -DDISABLE_TWITCH -DNO_RCT2 -DNO_TTF -DOPENRCT2_BRANCH=\"vita\" -DOPENRCT2_COMMIT_SHA1=\"5d6d2296d7409b4a606c663a7a1c13cee7211c90\" -DOPENRCT2_COMMIT_SHA1_SHORT=\"5d6d2296d\" -D__WARN_SUGGEST_FINAL_METHODS__ -D__WARN_SUGGEST_FINAL_TYPES__ -I/home/rop/psv/OpenRCT2/src/openrct2-ui/.. -I/usr/local/vitasdk/arm-vita-eabi/include -I/usr/local/vitasdk/arm-vita-eabi/include/SDL2 -Wl,-q -fpermissive -Wno-error=date-time -Wnull-dereference -Wsuggest-final-types -Wsuggest-final-methods -Wsuggest-override -Wduplicated-cond -Wnon-virtual-dtor -Wredundant-decls -Wignored-qualifiers -Wstrict-overflow=1 -Wl,--whole-archive -lpthread -Wl,--no-whole-archive -I/usr/local/vitasdk/arm-vita-eabi/include/ -I/usr/local/vitasdk/arm-vita-eabi/include/SDL2/ -std=gnu++14 -fstrict-overflow -finstrument-functions -fstrict-aliasing -DDEBUG=0 -fno-PIC -std=gnu++14 -std=gnu++14 -O0 -g -DDEBUG -D_DEBUG -o CMakeFiles/openrct2.dir/src/openrct2-ui/input/KeyboardShortcuts.cpp.obj -c /home/rop/psv/OpenRCT2/src/openrct2-ui/input/KeyboardShortcuts.cpp
<command-line>:0:0: warning: "DEBUG" redefined
<command-line>:0:0: note: this is the location of the previous definition
[ 89%] Building CXX object CMakeFiles/openrct2.dir/src/openrct2-ui/windows/About.cpp.obj
/usr/local/vitasdk/bin/arm-vita-eabi-g++ -DDISABLE_HTTP -DDISABLE_NETWORK -DDISABLE_OPENGL -DDISABLE_TWITCH -DNO_RCT2 -DNO_TTF -DOPENRCT2_BRANCH=\"vita\" -DOPENRCT2_COMMIT_SHA1=\"5d6d2296d7409b4a606c663a7a1c13cee7211c90\" -DOPENRCT2_COMMIT_SHA1_SHORT=\"5d6d2296d\" -D__WARN_SUGGEST_FINAL_METHODS__ -D__WARN_SUGGEST_FINAL_TYPES__ -I/home/rop/psv/OpenRCT2/src/openrct2-ui/.. -I/usr/local/vitasdk/arm-vita-eabi/include -I/usr/local/vitasdk/arm-vita-eabi/include/SDL2 -Wl,-q -fpermissive -Wno-error=date-time -Wnull-dereference -Wsuggest-final-types -Wsuggest-final-methods -Wsuggest-override -Wduplicated-cond -Wnon-virtual-dtor -Wredundant-decls -Wignored-qualifiers -Wstrict-overflow=1 -Wl,--whole-archive -lpthread -Wl,--no-whole-archive -I/usr/local/vitasdk/arm-vita-eabi/include/ -I/usr/local/vitasdk/arm-vita-eabi/include/SDL2/ -std=gnu++14 -fstrict-overflow -finstrument-functions -fstrict-aliasing -DDEBUG=0 -fno-PIC -std=gnu++14 -std=gnu++14 -O0 -g -DDEBUG -D_DEBUG -o CMakeFiles/openrct2.dir/src/openrct2-ui/windows/About.cpp.obj -c /home/rop/psv/OpenRCT2/src/openrct2-ui/windows/About.cpp
<command-line>:0:0: warning: "DEBUG" redefined
<command-line>:0:0: note: this is the location of the previous definition
<command-line>:0:0: warning: "DEBUG" redefined
<command-line>:0:0: note: this is the location of the previous definition
[ 90%] Building CXX object CMakeFiles/openrct2.dir/src/openrct2-ui/windows/Changelog.cpp.obj
/usr/local/vitasdk/bin/arm-vita-eabi-g++ -DDISABLE_HTTP -DDISABLE_NETWORK -DDISABLE_OPENGL -DDISABLE_TWITCH -DNO_RCT2 -DNO_TTF -DOPENRCT2_BRANCH=\"vita\" -DOPENRCT2_COMMIT_SHA1=\"5d6d2296d7409b4a606c663a7a1c13cee7211c90\" -DOPENRCT2_COMMIT_SHA1_SHORT=\"5d6d2296d\" -D__WARN_SUGGEST_FINAL_METHODS__ -D__WARN_SUGGEST_FINAL_TYPES__ -I/home/rop/psv/OpenRCT2/src/openrct2-ui/.. -I/usr/local/vitasdk/arm-vita-eabi/include -I/usr/local/vitasdk/arm-vita-eabi/include/SDL2 -Wl,-q -fpermissive -Wno-error=date-time -Wnull-dereference -Wsuggest-final-types -Wsuggest-final-methods -Wsuggest-override -Wduplicated-cond -Wnon-virtual-dtor -Wredundant-decls -Wignored-qualifiers -Wstrict-overflow=1 -Wl,--whole-archive -lpthread -Wl,--no-whole-archive -I/usr/local/vitasdk/arm-vita-eabi/include/ -I/usr/local/vitasdk/arm-vita-eabi/include/SDL2/ -std=gnu++14 -fstrict-overflow -finstrument-functions -fstrict-aliasing -DDEBUG=0 -fno-PIC -std=gnu++14 -std=gnu++14 -O0 -g -DDEBUG -D_DEBUG -o CMakeFiles/openrct2.dir/src/openrct2-ui/windows/Changelog.cpp.obj -c /home/rop/psv/OpenRCT2/src/openrct2-ui/windows/Changelog.cpp
<command-line>:0:0: warning: "DEBUG" redefined
<command-line>:0:0: note: this is the location of the previous definition
[ 90%] Building CXX object CMakeFiles/openrct2.dir/src/openrct2-ui/windows/Cheats.cpp.obj
/usr/local/vitasdk/bin/arm-vita-eabi-g++ -DDISABLE_HTTP -DDISABLE_NETWORK -DDISABLE_OPENGL -DDISABLE_TWITCH -DNO_RCT2 -DNO_TTF -DOPENRCT2_BRANCH=\"vita\" -DOPENRCT2_COMMIT_SHA1=\"5d6d2296d7409b4a606c663a7a1c13cee7211c90\" -DOPENRCT2_COMMIT_SHA1_SHORT=\"5d6d2296d\" -D__WARN_SUGGEST_FINAL_METHODS__ -D__WARN_SUGGEST_FINAL_TYPES__ -I/home/rop/psv/OpenRCT2/src/openrct2-ui/.. -I/usr/local/vitasdk/arm-vita-eabi/include -I/usr/local/vitasdk/arm-vita-eabi/include/SDL2 -Wl,-q -fpermissive -Wno-error=date-time -Wnull-dereference -Wsuggest-final-types -Wsuggest-final-methods -Wsuggest-override -Wduplicated-cond -Wnon-virtual-dtor -Wredundant-decls -Wignored-qualifiers -Wstrict-overflow=1 -Wl,--whole-archive -lpthread -Wl,--no-whole-archive -I/usr/local/vitasdk/arm-vita-eabi/include/ -I/usr/local/vitasdk/arm-vita-eabi/include/SDL2/ -std=gnu++14 -fstrict-overflow -finstrument-functions -fstrict-aliasing -DDEBUG=0 -fno-PIC -std=gnu++14 -std=gnu++14 -O0 -g -DDEBUG -D_DEBUG -o CMakeFiles/openrct2.dir/src/openrct2-ui/windows/Cheats.cpp.obj -c /home/rop/psv/OpenRCT2/src/openrct2-ui/windows/Cheats.cpp
<command-line>:0:0: warning: "DEBUG" redefined
<command-line>:0:0: note: this is the location of the previous definition
[ 90%] Building CXX object CMakeFiles/openrct2.dir/src/openrct2-ui/windows/ClearScenery.cpp.obj
/usr/local/vitasdk/bin/arm-vita-eabi-g++ -DDISABLE_HTTP -DDISABLE_NETWORK -DDISABLE_OPENGL -DDISABLE_TWITCH -DNO_RCT2 -DNO_TTF -DOPENRCT2_BRANCH=\"vita\" -DOPENRCT2_COMMIT_SHA1=\"5d6d2296d7409b4a606c663a7a1c13cee7211c90\" -DOPENRCT2_COMMIT_SHA1_SHORT=\"5d6d2296d\" -D__WARN_SUGGEST_FINAL_METHODS__ -D__WARN_SUGGEST_FINAL_TYPES__ -I/home/rop/psv/OpenRCT2/src/openrct2-ui/.. -I/usr/local/vitasdk/arm-vita-eabi/include -I/usr/local/vitasdk/arm-vita-eabi/include/SDL2 -Wl,-q -fpermissive -Wno-error=date-time -Wnull-dereference -Wsuggest-final-types -Wsuggest-final-methods -Wsuggest-override -Wduplicated-cond -Wnon-virtual-dtor -Wredundant-decls -Wignored-qualifiers -Wstrict-overflow=1 -Wl,--whole-archive -lpthread -Wl,--no-whole-archive -I/usr/local/vitasdk/arm-vita-eabi/include/ -I/usr/local/vitasdk/arm-vita-eabi/include/SDL2/ -std=gnu++14 -fstrict-overflow -finstrument-functions -fstrict-aliasing -DDEBUG=0 -fno-PIC -std=gnu++14 -std=gnu++14 -O0 -g -DDEBUG -D_DEBUG -o CMakeFiles/openrct2.dir/src/openrct2-ui/windows/ClearScenery.cpp.obj -c /home/rop/psv/OpenRCT2/src/openrct2-ui/windows/ClearScenery.cpp
<command-line>:0:0: warning: "DEBUG" redefined
<command-line>:0:0: note: this is the location of the previous definition
[ 90%] Building CXX object CMakeFiles/openrct2.dir/src/openrct2-ui/windows/CustomCurrency.cpp.obj
/usr/local/vitasdk/bin/arm-vita-eabi-g++ -DDISABLE_HTTP -DDISABLE_NETWORK -DDISABLE_OPENGL -DDISABLE_TWITCH -DNO_RCT2 -DNO_TTF -DOPENRCT2_BRANCH=\"vita\" -DOPENRCT2_COMMIT_SHA1=\"5d6d2296d7409b4a606c663a7a1c13cee7211c90\" -DOPENRCT2_COMMIT_SHA1_SHORT=\"5d6d2296d\" -D__WARN_SUGGEST_FINAL_METHODS__ -D__WARN_SUGGEST_FINAL_TYPES__ -I/home/rop/psv/OpenRCT2/src/openrct2-ui/.. -I/usr/local/vitasdk/arm-vita-eabi/include -I/usr/local/vitasdk/arm-vita-eabi/include/SDL2 -Wl,-q -fpermissive -Wno-error=date-time -Wnull-dereference -Wsuggest-final-types -Wsuggest-final-methods -Wsuggest-override -Wduplicated-cond -Wnon-virtual-dtor -Wredundant-decls -Wignored-qualifiers -Wstrict-overflow=1 -Wl,--whole-archive -lpthread -Wl,--no-whole-archive -I/usr/local/vitasdk/arm-vita-eabi/include/ -I/usr/local/vitasdk/arm-vita-eabi/include/SDL2/ -std=gnu++14 -fstrict-overflow -finstrument-functions -fstrict-aliasing -DDEBUG=0 -fno-PIC -std=gnu++14 -std=gnu++14 -O0 -g -DDEBUG -D_DEBUG -o CMakeFiles/openrct2.dir/src/openrct2-ui/windows/CustomCurrency.cpp.obj -c /home/rop/psv/OpenRCT2/src/openrct2-ui/windows/CustomCurrency.cpp
[ 91%] Building CXX object CMakeFiles/openrct2.dir/src/openrct2-ui/windows/DebugPaint.cpp.obj
/usr/local/vitasdk/bin/arm-vita-eabi-g++ -DDISABLE_HTTP -DDISABLE_NETWORK -DDISABLE_OPENGL -DDISABLE_TWITCH -DNO_RCT2 -DNO_TTF -DOPENRCT2_BRANCH=\"vita\" -DOPENRCT2_COMMIT_SHA1=\"5d6d2296d7409b4a606c663a7a1c13cee7211c90\" -DOPENRCT2_COMMIT_SHA1_SHORT=\"5d6d2296d\" -D__WARN_SUGGEST_FINAL_METHODS__ -D__WARN_SUGGEST_FINAL_TYPES__ -I/home/rop/psv/OpenRCT2/src/openrct2-ui/.. -I/usr/local/vitasdk/arm-vita-eabi/include -I/usr/local/vitasdk/arm-vita-eabi/include/SDL2 -Wl,-q -fpermissive -Wno-error=date-time -Wnull-dereference -Wsuggest-final-types -Wsuggest-final-methods -Wsuggest-override -Wduplicated-cond -Wnon-virtual-dtor -Wredundant-decls -Wignored-qualifiers -Wstrict-overflow=1 -Wl,--whole-archive -lpthread -Wl,--no-whole-archive -I/usr/local/vitasdk/arm-vita-eabi/include/ -I/usr/local/vitasdk/arm-vita-eabi/include/SDL2/ -std=gnu++14 -fstrict-overflow -finstrument-functions -fstrict-aliasing -DDEBUG=0 -fno-PIC -std=gnu++14 -std=gnu++14 -O0 -g -DDEBUG -D_DEBUG -o CMakeFiles/openrct2.dir/src/openrct2-ui/windows/DebugPaint.cpp.obj -c /home/rop/psv/OpenRCT2/src/openrct2-ui/windows/DebugPaint.cpp
<command-line>:0:0: warning: "DEBUG" redefined
<command-line>:0:0: note: this is the location of the previous definition
<command-line>:0:0: warning: "DEBUG" redefined
<command-line>:0:0: note: this is the location of the previous definition
[ 91%] Building CXX object CMakeFiles/openrct2.dir/src/openrct2-ui/windows/EditorInventionsList.cpp.obj
/usr/local/vitasdk/bin/arm-vita-eabi-g++ -DDISABLE_HTTP -DDISABLE_NETWORK -DDISABLE_OPENGL -DDISABLE_TWITCH -DNO_RCT2 -DNO_TTF -DOPENRCT2_BRANCH=\"vita\" -DOPENRCT2_COMMIT_SHA1=\"5d6d2296d7409b4a606c663a7a1c13cee7211c90\" -DOPENRCT2_COMMIT_SHA1_SHORT=\"5d6d2296d\" -D__WARN_SUGGEST_FINAL_METHODS__ -D__WARN_SUGGEST_FINAL_TYPES__ -I/home/rop/psv/OpenRCT2/src/openrct2-ui/.. -I/usr/local/vitasdk/arm-vita-eabi/include -I/usr/local/vitasdk/arm-vita-eabi/include/SDL2 -Wl,-q -fpermissive -Wno-error=date-time -Wnull-dereference -Wsuggest-final-types -Wsuggest-final-methods -Wsuggest-override -Wduplicated-cond -Wnon-virtual-dtor -Wredundant-decls -Wignored-qualifiers -Wstrict-overflow=1 -Wl,--whole-archive -lpthread -Wl,--no-whole-archive -I/usr/local/vitasdk/arm-vita-eabi/include/ -I/usr/local/vitasdk/arm-vita-eabi/include/SDL2/ -std=gnu++14 -fstrict-overflow -finstrument-functions -fstrict-aliasing -DDEBUG=0 -fno-PIC -std=gnu++14 -std=gnu++14 -O0 -g -DDEBUG -D_DEBUG -o CMakeFiles/openrct2.dir/src/openrct2-ui/windows/EditorInventionsList.cpp.obj -c /home/rop/psv/OpenRCT2/src/openrct2-ui/windows/EditorInventionsList.cpp
[ 91%] Building CXX object CMakeFiles/openrct2.dir/src/openrct2-ui/windows/EditorObjectiveOptions.cpp.obj
/usr/local/vitasdk/bin/arm-vita-eabi-g++ -DDISABLE_HTTP -DDISABLE_NETWORK -DDISABLE_OPENGL -DDISABLE_TWITCH -DNO_RCT2 -DNO_TTF -DOPENRCT2_BRANCH=\"vita\" -DOPENRCT2_COMMIT_SHA1=\"5d6d2296d7409b4a606c663a7a1c13cee7211c90\" -DOPENRCT2_COMMIT_SHA1_SHORT=\"5d6d2296d\" -D__WARN_SUGGEST_FINAL_METHODS__ -D__WARN_SUGGEST_FINAL_TYPES__ -I/home/rop/psv/OpenRCT2/src/openrct2-ui/.. -I/usr/local/vitasdk/arm-vita-eabi/include -I/usr/local/vitasdk/arm-vita-eabi/include/SDL2 -Wl,-q -fpermissive -Wno-error=date-time -Wnull-dereference -Wsuggest-final-types -Wsuggest-final-methods -Wsuggest-override -Wduplicated-cond -Wnon-virtual-dtor -Wredundant-decls -Wignored-qualifiers -Wstrict-overflow=1 -Wl,--whole-archive -lpthread -Wl,--no-whole-archive -I/usr/local/vitasdk/arm-vita-eabi/include/ -I/usr/local/vitasdk/arm-vita-eabi/include/SDL2/ -std=gnu++14 -fstrict-overflow -finstrument-functions -fstrict-aliasing -DDEBUG=0 -fno-PIC -std=gnu++14 -std=gnu++14 -O0 -g -DDEBUG -D_DEBUG -o CMakeFiles/openrct2.dir/src/openrct2-ui/windows/EditorObjectiveOptions.cpp.obj -c /home/rop/psv/OpenRCT2/src/openrct2-ui/windows/EditorObjectiveOptions.cpp
<command-line>:0:0: warning: "DEBUG" redefined
<command-line>:0:0: note: this is the location of the previous definition
<command-line>:0:0: warning: "DEBUG" redefined
<command-line>:0:0: note: this is the location of the previous definition
[ 91%] Building CXX object CMakeFiles/openrct2.dir/src/openrct2-ui/windows/EditorScenarioOptions.cpp.obj
/usr/local/vitasdk/bin/arm-vita-eabi-g++ -DDISABLE_HTTP -DDISABLE_NETWORK -DDISABLE_OPENGL -DDISABLE_TWITCH -DNO_RCT2 -DNO_TTF -DOPENRCT2_BRANCH=\"vita\" -DOPENRCT2_COMMIT_SHA1=\"5d6d2296d7409b4a606c663a7a1c13cee7211c90\" -DOPENRCT2_COMMIT_SHA1_SHORT=\"5d6d2296d\" -D__WARN_SUGGEST_FINAL_METHODS__ -D__WARN_SUGGEST_FINAL_TYPES__ -I/home/rop/psv/OpenRCT2/src/openrct2-ui/.. -I/usr/local/vitasdk/arm-vita-eabi/include -I/usr/local/vitasdk/arm-vita-eabi/include/SDL2 -Wl,-q -fpermissive -Wno-error=date-time -Wnull-dereference -Wsuggest-final-types -Wsuggest-final-methods -Wsuggest-override -Wduplicated-cond -Wnon-virtual-dtor -Wredundant-decls -Wignored-qualifiers -Wstrict-overflow=1 -Wl,--whole-archive -lpthread -Wl,--no-whole-archive -I/usr/local/vitasdk/arm-vita-eabi/include/ -I/usr/local/vitasdk/arm-vita-eabi/include/SDL2/ -std=gnu++14 -fstrict-overflow -finstrument-functions -fstrict-aliasing -DDEBUG=0 -fno-PIC -std=gnu++14 -std=gnu++14 -O0 -g -DDEBUG -D_DEBUG -o CMakeFiles/openrct2.dir/src/openrct2-ui/windows/EditorScenarioOptions.cpp.obj -c /home/rop/psv/OpenRCT2/src/openrct2-ui/windows/EditorScenarioOptions.cpp
<command-line>:0:0: warning: "DEBUG" redefined
<command-line>:0:0: note: this is the location of the previous definition
[ 92%] Building CXX object CMakeFiles/openrct2.dir/src/openrct2-ui/windows/Footpath.cpp.obj
/usr/local/vitasdk/bin/arm-vita-eabi-g++ -DDISABLE_HTTP -DDISABLE_NETWORK -DDISABLE_OPENGL -DDISABLE_TWITCH -DNO_RCT2 -DNO_TTF -DOPENRCT2_BRANCH=\"vita\" -DOPENRCT2_COMMIT_SHA1=\"5d6d2296d7409b4a606c663a7a1c13cee7211c90\" -DOPENRCT2_COMMIT_SHA1_SHORT=\"5d6d2296d\" -D__WARN_SUGGEST_FINAL_METHODS__ -D__WARN_SUGGEST_FINAL_TYPES__ -I/home/rop/psv/OpenRCT2/src/openrct2-ui/.. -I/usr/local/vitasdk/arm-vita-eabi/include -I/usr/local/vitasdk/arm-vita-eabi/include/SDL2 -Wl,-q -fpermissive -Wno-error=date-time -Wnull-dereference -Wsuggest-final-types -Wsuggest-final-methods -Wsuggest-override -Wduplicated-cond -Wnon-virtual-dtor -Wredundant-decls -Wignored-qualifiers -Wstrict-overflow=1 -Wl,--whole-archive -lpthread -Wl,--no-whole-archive -I/usr/local/vitasdk/arm-vita-eabi/include/ -I/usr/local/vitasdk/arm-vita-eabi/include/SDL2/ -std=gnu++14 -fstrict-overflow -finstrument-functions -fstrict-aliasing -DDEBUG=0 -fno-PIC -std=gnu++14 -std=gnu++14 -O0 -g -DDEBUG -D_DEBUG -o CMakeFiles/openrct2.dir/src/openrct2-ui/windows/Footpath.cpp.obj -c /home/rop/psv/OpenRCT2/src/openrct2-ui/windows/Footpath.cpp
<command-line>:0:0: warning: "DEBUG" redefined
<command-line>:0:0: note: this is the location of the previous definition
[ 92%] Building CXX object CMakeFiles/openrct2.dir/src/openrct2-ui/windows/Land.cpp.obj
/usr/local/vitasdk/bin/arm-vita-eabi-g++ -DDISABLE_HTTP -DDISABLE_NETWORK -DDISABLE_OPENGL -DDISABLE_TWITCH -DNO_RCT2 -DNO_TTF -DOPENRCT2_BRANCH=\"vita\" -DOPENRCT2_COMMIT_SHA1=\"5d6d2296d7409b4a606c663a7a1c13cee7211c90\" -DOPENRCT2_COMMIT_SHA1_SHORT=\"5d6d2296d\" -D__WARN_SUGGEST_FINAL_METHODS__ -D__WARN_SUGGEST_FINAL_TYPES__ -I/home/rop/psv/OpenRCT2/src/openrct2-ui/.. -I/usr/local/vitasdk/arm-vita-eabi/include -I/usr/local/vitasdk/arm-vita-eabi/include/SDL2 -Wl,-q -fpermissive -Wno-error=date-time -Wnull-dereference -Wsuggest-final-types -Wsuggest-final-methods -Wsuggest-override -Wduplicated-cond -Wnon-virtual-dtor -Wredundant-decls -Wignored-qualifiers -Wstrict-overflow=1 -Wl,--whole-archive -lpthread -Wl,--no-whole-archive -I/usr/local/vitasdk/arm-vita-eabi/include/ -I/usr/local/vitasdk/arm-vita-eabi/include/SDL2/ -std=gnu++14 -fstrict-overflow -finstrument-functions -fstrict-aliasing -DDEBUG=0 -fno-PIC -std=gnu++14 -std=gnu++14 -O0 -g -DDEBUG -D_DEBUG -o CMakeFiles/openrct2.dir/src/openrct2-ui/windows/Land.cpp.obj -c /home/rop/psv/OpenRCT2/src/openrct2-ui/windows/Land.cpp
<command-line>:0:0: warning: "DEBUG" redefined
<command-line>:0:0: note: this is the location of the previous definition
[ 92%] Building CXX object CMakeFiles/openrct2.dir/src/openrct2-ui/windows/LandRights.cpp.obj
/usr/local/vitasdk/bin/arm-vita-eabi-g++ -DDISABLE_HTTP -DDISABLE_NETWORK -DDISABLE_OPENGL -DDISABLE_TWITCH -DNO_RCT2 -DNO_TTF -DOPENRCT2_BRANCH=\"vita\" -DOPENRCT2_COMMIT_SHA1=\"5d6d2296d7409b4a606c663a7a1c13cee7211c90\" -DOPENRCT2_COMMIT_SHA1_SHORT=\"5d6d2296d\" -D__WARN_SUGGEST_FINAL_METHODS__ -D__WARN_SUGGEST_FINAL_TYPES__ -I/home/rop/psv/OpenRCT2/src/openrct2-ui/.. -I/usr/local/vitasdk/arm-vita-eabi/include -I/usr/local/vitasdk/arm-vita-eabi/include/SDL2 -Wl,-q -fpermissive -Wno-error=date-time -Wnull-dereference -Wsuggest-final-types -Wsuggest-final-methods -Wsuggest-override -Wduplicated-cond -Wnon-virtual-dtor -Wredundant-decls -Wignored-qualifiers -Wstrict-overflow=1 -Wl,--whole-archive -lpthread -Wl,--no-whole-archive -I/usr/local/vitasdk/arm-vita-eabi/include/ -I/usr/local/vitasdk/arm-vita-eabi/include/SDL2/ -std=gnu++14 -fstrict-overflow -finstrument-functions -fstrict-aliasing -DDEBUG=0 -fno-PIC -std=gnu++14 -std=gnu++14 -O0 -g -DDEBUG -D_DEBUG -o CMakeFiles/openrct2.dir/src/openrct2-ui/windows/LandRights.cpp.obj -c /home/rop/psv/OpenRCT2/src/openrct2-ui/windows/LandRights.cpp
<command-line>:0:0: warning: "DEBUG" redefined
<command-line>:0:0: note: this is the location of the previous definition
[ 93%] Building CXX object CMakeFiles/openrct2.dir/src/openrct2-ui/windows/Main.cpp.obj
/usr/local/vitasdk/bin/arm-vita-eabi-g++ -DDISABLE_HTTP -DDISABLE_NETWORK -DDISABLE_OPENGL -DDISABLE_TWITCH -DNO_RCT2 -DNO_TTF -DOPENRCT2_BRANCH=\"vita\" -DOPENRCT2_COMMIT_SHA1=\"5d6d2296d7409b4a606c663a7a1c13cee7211c90\" -DOPENRCT2_COMMIT_SHA1_SHORT=\"5d6d2296d\" -D__WARN_SUGGEST_FINAL_METHODS__ -D__WARN_SUGGEST_FINAL_TYPES__ -I/home/rop/psv/OpenRCT2/src/openrct2-ui/.. -I/usr/local/vitasdk/arm-vita-eabi/include -I/usr/local/vitasdk/arm-vita-eabi/include/SDL2 -Wl,-q -fpermissive -Wno-error=date-time -Wnull-dereference -Wsuggest-final-types -Wsuggest-final-methods -Wsuggest-override -Wduplicated-cond -Wnon-virtual-dtor -Wredundant-decls -Wignored-qualifiers -Wstrict-overflow=1 -Wl,--whole-archive -lpthread -Wl,--no-whole-archive -I/usr/local/vitasdk/arm-vita-eabi/include/ -I/usr/local/vitasdk/arm-vita-eabi/include/SDL2/ -std=gnu++14 -fstrict-overflow -finstrument-functions -fstrict-aliasing -DDEBUG=0 -fno-PIC -std=gnu++14 -std=gnu++14 -O0 -g -DDEBUG -D_DEBUG -o CMakeFiles/openrct2.dir/src/openrct2-ui/windows/Main.cpp.obj -c /home/rop/psv/OpenRCT2/src/openrct2-ui/windows/Main.cpp
<command-line>:0:0: warning: "DEBUG" redefined
<command-line>:0:0: note: this is the location of the previous definition
[ 93%] Building CXX object CMakeFiles/openrct2.dir/src/openrct2-ui/windows/MapGen.cpp.obj
/usr/local/vitasdk/bin/arm-vita-eabi-g++ -DDISABLE_HTTP -DDISABLE_NETWORK -DDISABLE_OPENGL -DDISABLE_TWITCH -DNO_RCT2 -DNO_TTF -DOPENRCT2_BRANCH=\"vita\" -DOPENRCT2_COMMIT_SHA1=\"5d6d2296d7409b4a606c663a7a1c13cee7211c90\" -DOPENRCT2_COMMIT_SHA1_SHORT=\"5d6d2296d\" -D__WARN_SUGGEST_FINAL_METHODS__ -D__WARN_SUGGEST_FINAL_TYPES__ -I/home/rop/psv/OpenRCT2/src/openrct2-ui/.. -I/usr/local/vitasdk/arm-vita-eabi/include -I/usr/local/vitasdk/arm-vita-eabi/include/SDL2 -Wl,-q -fpermissive -Wno-error=date-time -Wnull-dereference -Wsuggest-final-types -Wsuggest-final-methods -Wsuggest-override -Wduplicated-cond -Wnon-virtual-dtor -Wredundant-decls -Wignored-qualifiers -Wstrict-overflow=1 -Wl,--whole-archive -lpthread -Wl,--no-whole-archive -I/usr/local/vitasdk/arm-vita-eabi/include/ -I/usr/local/vitasdk/arm-vita-eabi/include/SDL2/ -std=gnu++14 -fstrict-overflow -finstrument-functions -fstrict-aliasing -DDEBUG=0 -fno-PIC -std=gnu++14 -std=gnu++14 -O0 -g -DDEBUG -D_DEBUG -o CMakeFiles/openrct2.dir/src/openrct2-ui/windows/MapGen.cpp.obj -c /home/rop/psv/OpenRCT2/src/openrct2-ui/windows/MapGen.cpp
<command-line>:0:0: warning: "DEBUG" redefined
<command-line>:0:0: note: this is the location of the previous definition
[ 93%] Building CXX object CMakeFiles/openrct2.dir/src/openrct2-ui/windows/Multiplayer.cpp.obj
/usr/local/vitasdk/bin/arm-vita-eabi-g++ -DDISABLE_HTTP -DDISABLE_NETWORK -DDISABLE_OPENGL -DDISABLE_TWITCH -DNO_RCT2 -DNO_TTF -DOPENRCT2_BRANCH=\"vita\" -DOPENRCT2_COMMIT_SHA1=\"5d6d2296d7409b4a606c663a7a1c13cee7211c90\" -DOPENRCT2_COMMIT_SHA1_SHORT=\"5d6d2296d\" -D__WARN_SUGGEST_FINAL_METHODS__ -D__WARN_SUGGEST_FINAL_TYPES__ -I/home/rop/psv/OpenRCT2/src/openrct2-ui/.. -I/usr/local/vitasdk/arm-vita-eabi/include -I/usr/local/vitasdk/arm-vita-eabi/include/SDL2 -Wl,-q -fpermissive -Wno-error=date-time -Wnull-dereference -Wsuggest-final-types -Wsuggest-final-methods -Wsuggest-override -Wduplicated-cond -Wnon-virtual-dtor -Wredundant-decls -Wignored-qualifiers -Wstrict-overflow=1 -Wl,--whole-archive -lpthread -Wl,--no-whole-archive -I/usr/local/vitasdk/arm-vita-eabi/include/ -I/usr/local/vitasdk/arm-vita-eabi/include/SDL2/ -std=gnu++14 -fstrict-overflow -finstrument-functions -fstrict-aliasing -DDEBUG=0 -fno-PIC -std=gnu++14 -std=gnu++14 -O0 -g -DDEBUG -D_DEBUG -o CMakeFiles/openrct2.dir/src/openrct2-ui/windows/Multiplayer.cpp.obj -c /home/rop/psv/OpenRCT2/src/openrct2-ui/windows/Multiplayer.cpp
<command-line>:0:0: warning: "DEBUG" redefined
<command-line>:0:0: note: this is the location of the previous definition
[ 93%] Building CXX object CMakeFiles/openrct2.dir/src/openrct2-ui/windows/MusicCredits.cpp.obj
/usr/local/vitasdk/bin/arm-vita-eabi-g++ -DDISABLE_HTTP -DDISABLE_NETWORK -DDISABLE_OPENGL -DDISABLE_TWITCH -DNO_RCT2 -DNO_TTF -DOPENRCT2_BRANCH=\"vita\" -DOPENRCT2_COMMIT_SHA1=\"5d6d2296d7409b4a606c663a7a1c13cee7211c90\" -DOPENRCT2_COMMIT_SHA1_SHORT=\"5d6d2296d\" -D__WARN_SUGGEST_FINAL_METHODS__ -D__WARN_SUGGEST_FINAL_TYPES__ -I/home/rop/psv/OpenRCT2/src/openrct2-ui/.. -I/usr/local/vitasdk/arm-vita-eabi/include -I/usr/local/vitasdk/arm-vita-eabi/include/SDL2 -Wl,-q -fpermissive -Wno-error=date-time -Wnull-dereference -Wsuggest-final-types -Wsuggest-final-methods -Wsuggest-override -Wduplicated-cond -Wnon-virtual-dtor -Wredundant-decls -Wignored-qualifiers -Wstrict-overflow=1 -Wl,--whole-archive -lpthread -Wl,--no-whole-archive -I/usr/local/vitasdk/arm-vita-eabi/include/ -I/usr/local/vitasdk/arm-vita-eabi/include/SDL2/ -std=gnu++14 -fstrict-overflow -finstrument-functions -fstrict-aliasing -DDEBUG=0 -fno-PIC -std=gnu++14 -std=gnu++14 -O0 -g -DDEBUG -D_DEBUG -o CMakeFiles/openrct2.dir/src/openrct2-ui/windows/MusicCredits.cpp.obj -c /home/rop/psv/OpenRCT2/src/openrct2-ui/windows/MusicCredits.cpp
<command-line>:0:0: warning: "DEBUG" redefined
<command-line>:0:0: note: this is the location of the previous definition
[ 94%] Building CXX object CMakeFiles/openrct2.dir/src/openrct2-ui/windows/News.cpp.obj
/usr/local/vitasdk/bin/arm-vita-eabi-g++ -DDISABLE_HTTP -DDISABLE_NETWORK -DDISABLE_OPENGL -DDISABLE_TWITCH -DNO_RCT2 -DNO_TTF -DOPENRCT2_BRANCH=\"vita\" -DOPENRCT2_COMMIT_SHA1=\"5d6d2296d7409b4a606c663a7a1c13cee7211c90\" -DOPENRCT2_COMMIT_SHA1_SHORT=\"5d6d2296d\" -D__WARN_SUGGEST_FINAL_METHODS__ -D__WARN_SUGGEST_FINAL_TYPES__ -I/home/rop/psv/OpenRCT2/src/openrct2-ui/.. -I/usr/local/vitasdk/arm-vita-eabi/include -I/usr/local/vitasdk/arm-vita-eabi/include/SDL2 -Wl,-q -fpermissive -Wno-error=date-time -Wnull-dereference -Wsuggest-final-types -Wsuggest-final-methods -Wsuggest-override -Wduplicated-cond -Wnon-virtual-dtor -Wredundant-decls -Wignored-qualifiers -Wstrict-overflow=1 -Wl,--whole-archive -lpthread -Wl,--no-whole-archive -I/usr/local/vitasdk/arm-vita-eabi/include/ -I/usr/local/vitasdk/arm-vita-eabi/include/SDL2/ -std=gnu++14 -fstrict-overflow -finstrument-functions -fstrict-aliasing -DDEBUG=0 -fno-PIC -std=gnu++14 -std=gnu++14 -O0 -g -DDEBUG -D_DEBUG -o CMakeFiles/openrct2.dir/src/openrct2-ui/windows/News.cpp.obj -c /home/rop/psv/OpenRCT2/src/openrct2-ui/windows/News.cpp
<command-line>:0:0: warning: "DEBUG" redefined
<command-line>:0:0: note: this is the location of the previous definition
[ 94%] Building CXX object CMakeFiles/openrct2.dir/src/openrct2-ui/windows/NewsOptions.cpp.obj
/usr/local/vitasdk/bin/arm-vita-eabi-g++ -DDISABLE_HTTP -DDISABLE_NETWORK -DDISABLE_OPENGL -DDISABLE_TWITCH -DNO_RCT2 -DNO_TTF -DOPENRCT2_BRANCH=\"vita\" -DOPENRCT2_COMMIT_SHA1=\"5d6d2296d7409b4a606c663a7a1c13cee7211c90\" -DOPENRCT2_COMMIT_SHA1_SHORT=\"5d6d2296d\" -D__WARN_SUGGEST_FINAL_METHODS__ -D__WARN_SUGGEST_FINAL_TYPES__ -I/home/rop/psv/OpenRCT2/src/openrct2-ui/.. -I/usr/local/vitasdk/arm-vita-eabi/include -I/usr/local/vitasdk/arm-vita-eabi/include/SDL2 -Wl,-q -fpermissive -Wno-error=date-time -Wnull-dereference -Wsuggest-final-types -Wsuggest-final-methods -Wsuggest-override -Wduplicated-cond -Wnon-virtual-dtor -Wredundant-decls -Wignored-qualifiers -Wstrict-overflow=1 -Wl,--whole-archive -lpthread -Wl,--no-whole-archive -I/usr/local/vitasdk/arm-vita-eabi/include/ -I/usr/local/vitasdk/arm-vita-eabi/include/SDL2/ -std=gnu++14 -fstrict-overflow -finstrument-functions -fstrict-aliasing -DDEBUG=0 -fno-PIC -std=gnu++14 -std=gnu++14 -O0 -g -DDEBUG -D_DEBUG -o CMakeFiles/openrct2.dir/src/openrct2-ui/windows/NewsOptions.cpp.obj -c /home/rop/psv/OpenRCT2/src/openrct2-ui/windows/NewsOptions.cpp
<command-line>:0:0: warning: "DEBUG" redefined
<command-line>:0:0: note: this is the location of the previous definition
[ 94%] Building CXX object CMakeFiles/openrct2.dir/src/openrct2-ui/windows/Options.cpp.obj
/usr/local/vitasdk/bin/arm-vita-eabi-g++ -DDISABLE_HTTP -DDISABLE_NETWORK -DDISABLE_OPENGL -DDISABLE_TWITCH -DNO_RCT2 -DNO_TTF -DOPENRCT2_BRANCH=\"vita\" -DOPENRCT2_COMMIT_SHA1=\"5d6d2296d7409b4a606c663a7a1c13cee7211c90\" -DOPENRCT2_COMMIT_SHA1_SHORT=\"5d6d2296d\" -D__WARN_SUGGEST_FINAL_METHODS__ -D__WARN_SUGGEST_FINAL_TYPES__ -I/home/rop/psv/OpenRCT2/src/openrct2-ui/.. -I/usr/local/vitasdk/arm-vita-eabi/include -I/usr/local/vitasdk/arm-vita-eabi/include/SDL2 -Wl,-q -fpermissive -Wno-error=date-time -Wnull-dereference -Wsuggest-final-types -Wsuggest-final-methods -Wsuggest-override -Wduplicated-cond -Wnon-virtual-dtor -Wredundant-decls -Wignored-qualifiers -Wstrict-overflow=1 -Wl,--whole-archive -lpthread -Wl,--no-whole-archive -I/usr/local/vitasdk/arm-vita-eabi/include/ -I/usr/local/vitasdk/arm-vita-eabi/include/SDL2/ -std=gnu++14 -fstrict-overflow -finstrument-functions -fstrict-aliasing -DDEBUG=0 -fno-PIC -std=gnu++14 -std=gnu++14 -O0 -g -DDEBUG -D_DEBUG -o CMakeFiles/openrct2.dir/src/openrct2-ui/windows/Options.cpp.obj -c /home/rop/psv/OpenRCT2/src/openrct2-ui/windows/Options.cpp
<command-line>:0:0: warning: "DEBUG" redefined
<command-line>:0:0: note: this is the location of the previous definition
[ 94%] Building CXX object CMakeFiles/openrct2.dir/src/openrct2-ui/windows/SavePrompt.cpp.obj
/usr/local/vitasdk/bin/arm-vita-eabi-g++ -DDISABLE_HTTP -DDISABLE_NETWORK -DDISABLE_OPENGL -DDISABLE_TWITCH -DNO_RCT2 -DNO_TTF -DOPENRCT2_BRANCH=\"vita\" -DOPENRCT2_COMMIT_SHA1=\"5d6d2296d7409b4a606c663a7a1c13cee7211c90\" -DOPENRCT2_COMMIT_SHA1_SHORT=\"5d6d2296d\" -D__WARN_SUGGEST_FINAL_METHODS__ -D__WARN_SUGGEST_FINAL_TYPES__ -I/home/rop/psv/OpenRCT2/src/openrct2-ui/.. -I/usr/local/vitasdk/arm-vita-eabi/include -I/usr/local/vitasdk/arm-vita-eabi/include/SDL2 -Wl,-q -fpermissive -Wno-error=date-time -Wnull-dereference -Wsuggest-final-types -Wsuggest-final-methods -Wsuggest-override -Wduplicated-cond -Wnon-virtual-dtor -Wredundant-decls -Wignored-qualifiers -Wstrict-overflow=1 -Wl,--whole-archive -lpthread -Wl,--no-whole-archive -I/usr/local/vitasdk/arm-vita-eabi/include/ -I/usr/local/vitasdk/arm-vita-eabi/include/SDL2/ -std=gnu++14 -fstrict-overflow -finstrument-functions -fstrict-aliasing -DDEBUG=0 -fno-PIC -std=gnu++14 -std=gnu++14 -O0 -g -DDEBUG -D_DEBUG -o CMakeFiles/openrct2.dir/src/openrct2-ui/windows/SavePrompt.cpp.obj -c /home/rop/psv/OpenRCT2/src/openrct2-ui/windows/SavePrompt.cpp
<command-line>:0:0: warning: "DEBUG" redefined
<command-line>:0:0: note: this is the location of the previous definition
[ 95%] Building CXX object CMakeFiles/openrct2.dir/src/openrct2-ui/windows/ServerList.cpp.obj
/usr/local/vitasdk/bin/arm-vita-eabi-g++ -DDISABLE_HTTP -DDISABLE_NETWORK -DDISABLE_OPENGL -DDISABLE_TWITCH -DNO_RCT2 -DNO_TTF -DOPENRCT2_BRANCH=\"vita\" -DOPENRCT2_COMMIT_SHA1=\"5d6d2296d7409b4a606c663a7a1c13cee7211c90\" -DOPENRCT2_COMMIT_SHA1_SHORT=\"5d6d2296d\" -D__WARN_SUGGEST_FINAL_METHODS__ -D__WARN_SUGGEST_FINAL_TYPES__ -I/home/rop/psv/OpenRCT2/src/openrct2-ui/.. -I/usr/local/vitasdk/arm-vita-eabi/include -I/usr/local/vitasdk/arm-vita-eabi/include/SDL2 -Wl,-q -fpermissive -Wno-error=date-time -Wnull-dereference -Wsuggest-final-types -Wsuggest-final-methods -Wsuggest-override -Wduplicated-cond -Wnon-virtual-dtor -Wredundant-decls -Wignored-qualifiers -Wstrict-overflow=1 -Wl,--whole-archive -lpthread -Wl,--no-whole-archive -I/usr/local/vitasdk/arm-vita-eabi/include/ -I/usr/local/vitasdk/arm-vita-eabi/include/SDL2/ -std=gnu++14 -fstrict-overflow -finstrument-functions -fstrict-aliasing -DDEBUG=0 -fno-PIC -std=gnu++14 -std=gnu++14 -O0 -g -DDEBUG -D_DEBUG -o CMakeFiles/openrct2.dir/src/openrct2-ui/windows/ServerList.cpp.obj -c /home/rop/psv/OpenRCT2/src/openrct2-ui/windows/ServerList.cpp
<command-line>:0:0: warning: "DEBUG" redefined
<command-line>:0:0: note: this is the location of the previous definition
[ 95%] Building CXX object CMakeFiles/openrct2.dir/src/openrct2-ui/windows/ServerStart.cpp.obj
/usr/local/vitasdk/bin/arm-vita-eabi-g++ -DDISABLE_HTTP -DDISABLE_NETWORK -DDISABLE_OPENGL -DDISABLE_TWITCH -DNO_RCT2 -DNO_TTF -DOPENRCT2_BRANCH=\"vita\" -DOPENRCT2_COMMIT_SHA1=\"5d6d2296d7409b4a606c663a7a1c13cee7211c90\" -DOPENRCT2_COMMIT_SHA1_SHORT=\"5d6d2296d\" -D__WARN_SUGGEST_FINAL_METHODS__ -D__WARN_SUGGEST_FINAL_TYPES__ -I/home/rop/psv/OpenRCT2/src/openrct2-ui/.. -I/usr/local/vitasdk/arm-vita-eabi/include -I/usr/local/vitasdk/arm-vita-eabi/include/SDL2 -Wl,-q -fpermissive -Wno-error=date-time -Wnull-dereference -Wsuggest-final-types -Wsuggest-final-methods -Wsuggest-override -Wduplicated-cond -Wnon-virtual-dtor -Wredundant-decls -Wignored-qualifiers -Wstrict-overflow=1 -Wl,--whole-archive -lpthread -Wl,--no-whole-archive -I/usr/local/vitasdk/arm-vita-eabi/include/ -I/usr/local/vitasdk/arm-vita-eabi/include/SDL2/ -std=gnu++14 -fstrict-overflow -finstrument-functions -fstrict-aliasing -DDEBUG=0 -fno-PIC -std=gnu++14 -std=gnu++14 -O0 -g -DDEBUG -D_DEBUG -o CMakeFiles/openrct2.dir/src/openrct2-ui/windows/ServerStart.cpp.obj -c /home/rop/psv/OpenRCT2/src/openrct2-ui/windows/ServerStart.cpp
<command-line>:0:0: warning: "DEBUG" redefined
<command-line>:0:0: note: this is the location of the previous definition
[ 95%] Building CXX object CMakeFiles/openrct2.dir/src/openrct2-ui/windows/ShortcutKeyChange.cpp.obj
/usr/local/vitasdk/bin/arm-vita-eabi-g++ -DDISABLE_HTTP -DDISABLE_NETWORK -DDISABLE_OPENGL -DDISABLE_TWITCH -DNO_RCT2 -DNO_TTF -DOPENRCT2_BRANCH=\"vita\" -DOPENRCT2_COMMIT_SHA1=\"5d6d2296d7409b4a606c663a7a1c13cee7211c90\" -DOPENRCT2_COMMIT_SHA1_SHORT=\"5d6d2296d\" -D__WARN_SUGGEST_FINAL_METHODS__ -D__WARN_SUGGEST_FINAL_TYPES__ -I/home/rop/psv/OpenRCT2/src/openrct2-ui/.. -I/usr/local/vitasdk/arm-vita-eabi/include -I/usr/local/vitasdk/arm-vita-eabi/include/SDL2 -Wl,-q -fpermissive -Wno-error=date-time -Wnull-dereference -Wsuggest-final-types -Wsuggest-final-methods -Wsuggest-override -Wduplicated-cond -Wnon-virtual-dtor -Wredundant-decls -Wignored-qualifiers -Wstrict-overflow=1 -Wl,--whole-archive -lpthread -Wl,--no-whole-archive -I/usr/local/vitasdk/arm-vita-eabi/include/ -I/usr/local/vitasdk/arm-vita-eabi/include/SDL2/ -std=gnu++14 -fstrict-overflow -finstrument-functions -fstrict-aliasing -DDEBUG=0 -fno-PIC -std=gnu++14 -std=gnu++14 -O0 -g -DDEBUG -D_DEBUG -o CMakeFiles/openrct2.dir/src/openrct2-ui/windows/ShortcutKeyChange.cpp.obj -c /home/rop/psv/OpenRCT2/src/openrct2-ui/windows/ShortcutKeyChange.cpp
<command-line>:0:0: warning: "DEBUG" redefined
<command-line>:0:0: note: this is the location of the previous definition
[ 95%] Building CXX object CMakeFiles/openrct2.dir/src/openrct2-ui/windows/ShortcutKeys.cpp.obj
/usr/local/vitasdk/bin/arm-vita-eabi-g++ -DDISABLE_HTTP -DDISABLE_NETWORK -DDISABLE_OPENGL -DDISABLE_TWITCH -DNO_RCT2 -DNO_TTF -DOPENRCT2_BRANCH=\"vita\" -DOPENRCT2_COMMIT_SHA1=\"5d6d2296d7409b4a606c663a7a1c13cee7211c90\" -DOPENRCT2_COMMIT_SHA1_SHORT=\"5d6d2296d\" -D__WARN_SUGGEST_FINAL_METHODS__ -D__WARN_SUGGEST_FINAL_TYPES__ -I/home/rop/psv/OpenRCT2/src/openrct2-ui/.. -I/usr/local/vitasdk/arm-vita-eabi/include -I/usr/local/vitasdk/arm-vita-eabi/include/SDL2 -Wl,-q -fpermissive -Wno-error=date-time -Wnull-dereference -Wsuggest-final-types -Wsuggest-final-methods -Wsuggest-override -Wduplicated-cond -Wnon-virtual-dtor -Wredundant-decls -Wignored-qualifiers -Wstrict-overflow=1 -Wl,--whole-archive -lpthread -Wl,--no-whole-archive -I/usr/local/vitasdk/arm-vita-eabi/include/ -I/usr/local/vitasdk/arm-vita-eabi/include/SDL2/ -std=gnu++14 -fstrict-overflow -finstrument-functions -fstrict-aliasing -DDEBUG=0 -fno-PIC -std=gnu++14 -std=gnu++14 -O0 -g -DDEBUG -D_DEBUG -o CMakeFiles/openrct2.dir/src/openrct2-ui/windows/ShortcutKeys.cpp.obj -c /home/rop/psv/OpenRCT2/src/openrct2-ui/windows/ShortcutKeys.cpp
[ 96%] Building CXX object CMakeFiles/openrct2.dir/src/openrct2-ui/windows/StaffList.cpp.obj
/usr/local/vitasdk/bin/arm-vita-eabi-g++ -DDISABLE_HTTP -DDISABLE_NETWORK -DDISABLE_OPENGL -DDISABLE_TWITCH -DNO_RCT2 -DNO_TTF -DOPENRCT2_BRANCH=\"vita\" -DOPENRCT2_COMMIT_SHA1=\"5d6d2296d7409b4a606c663a7a1c13cee7211c90\" -DOPENRCT2_COMMIT_SHA1_SHORT=\"5d6d2296d\" -D__WARN_SUGGEST_FINAL_METHODS__ -D__WARN_SUGGEST_FINAL_TYPES__ -I/home/rop/psv/OpenRCT2/src/openrct2-ui/.. -I/usr/local/vitasdk/arm-vita-eabi/include -I/usr/local/vitasdk/arm-vita-eabi/include/SDL2 -Wl,-q -fpermissive -Wno-error=date-time -Wnull-dereference -Wsuggest-final-types -Wsuggest-final-methods -Wsuggest-override -Wduplicated-cond -Wnon-virtual-dtor -Wredundant-decls -Wignored-qualifiers -Wstrict-overflow=1 -Wl,--whole-archive -lpthread -Wl,--no-whole-archive -I/usr/local/vitasdk/arm-vita-eabi/include/ -I/usr/local/vitasdk/arm-vita-eabi/include/SDL2/ -std=gnu++14 -fstrict-overflow -finstrument-functions -fstrict-aliasing -DDEBUG=0 -fno-PIC -std=gnu++14 -std=gnu++14 -O0 -g -DDEBUG -D_DEBUG -o CMakeFiles/openrct2.dir/src/openrct2-ui/windows/StaffList.cpp.obj -c /home/rop/psv/OpenRCT2/src/openrct2-ui/windows/StaffList.cpp
<command-line>:0:0: warning: "DEBUG" redefined
<command-line>:0:0: note: this is the location of the previous definition
[ 96%] Building CXX object CMakeFiles/openrct2.dir/src/openrct2-ui/windows/Themes.cpp.obj
/usr/local/vitasdk/bin/arm-vita-eabi-g++ -DDISABLE_HTTP -DDISABLE_NETWORK -DDISABLE_OPENGL -DDISABLE_TWITCH -DNO_RCT2 -DNO_TTF -DOPENRCT2_BRANCH=\"vita\" -DOPENRCT2_COMMIT_SHA1=\"5d6d2296d7409b4a606c663a7a1c13cee7211c90\" -DOPENRCT2_COMMIT_SHA1_SHORT=\"5d6d2296d\" -D__WARN_SUGGEST_FINAL_METHODS__ -D__WARN_SUGGEST_FINAL_TYPES__ -I/home/rop/psv/OpenRCT2/src/openrct2-ui/.. -I/usr/local/vitasdk/arm-vita-eabi/include -I/usr/local/vitasdk/arm-vita-eabi/include/SDL2 -Wl,-q -fpermissive -Wno-error=date-time -Wnull-dereference -Wsuggest-final-types -Wsuggest-final-methods -Wsuggest-override -Wduplicated-cond -Wnon-virtual-dtor -Wredundant-decls -Wignored-qualifiers -Wstrict-overflow=1 -Wl,--whole-archive -lpthread -Wl,--no-whole-archive -I/usr/local/vitasdk/arm-vita-eabi/include/ -I/usr/local/vitasdk/arm-vita-eabi/include/SDL2/ -std=gnu++14 -fstrict-overflow -finstrument-functions -fstrict-aliasing -DDEBUG=0 -fno-PIC -std=gnu++14 -std=gnu++14 -O0 -g -DDEBUG -D_DEBUG -o CMakeFiles/openrct2.dir/src/openrct2-ui/windows/Themes.cpp.obj -c /home/rop/psv/OpenRCT2/src/openrct2-ui/windows/Themes.cpp
<command-line>:0:0: warning: "DEBUG" redefined
<command-line>:0:0: note: this is the location of the previous definition
<command-line>:0:0: warning: "DEBUG" redefined
<command-line>:0:0: note: this is the location of the previous definition
[ 96%] Building CXX object CMakeFiles/openrct2.dir/src/openrct2-ui/windows/TitleExit.cpp.obj
/usr/local/vitasdk/bin/arm-vita-eabi-g++ -DDISABLE_HTTP -DDISABLE_NETWORK -DDISABLE_OPENGL -DDISABLE_TWITCH -DNO_RCT2 -DNO_TTF -DOPENRCT2_BRANCH=\"vita\" -DOPENRCT2_COMMIT_SHA1=\"5d6d2296d7409b4a606c663a7a1c13cee7211c90\" -DOPENRCT2_COMMIT_SHA1_SHORT=\"5d6d2296d\" -D__WARN_SUGGEST_FINAL_METHODS__ -D__WARN_SUGGEST_FINAL_TYPES__ -I/home/rop/psv/OpenRCT2/src/openrct2-ui/.. -I/usr/local/vitasdk/arm-vita-eabi/include -I/usr/local/vitasdk/arm-vita-eabi/include/SDL2 -Wl,-q -fpermissive -Wno-error=date-time -Wnull-dereference -Wsuggest-final-types -Wsuggest-final-methods -Wsuggest-override -Wduplicated-cond -Wnon-virtual-dtor -Wredundant-decls -Wignored-qualifiers -Wstrict-overflow=1 -Wl,--whole-archive -lpthread -Wl,--no-whole-archive -I/usr/local/vitasdk/arm-vita-eabi/include/ -I/usr/local/vitasdk/arm-vita-eabi/include/SDL2/ -std=gnu++14 -fstrict-overflow -finstrument-functions -fstrict-aliasing -DDEBUG=0 -fno-PIC -std=gnu++14 -std=gnu++14 -O0 -g -DDEBUG -D_DEBUG -o CMakeFiles/openrct2.dir/src/openrct2-ui/windows/TitleExit.cpp.obj -c /home/rop/psv/OpenRCT2/src/openrct2-ui/windows/TitleExit.cpp
<command-line>:0:0: warning: "DEBUG" redefined
<command-line>:0:0: note: this is the location of the previous definition
[ 96%] Building CXX object CMakeFiles/openrct2.dir/src/openrct2-ui/windows/TitleLogo.cpp.obj
/usr/local/vitasdk/bin/arm-vita-eabi-g++ -DDISABLE_HTTP -DDISABLE_NETWORK -DDISABLE_OPENGL -DDISABLE_TWITCH -DNO_RCT2 -DNO_TTF -DOPENRCT2_BRANCH=\"vita\" -DOPENRCT2_COMMIT_SHA1=\"5d6d2296d7409b4a606c663a7a1c13cee7211c90\" -DOPENRCT2_COMMIT_SHA1_SHORT=\"5d6d2296d\" -D__WARN_SUGGEST_FINAL_METHODS__ -D__WARN_SUGGEST_FINAL_TYPES__ -I/home/rop/psv/OpenRCT2/src/openrct2-ui/.. -I/usr/local/vitasdk/arm-vita-eabi/include -I/usr/local/vitasdk/arm-vita-eabi/include/SDL2 -Wl,-q -fpermissive -Wno-error=date-time -Wnull-dereference -Wsuggest-final-types -Wsuggest-final-methods -Wsuggest-override -Wduplicated-cond -Wnon-virtual-dtor -Wredundant-decls -Wignored-qualifiers -Wstrict-overflow=1 -Wl,--whole-archive -lpthread -Wl,--no-whole-archive -I/usr/local/vitasdk/arm-vita-eabi/include/ -I/usr/local/vitasdk/arm-vita-eabi/include/SDL2/ -std=gnu++14 -fstrict-overflow -finstrument-functions -fstrict-aliasing -DDEBUG=0 -fno-PIC -std=gnu++14 -std=gnu++14 -O0 -g -DDEBUG -D_DEBUG -o CMakeFiles/openrct2.dir/src/openrct2-ui/windows/TitleLogo.cpp.obj -c /home/rop/psv/OpenRCT2/src/openrct2-ui/windows/TitleLogo.cpp
[ 97%] Building CXX object CMakeFiles/openrct2.dir/src/openrct2-ui/windows/TitleMenu.cpp.obj
/usr/local/vitasdk/bin/arm-vita-eabi-g++ -DDISABLE_HTTP -DDISABLE_NETWORK -DDISABLE_OPENGL -DDISABLE_TWITCH -DNO_RCT2 -DNO_TTF -DOPENRCT2_BRANCH=\"vita\" -DOPENRCT2_COMMIT_SHA1=\"5d6d2296d7409b4a606c663a7a1c13cee7211c90\" -DOPENRCT2_COMMIT_SHA1_SHORT=\"5d6d2296d\" -D__WARN_SUGGEST_FINAL_METHODS__ -D__WARN_SUGGEST_FINAL_TYPES__ -I/home/rop/psv/OpenRCT2/src/openrct2-ui/.. -I/usr/local/vitasdk/arm-vita-eabi/include -I/usr/local/vitasdk/arm-vita-eabi/include/SDL2 -Wl,-q -fpermissive -Wno-error=date-time -Wnull-dereference -Wsuggest-final-types -Wsuggest-final-methods -Wsuggest-override -Wduplicated-cond -Wnon-virtual-dtor -Wredundant-decls -Wignored-qualifiers -Wstrict-overflow=1 -Wl,--whole-archive -lpthread -Wl,--no-whole-archive -I/usr/local/vitasdk/arm-vita-eabi/include/ -I/usr/local/vitasdk/arm-vita-eabi/include/SDL2/ -std=gnu++14 -fstrict-overflow -finstrument-functions -fstrict-aliasing -DDEBUG=0 -fno-PIC -std=gnu++14 -std=gnu++14 -O0 -g -DDEBUG -D_DEBUG -o CMakeFiles/openrct2.dir/src/openrct2-ui/windows/TitleMenu.cpp.obj -c /home/rop/psv/OpenRCT2/src/openrct2-ui/windows/TitleMenu.cpp
<command-line>:0:0: warning: "DEBUG" redefined
<command-line>:0:0: note: this is the location of the previous definition
<command-line>:0:0: warning: "DEBUG" redefined
<command-line>:0:0: note: this is the location of the previous definition
[ 97%] Building CXX object CMakeFiles/openrct2.dir/src/openrct2-ui/windows/TitleOptions.cpp.obj
/usr/local/vitasdk/bin/arm-vita-eabi-g++ -DDISABLE_HTTP -DDISABLE_NETWORK -DDISABLE_OPENGL -DDISABLE_TWITCH -DNO_RCT2 -DNO_TTF -DOPENRCT2_BRANCH=\"vita\" -DOPENRCT2_COMMIT_SHA1=\"5d6d2296d7409b4a606c663a7a1c13cee7211c90\" -DOPENRCT2_COMMIT_SHA1_SHORT=\"5d6d2296d\" -D__WARN_SUGGEST_FINAL_METHODS__ -D__WARN_SUGGEST_FINAL_TYPES__ -I/home/rop/psv/OpenRCT2/src/openrct2-ui/.. -I/usr/local/vitasdk/arm-vita-eabi/include -I/usr/local/vitasdk/arm-vita-eabi/include/SDL2 -Wl,-q -fpermissive -Wno-error=date-time -Wnull-dereference -Wsuggest-final-types -Wsuggest-final-methods -Wsuggest-override -Wduplicated-cond -Wnon-virtual-dtor -Wredundant-decls -Wignored-qualifiers -Wstrict-overflow=1 -Wl,--whole-archive -lpthread -Wl,--no-whole-archive -I/usr/local/vitasdk/arm-vita-eabi/include/ -I/usr/local/vitasdk/arm-vita-eabi/include/SDL2/ -std=gnu++14 -fstrict-overflow -finstrument-functions -fstrict-aliasing -DDEBUG=0 -fno-PIC -std=gnu++14 -std=gnu++14 -O0 -g -DDEBUG -D_DEBUG -o CMakeFiles/openrct2.dir/src/openrct2-ui/windows/TitleOptions.cpp.obj -c /home/rop/psv/OpenRCT2/src/openrct2-ui/windows/TitleOptions.cpp
<command-line>:0:0: warning: "DEBUG" redefined
<command-line>:0:0: note: this is the location of the previous definition
[ 97%] Building CXX object CMakeFiles/openrct2.dir/src/openrct2-ui/windows/ViewClipping.cpp.obj
/usr/local/vitasdk/bin/arm-vita-eabi-g++ -DDISABLE_HTTP -DDISABLE_NETWORK -DDISABLE_OPENGL -DDISABLE_TWITCH -DNO_RCT2 -DNO_TTF -DOPENRCT2_BRANCH=\"vita\" -DOPENRCT2_COMMIT_SHA1=\"5d6d2296d7409b4a606c663a7a1c13cee7211c90\" -DOPENRCT2_COMMIT_SHA1_SHORT=\"5d6d2296d\" -D__WARN_SUGGEST_FINAL_METHODS__ -D__WARN_SUGGEST_FINAL_TYPES__ -I/home/rop/psv/OpenRCT2/src/openrct2-ui/.. -I/usr/local/vitasdk/arm-vita-eabi/include -I/usr/local/vitasdk/arm-vita-eabi/include/SDL2 -Wl,-q -fpermissive -Wno-error=date-time -Wnull-dereference -Wsuggest-final-types -Wsuggest-final-methods -Wsuggest-override -Wduplicated-cond -Wnon-virtual-dtor -Wredundant-decls -Wignored-qualifiers -Wstrict-overflow=1 -Wl,--whole-archive -lpthread -Wl,--no-whole-archive -I/usr/local/vitasdk/arm-vita-eabi/include/ -I/usr/local/vitasdk/arm-vita-eabi/include/SDL2/ -std=gnu++14 -fstrict-overflow -finstrument-functions -fstrict-aliasing -DDEBUG=0 -fno-PIC -std=gnu++14 -std=gnu++14 -O0 -g -DDEBUG -D_DEBUG -o CMakeFiles/openrct2.dir/src/openrct2-ui/windows/ViewClipping.cpp.obj -c /home/rop/psv/OpenRCT2/src/openrct2-ui/windows/ViewClipping.cpp
<command-line>:0:0: warning: "DEBUG" redefined
<command-line>:0:0: note: this is the location of the previous definition
[ 97%] Building CXX object CMakeFiles/openrct2.dir/src/openrct2-ui/windows/Viewport.cpp.obj
/usr/local/vitasdk/bin/arm-vita-eabi-g++ -DDISABLE_HTTP -DDISABLE_NETWORK -DDISABLE_OPENGL -DDISABLE_TWITCH -DNO_RCT2 -DNO_TTF -DOPENRCT2_BRANCH=\"vita\" -DOPENRCT2_COMMIT_SHA1=\"5d6d2296d7409b4a606c663a7a1c13cee7211c90\" -DOPENRCT2_COMMIT_SHA1_SHORT=\"5d6d2296d\" -D__WARN_SUGGEST_FINAL_METHODS__ -D__WARN_SUGGEST_FINAL_TYPES__ -I/home/rop/psv/OpenRCT2/src/openrct2-ui/.. -I/usr/local/vitasdk/arm-vita-eabi/include -I/usr/local/vitasdk/arm-vita-eabi/include/SDL2 -Wl,-q -fpermissive -Wno-error=date-time -Wnull-dereference -Wsuggest-final-types -Wsuggest-final-methods -Wsuggest-override -Wduplicated-cond -Wnon-virtual-dtor -Wredundant-decls -Wignored-qualifiers -Wstrict-overflow=1 -Wl,--whole-archive -lpthread -Wl,--no-whole-archive -I/usr/local/vitasdk/arm-vita-eabi/include/ -I/usr/local/vitasdk/arm-vita-eabi/include/SDL2/ -std=gnu++14 -fstrict-overflow -finstrument-functions -fstrict-aliasing -DDEBUG=0 -fno-PIC -std=gnu++14 -std=gnu++14 -O0 -g -DDEBUG -D_DEBUG -o CMakeFiles/openrct2.dir/src/openrct2-ui/windows/Viewport.cpp.obj -c /home/rop/psv/OpenRCT2/src/openrct2-ui/windows/Viewport.cpp
<command-line>:0:0: warning: "DEBUG" redefined
<command-line>:0:0: note: this is the location of the previous definition
/home/rop/psv/OpenRCT2/src/openrct2-ui/windows/ViewClipping.cpp:103:1: warning: invalid conversion from 'void (*)(rct_window*, int, int*, int*)' to 'void (*)(rct_window*, sint32, sint32*, sint32*) {aka void (*)(rct_window*, long int, long int*, long int*)}' [-fpermissive]
};
^
[ 98%] Building CXX object CMakeFiles/openrct2.dir/src/openrct2-ui/windows/Water.cpp.obj
/usr/local/vitasdk/bin/arm-vita-eabi-g++ -DDISABLE_HTTP -DDISABLE_NETWORK -DDISABLE_OPENGL -DDISABLE_TWITCH -DNO_RCT2 -DNO_TTF -DOPENRCT2_BRANCH=\"vita\" -DOPENRCT2_COMMIT_SHA1=\"5d6d2296d7409b4a606c663a7a1c13cee7211c90\" -DOPENRCT2_COMMIT_SHA1_SHORT=\"5d6d2296d\" -D__WARN_SUGGEST_FINAL_METHODS__ -D__WARN_SUGGEST_FINAL_TYPES__ -I/home/rop/psv/OpenRCT2/src/openrct2-ui/.. -I/usr/local/vitasdk/arm-vita-eabi/include -I/usr/local/vitasdk/arm-vita-eabi/include/SDL2 -Wl,-q -fpermissive -Wno-error=date-time -Wnull-dereference -Wsuggest-final-types -Wsuggest-final-methods -Wsuggest-override -Wduplicated-cond -Wnon-virtual-dtor -Wredundant-decls -Wignored-qualifiers -Wstrict-overflow=1 -Wl,--whole-archive -lpthread -Wl,--no-whole-archive -I/usr/local/vitasdk/arm-vita-eabi/include/ -I/usr/local/vitasdk/arm-vita-eabi/include/SDL2/ -std=gnu++14 -fstrict-overflow -finstrument-functions -fstrict-aliasing -DDEBUG=0 -fno-PIC -std=gnu++14 -std=gnu++14 -O0 -g -DDEBUG -D_DEBUG -o CMakeFiles/openrct2.dir/src/openrct2-ui/windows/Water.cpp.obj -c /home/rop/psv/OpenRCT2/src/openrct2-ui/windows/Water.cpp
<command-line>:0:0: warning: "DEBUG" redefined
<command-line>:0:0: note: this is the location of the previous definition
[ 98%] Linking CXX executable openrct2
/opt/clion/bin/cmake/bin/cmake -E cmake_link_script CMakeFiles/openrct2.dir/link.txt --verbose=1
/usr/local/vitasdk/bin/arm-vita-eabi-g++ -Wl,-q -fpermissive -Wno-error=date-time -Wnull-dereference -Wsuggest-final-types -Wsuggest-final-methods -Wsuggest-override -Wduplicated-cond -Wnon-virtual-dtor -Wredundant-decls -Wignored-qualifiers -Wstrict-overflow=1 -Wl,--whole-archive -lpthread -Wl,--no-whole-archive -I/usr/local/vitasdk/arm-vita-eabi/include/ -I/usr/local/vitasdk/arm-vita-eabi/include/SDL2/ -std=gnu++14 -fstrict-overflow -finstrument-functions -fstrict-aliasing -DDEBUG=0 -fno-PIC -std=gnu++14 -std=gnu++14 -O0 -g -DDEBUG -D_DEBUG -Wl,-z,nocopyreloc -lvita2d CMakeFiles/openrct2.dir/src/openrct2-ui/input/input.c.obj CMakeFiles/openrct2.dir/src/openrct2-ui/input/keyboard_shortcut.c.obj CMakeFiles/openrct2.dir/src/openrct2-ui/CursorData.cpp.obj CMakeFiles/openrct2.dir/src/openrct2-ui/CursorRepository.cpp.obj CMakeFiles/openrct2.dir/src/openrct2-ui/TextComposition.cpp.obj CMakeFiles/openrct2.dir/src/openrct2-ui/Ui.cpp.obj CMakeFiles/openrct2.dir/src/openrct2-ui/UiContext.Android.cpp.obj CMakeFiles/openrct2.dir/src/openrct2-ui/UiContext.Linux.cpp.obj CMakeFiles/openrct2.dir/src/openrct2-ui/UiContext.Vita.cpp.obj CMakeFiles/openrct2.dir/src/openrct2-ui/UiContext.Win32.cpp.obj CMakeFiles/openrct2.dir/src/openrct2-ui/UiContext.cpp.obj CMakeFiles/openrct2.dir/src/openrct2-ui/WindowManager.cpp.obj CMakeFiles/openrct2.dir/src/openrct2-ui/audio/AudioChannel.cpp.obj CMakeFiles/openrct2.dir/src/openrct2-ui/audio/AudioContext.cpp.obj CMakeFiles/openrct2.dir/src/openrct2-ui/audio/AudioMixer.cpp.obj CMakeFiles/openrct2.dir/src/openrct2-ui/audio/FileAudioSource.cpp.obj CMakeFiles/openrct2.dir/src/openrct2-ui/audio/MemoryAudioSource.cpp.obj CMakeFiles/openrct2.dir/src/openrct2-ui/drawing/engines/HardwareDisplayDrawingEngine.cpp.obj CMakeFiles/openrct2.dir/src/openrct2-ui/drawing/engines/SoftwareDrawingEngine.cpp.obj CMakeFiles/openrct2.dir/src/openrct2-ui/drawing/engines/opengl/CopyFramebufferShader.cpp.obj CMakeFiles/openrct2.dir/src/openrct2-ui/drawing/engines/opengl/DrawImageShader.cpp.obj CMakeFiles/openrct2.dir/src/openrct2-ui/drawing/engines/opengl/DrawLineShader.cpp.obj CMakeFiles/openrct2.dir/src/openrct2-ui/drawing/engines/opengl/FillRectShader.cpp.obj CMakeFiles/openrct2.dir/src/openrct2-ui/drawing/engines/opengl/OpenGLAPI.cpp.obj CMakeFiles/openrct2.dir/src/openrct2-ui/drawing/engines/opengl/OpenGLDrawingEngine.cpp.obj CMakeFiles/openrct2.dir/src/openrct2-ui/drawing/engines/opengl/OpenGLFramebuffer.cpp.obj CMakeFiles/openrct2.dir/src/openrct2-ui/drawing/engines/opengl/OpenGLShaderProgram.cpp.obj CMakeFiles/openrct2.dir/src/openrct2-ui/drawing/engines/opengl/SwapFramebuffer.cpp.obj CMakeFiles/openrct2.dir/src/openrct2-ui/drawing/engines/opengl/TextureCache.cpp.obj CMakeFiles/openrct2.dir/src/openrct2-ui/input/KeyboardShortcuts.cpp.obj CMakeFiles/openrct2.dir/src/openrct2-ui/windows/About.cpp.obj CMakeFiles/openrct2.dir/src/openrct2-ui/windows/Changelog.cpp.obj CMakeFiles/openrct2.dir/src/openrct2-ui/windows/Cheats.cpp.obj CMakeFiles/openrct2.dir/src/openrct2-ui/windows/ClearScenery.cpp.obj CMakeFiles/openrct2.dir/src/openrct2-ui/windows/CustomCurrency.cpp.obj CMakeFiles/openrct2.dir/src/openrct2-ui/windows/DebugPaint.cpp.obj CMakeFiles/openrct2.dir/src/openrct2-ui/windows/EditorInventionsList.cpp.obj CMakeFiles/openrct2.dir/src/openrct2-ui/windows/EditorObjectiveOptions.cpp.obj CMakeFiles/openrct2.dir/src/openrct2-ui/windows/EditorScenarioOptions.cpp.obj CMakeFiles/openrct2.dir/src/openrct2-ui/windows/Footpath.cpp.obj CMakeFiles/openrct2.dir/src/openrct2-ui/windows/Land.cpp.obj CMakeFiles/openrct2.dir/src/openrct2-ui/windows/LandRights.cpp.obj CMakeFiles/openrct2.dir/src/openrct2-ui/windows/Main.cpp.obj CMakeFiles/openrct2.dir/src/openrct2-ui/windows/MapGen.cpp.obj CMakeFiles/openrct2.dir/src/openrct2-ui/windows/Multiplayer.cpp.obj CMakeFiles/openrct2.dir/src/openrct2-ui/windows/MusicCredits.cpp.obj CMakeFiles/openrct2.dir/src/openrct2-ui/windows/News.cpp.obj CMakeFiles/openrct2.dir/src/openrct2-ui/windows/NewsOptions.cpp.obj CMakeFiles/openrct2.dir/src/openrct2-ui/windows/Options.cpp.obj CMakeFiles/openrct2.dir/src/openrct2-ui/windows/SavePrompt.cpp.obj CMakeFiles/openrct2.dir/src/openrct2-ui/windows/ServerList.cpp.obj CMakeFiles/openrct2.dir/src/openrct2-ui/windows/ServerStart.cpp.obj CMakeFiles/openrct2.dir/src/openrct2-ui/windows/ShortcutKeyChange.cpp.obj CMakeFiles/openrct2.dir/src/openrct2-ui/windows/ShortcutKeys.cpp.obj CMakeFiles/openrct2.dir/src/openrct2-ui/windows/StaffList.cpp.obj CMakeFiles/openrct2.dir/src/openrct2-ui/windows/Themes.cpp.obj CMakeFiles/openrct2.dir/src/openrct2-ui/windows/TitleExit.cpp.obj CMakeFiles/openrct2.dir/src/openrct2-ui/windows/TitleLogo.cpp.obj CMakeFiles/openrct2.dir/src/openrct2-ui/windows/TitleMenu.cpp.obj CMakeFiles/openrct2.dir/src/openrct2-ui/windows/TitleOptions.cpp.obj CMakeFiles/openrct2.dir/src/openrct2-ui/windows/ViewClipping.cpp.obj CMakeFiles/openrct2.dir/src/openrct2-ui/windows/Viewport.cpp.obj CMakeFiles/openrct2.dir/src/openrct2-ui/windows/Water.cpp.obj -o openrct2 libopenrct2.a -lSDL2 -lspeexdsp -lvita2d -lstdc++ -lc -lz -lm -ldebugnet -lzip -lSceAudio_stub -lSceAudiodec_stub -lSceCommonDialog_stub -lSceCtrl_stub -lSceDisplay_stub -lSceGxm_stub -lSceIme_stub -lSceSysmodule_stub -lSceTouch_stub -lSceNetCtl_stub -lSceHid_stub -ljansson -lpng16 -lbz2 -lz -lm -lzip
make[2]: Leaving directory '/home/rop/psv/OpenRCT2/cmake-build-debug'
[ 98%] Built target openrct2
make -f CMakeFiles/openrct2.self.dir/build.make CMakeFiles/openrct2.self.dir/depend
make[2]: Entering directory '/home/rop/psv/OpenRCT2/cmake-build-debug'
cd /home/rop/psv/OpenRCT2/cmake-build-debug && /opt/clion/bin/cmake/bin/cmake -E cmake_depends "Unix Makefiles" /home/rop/psv/OpenRCT2 /home/rop/psv/OpenRCT2 /home/rop/psv/OpenRCT2/cmake-build-debug /home/rop/psv/OpenRCT2/cmake-build-debug /home/rop/psv/OpenRCT2/cmake-build-debug/CMakeFiles/openrct2.self.dir/DependInfo.cmake --color=
make[2]: Leaving directory '/home/rop/psv/OpenRCT2/cmake-build-debug'
make -f CMakeFiles/openrct2.self.dir/build.make CMakeFiles/openrct2.self.dir/build
make[2]: Entering directory '/home/rop/psv/OpenRCT2/cmake-build-debug'
[ 98%] Converting to Sony ELF openrct2.velf
/usr/local/vitasdk/bin/vita-elf-create openrct2 openrct2.velf
[ 99%] Creating SELF openrct2.self
/usr/local/vitasdk/bin/vita-make-fself -c -s openrct2.velf openrct2.self
make[2]: Leaving directory '/home/rop/psv/OpenRCT2/cmake-build-debug'
[ 99%] Built target openrct2.self
make -f CMakeFiles/openrct2.vpk.dir/build.make CMakeFiles/openrct2.vpk.dir/depend
make[2]: Entering directory '/home/rop/psv/OpenRCT2/cmake-build-debug'
cd /home/rop/psv/OpenRCT2/cmake-build-debug && /opt/clion/bin/cmake/bin/cmake -E cmake_depends "Unix Makefiles" /home/rop/psv/OpenRCT2 /home/rop/psv/OpenRCT2 /home/rop/psv/OpenRCT2/cmake-build-debug /home/rop/psv/OpenRCT2/cmake-build-debug /home/rop/psv/OpenRCT2/cmake-build-debug/CMakeFiles/openrct2.vpk.dir/DependInfo.cmake --color=
make[2]: Leaving directory '/home/rop/psv/OpenRCT2/cmake-build-debug'
make -f CMakeFiles/openrct2.vpk.dir/build.make CMakeFiles/openrct2.vpk.dir/build
make[2]: Entering directory '/home/rop/psv/OpenRCT2/cmake-build-debug'
[ 99%] Building vpk openrct2.vpk
/usr/local/vitasdk/bin/vita-pack-vpk -s openrct2.vpk_param.sfo -b openrct2.self openrct2.vpk
make[2]: Leaving directory '/home/rop/psv/OpenRCT2/cmake-build-debug'
[100%] Built target openrct2.vpk
make[1]: Leaving directory '/home/rop/psv/OpenRCT2/cmake-build-debug'
/opt/clion/bin/cmake/bin/cmake -E cmake_progress_start /home/rop/psv/OpenRCT2/cmake-build-debug/CMakeFiles 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment