I need help again compiling directly under AmigaOs4.1. I downloaded the latest source code from
http://www.bigorno.net/xrick/download.html and wanted to compile the game xrick.
The readme says that a simple "./config; make" should be enough. Well so I changed to the abc-shell, executed the command and then I got this error message:
New shell process 8
8.workbench:> sh
/Workbench> cd "RAM Disk:xrick-021212/"
/RAM Disk/xrick-021212> ./config; make
sh: ./config: not found
Makefile:29: Detected SDL version 1.2.16
/SDK/C/gmake -C src all
gmake[1]: Entering directory `/RAM Disk/xrick-021212/src'.
gcc -g -ansi -pedantic -Wall -W -O2 -I /RAM Disk/xrick-021212/include -I/usr/local/amiga/include/SDL -D_GNU_SOURCE=1 -c unzip.c -o unzip.o
T:gmake.sh.316.JXWXBI[1]: gcc: not found
sh failed, return value 127
gmake[1]: *** [unzip.o] Error 127
gmake[1]: Leaving directory `/RAM Disk/xrick-021212/src'
gmake: *** [all] Error 2
/RAM Disk/xrick-021212>
The os4depot version doesn't work and has strange distortions in the game, so I wanted to compile it myself, but apparently I'm too stupid for that
Maybe it's also because you should set up a basic developer system with all dependencies needed to compile simple source code at all. The latest version of SDK is installed.
I am a total beginner in compiling under AmigaOs4.1, but I would try it anyway.