Used the guide at http://wiki.alioth.net/index.php/Runnin ... rom_source to get setup as I wanted to try my hand at modications to the source.
Step 2.8 fails:
$ make
Making all for app oolite...
Compiling file src/Core/vector.c ...
/bin/sh: sdl-config: command not found
In file included from src/Core/vector.h:43,
from src/Core/vector.c:45:
src/Core/OOOpenGL.h:12:24: SDL_opengl.h: No such file or directory
In file included from src/Core/vector.c:45:
src/Core/vector.h:64: error: syntax error before "GLfloat"
src/Core/vector.h:64: warning: no semicolon at end of struct or union
Upon suggestion, I attempted to install an SDL package SDL-devel-1.2.9-mingw32.tar.gz but no matter where I put the files withing gnustep local dir or oolite source directories, it makes no difference.
Any idea what step is missing before the compiler will work?
Building Oolite
Moderators: winston, another_commander