Clearing Render96ex-tester_rt64alpha folder... git reset --hard --quiet Clearing us_pc folder... git clean -f -d -x --quiet -e build/us_pc/addons -e build/us_pc/dynos/packs -e build/us_pc/mods -e build/us_pc/res/*.zip -e build/us_pc/*.sav -e build/us_pc/*.bin -e build/jp_pc -e build/eu_pc -e build/sh_pc Checking for available Render96ex-tester_rt64alpha updates... git fetch Render96ex-tester_rt64alpha is up to date. Updating US assets... ln -s ../../repos/Render96ex-tester_rt64alpha/include ../../repos/Render96ex-tester_rt64alpha/tools . ../../repos/Render96ex-tester_rt64alpha/extract_assets.py us Copying ROM assets into Render96ex-tester_rt64alpha... Downloading Odyssey Mario's Moveset v7.1.0 Rev 5... curl --fail https://sm64pc.info/downloads/patches/omm.7.1.0.rev.5.patch --output ../../mods/patches/omm.7.1.0.rev.5.patch % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 44.8M 0 367k 0 0 252k 0 0:03:01 0:00:01 0:03:00 252k 12 44.8M 12 5871k 0 0 2354k 0 0:00:19 0:00:02 0:00:17 2355k 41 44.8M 41 18.5M 0 0 5481k 0 0:00:08 0:00:03 0:00:05 5482k 59 44.8M 59 26.6M 0 0 5600k 0 0:00:08 0:00:04 0:00:04 5601k 77 44.8M 77 34.7M 0 0 6040k 0 0:00:07 0:00:05 0:00:02 6652k 86 44.8M 86 38.9M 0 0 6179k 0 0:00:07 0:00:06 0:00:01 7907k 91 44.8M 91 40.8M 0 0 5597k 0 0:00:08 0:00:07 0:00:01 7218k 94 44.8M 94 42.4M 0 0 5138k 0 0:00:08 0:00:08 --:--:-- 4900k 96 44.8M 96 43.4M 0 0 4678k 0 0:00:09 0:00:09 --:--:-- 3708k 98 44.8M 98 44.0M 0 0 4316k 0 0:00:10 0:00:10 --:--:-- 2095k 99 44.8M 99 44.7M 0 0 3993k 0 0:00:11 0:00:11 --:--:-- 1195k 100 44.8M 100 44.8M 0 0 3986k 0 0:00:11 0:00:11 --:--:-- 995k Applying Odyssey Mario's Moveset v7.1.0 Rev 5... git apply ../../mods/patches/omm.7.1.0.rev.5.patch --whitespace=nowarn python texture_converter.py Converting repo textures this may take a long time Building from Render96ex-tester_rt64alpha repo... make -j8 NOEXTRACT=1 OMM_MARIO_COLORS=0 make[1]: Entering directory '/d/repos/Render96ex-tester_rt64alpha/tools' cc -I../include -I. -Wall -Wextra -Wno-unused-parameter -pedantic -std=c99 -O2 -s -DN64GRAPHICS_STANDALONE n64graphics.c utils.c -o n64graphics -lm cc -I../include -I. -Wall -Wextra -Wno-unused-parameter -pedantic -std=c99 -O2 -s aifc_decode.c -o aifc_decode -lm cc -I../include -I. -Wall -Wextra -Wno-unused-parameter -pedantic -std=c99 -O2 -s aiff_extract_codebook.c -o aiff_extract_codebook -lm cc -I../include -I. -Wall -Wextra -Wno-unused-parameter -pedantic -std=c99 -O2 -s -DMIO0_STANDALONE libmio0.c -o mio0 -lm cc -I../include -I. -Wall -Wextra -Wno-unused-parameter -pedantic -std=c99 -O2 -s -Wno-unused-result -Wno-uninitialized -Wno-sign-compare -Wno-absolute-value sdk-tools/adpcm/vadpcm_enc.c sdk-tools/adpcm/vpredictor.c sdk-tools/adpcm/quant.c sdk-tools/adpcm/util.c sdk-tools/adpcm/vencode.c -o vadpcm_enc -lm make[2]: Entering directory '/d/repos/Render96ex-tester_rt64alpha/tools/audiofile' g++ -std=c++11 -DNDEBUG -fno-rtti -fno-exceptions -fvisibility-inlines-hidden -O2 -I. -c audiofile.cpp cc -I../include -I. -Wall -Wextra -Wno-unused-parameter -pedantic -std=c99 -O2 -s -Iaudiofile -Wno-uninitialized sdk-tools/tabledesign/codebook.c sdk-tools/tabledesign/estimate.c sdk-tools/tabledesign/print.c sdk-tools/tabledesign/tabledesign.c -o tabledesign -lm -Laudiofile -laudiofile -lstdc++ -lm cc -I../include -I. -Wall -Wextra -Wno-unused-parameter -pedantic -std=c99 -O2 -s skyconv.c n64graphics.c utils.c -o skyconv -lm audiofile.cpp:3564:47: warning: 'template struct std::unary_function' is deprecated [-Wdeprec cated-declarations] 3564 | struct signedToUnsigned : public std::unary_function | ^~~~~~~~~~~~~~ In file included from C:/msys64/mingw64/include/c++/12.2.0/string:48, from audiofile.cpp:1735: C:/msys64/mingw64/include/c++/12.2.0/bits/stl_function.h:117:12: note: declared here 117 | struct unary_function |^~~~~~~~~~~~~~ audiofile.cpp:3569:47: warning: 'template struct std::unary_function' is deprecated [-Wdeprec cated-declarations] 3569 | struct unsignedToSigned : public std::unary_function | ^~~~~~~~~~~~~~ C:/msys64/mingw64/include/c++/12.2.0/bits/stl_function.h:117:12: note: declared here 117 | struct unary_function |^~~~~~~~~~~~~~ audiofile.cpp:3762:33:warning: 'template struct std::unary_function' is deprecated [-Wdeprec cated-declarations] 3762 | struct intToFloat : public std::unary_function | ^~~~~~~~~~~~~~ C:/msys64/mingw64/include/c++/12.2.0/bits/stl_function.h:117:12: note: declared here 117 | struct unary_function |^~~~~~~~~~~~~~ audiofile.cpp:3828:29: warning: 'template struct std::unary_function' is deprecated [-Wdeprec cated-declarations] 3828 | struct lshift : public std::unary_function | ^~~~~~~~~~~~~~ C:/msys64/mingw64/include/c++/12.2.0/bits/stl_function.h:117:12: note: declared here 117 | struct unary_function |^~~~~~~~~~~~~~ audiofile.cpp:3834:29: warning: 'template struct std::unary_function' is deprecated [-Wdeprec cated-declarations] 3834 | struct rshift : public std::unary_function | ^~~~~~~~~~~~~~ C:/msys64/mingw64/include/c++/12.2.0/bits/stl_function.h:117:12: note: declared here 117 | struct unary_function |^~~~~~~~~~~~~~ audiofile.cpp:3930:35: warning: 'template struct std::unary_function' is deprecated [-Wdeprec cated-declarations] 3930 | struct floatToFloat : public std::unary_function | ^~~~~~~~~~~~~~ C:/msys64/mingw64/include/c++/12.2.0/bits/stl_function.h:117:12: note: declared here 117 | struct unary_function |^~~~~~~~~~~~~~ C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/12.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: cannot find -laudi iofile: No such file or directory collect2.exe: error: ld returned 1 exit status skyconv.c: In function 'write_tiles': skyconv.c:230:13: warning: 'skyboxName' may be used uninitialized [-Wmaybe-uninitialized] 230 | strcat(buffer, skyboxName); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ : note: by argument 2 of type 'const char *' to '__builtin_strcpy' declared here skyconv.c:219:10: note: 'skyboxName' declared here 219 | char skyboxName[PATH_MAX]; |^~~~~~~~~~ make[1]: *** [Makefile:47: tabledesign] Error 1 make[1]: *** Waiting for unfinished jobs.... ar rcs libaudiofile.a audiofile.o make[2]: Leaving directory '/d/repos/Render96ex-tester_rt64alpha/tools/audiofile' make[1]: Leaving directory '/d/repos/Render96ex-tester_rt64alpha/tools' Makefile:214: *** Failed to build tools. Stop. 3 minutes, 48 seconds 3 minutes, 36 seconds without downloads