08-Sep-2015, 10:07 PM
Alright, I tried compiling it myself, but I get this error:
[Click to Show Content]
Code:
cyrus@fractalbot:~$ cd ~/Downloads/Software/CHIPS/tworld
cyrus@fractalbot:~/Downloads/Software/CHIPS/tworld$ ./configure --with-sharedir=~/.tworld
using sdl for OS/hardware layer ...
checking for sdl-config... no
configure: creating ./config.status
config.status: creating Makefile
config.status: creating oshw/Makefile
cyrus@fractalbot:~/Downloads/Software/CHIPS/tworld$ make
make: sdl-config: Command not found
gcc -Wall -Wextra -O2 -fomit-frame-pointer -DNDEBUG '-DROOTDIR="~/.tworld"' -c -o tworld.o tworld.c
gcc -Wall -Wextra -O2 -fomit-frame-pointer -DNDEBUG '-DROOTDIR="~/.tworld"' -c -o series.o series.c
gcc -Wall -Wextra -O2 -fomit-frame-pointer -DNDEBUG '-DROOTDIR="~/.tworld"' -c -o play.o play.c
gcc -Wall -Wextra -O2 -fomit-frame-pointer -DNDEBUG '-DROOTDIR="~/.tworld"' -c -o encoding.o encoding.c
gcc -Wall -Wextra -O2 -fomit-frame-pointer -DNDEBUG '-DROOTDIR="~/.tworld"' -c -o solution.o solution.c
gcc -Wall -Wextra -O2 -fomit-frame-pointer -DNDEBUG '-DROOTDIR="~/.tworld"' -c -o res.o res.c
gcc -Wall -Wextra -O2 -fomit-frame-pointer -DNDEBUG '-DROOTDIR="~/.tworld"' -c -o lxlogic.o lxlogic.c
gcc -Wall -Wextra -O2 -fomit-frame-pointer -DNDEBUG '-DROOTDIR="~/.tworld"' -c -o mslogic.o mslogic.c
gcc -Wall -Wextra -O2 -fomit-frame-pointer -DNDEBUG '-DROOTDIR="~/.tworld"' -c -o unslist.o unslist.c
echo \#define COMPILE_TIME \"`date '+%Y %b %e %T %Z'`\" > comptime.h
gcc -Wall -Wextra -O2 -fomit-frame-pointer -DNDEBUG '-DROOTDIR="~/.tworld"' -c -o help.o help.c
gcc -Wall -Wextra -O2 -fomit-frame-pointer -DNDEBUG '-DROOTDIR="~/.tworld"' -c -o score.o score.c
gcc -Wall -Wextra -O2 -fomit-frame-pointer -DNDEBUG '-DROOTDIR="~/.tworld"' -c -o random.o random.c
gcc -Wall -Wextra -O2 -fomit-frame-pointer -DNDEBUG '-DROOTDIR="~/.tworld"' -c -o cmdline.o cmdline.c
gcc -Wall -Wextra -O2 -fomit-frame-pointer -DNDEBUG '-DROOTDIR="~/.tworld"' -c -o fileio.o fileio.c
gcc -Wall -Wextra -O2 -fomit-frame-pointer -DNDEBUG '-DROOTDIR="~/.tworld"' -c -o err.o err.c
(cd oshw && make)
make[1]: Entering directory '/home/cyrus/Downloads/Software/CHIPS/tworld/oshw-sdl'
make[1]: sdl-config: Command not found
gcc -Wall -Wextra -O2 -fomit-frame-pointer -DNDEBUG -c -o sdloshw.o sdloshw.c
sdloshw.c:10:17: fatal error: SDL.h: No such file or directory
#include "SDL.h"
^
compilation terminated.
<builtin>: recipe for target 'sdloshw.o' failed
make[1]: *** [sdloshw.o] Error 1
make[1]: Leaving directory '/home/cyrus/Downloads/Software/CHIPS/tworld/oshw-sdl'
Makefile:78: recipe for target 'liboshw.a' failed
make: *** [liboshw.a] Error 2
I eat chips! *crunch crunch crunch*