So, I attempted to work on my game on another computer. I pulled the reop, installed agbcc, typed make, and... this happened.
g++ -Wall -std=c++11 -O2 json11.cpp mapjson.cpp -o mapjson
cc -Wall -Wextra -Wno-switch -Werror -std=c11 -O2 main.c extended.c -o aif2pcm -lm
g++ -Wall -std=c++11 -O2...