make -f GNUmakefile DEPLOYMENT_RELEASE_CONFIGURATION=yes debug=no
This is gnustep-make 2.6.7. Type 'gmake print-gnustep-make-help' for help.
make[1]: Entering directory `/usr/src/build/kaffee/oolite/oolite-source-1.82'
/usr/share/GNUstep/Makefiles/objc.make:30: objc.make is deprecated. Please use tool.make instead
/usr/share/GNUstep/Makefiles/objc.make:30: objc.make is deprecated. Please use tool.make instead
Making all for objc_program oolite...
/usr/share/GNUstep/Makefiles/objc.make:30: objc.make is deprecated. Please use tool.make instead
/usr/share/GNUstep/Makefiles/objc.make:30: objc.make is deprecated. Please use tool.make instead
Compiling file src/Core/OOPlanetData.c ...
In file included from src/Core/OOPlanetData.h:10:0,
from src/Core/OOPlanetData.c:10:
src/Core/OOOpenGLOnly.h:70:2: error: #error OOOpenGL.h: unknown target!
#error OOOpenGL.h: unknown target!
^
Thanks for your help!
Franzen
Last edited by Getafix on Thu Mar 24, 2016 6:29 pm, edited 1 time in total.
Reason:Marked as "Solved"
It looks like the build is failing because the GNUSTEP macro is not defined, which suggests that gnustep-base might be missing. Have you installed it?
That's it! I builded/installed gnstep-base, now also oolite compiles, big thanks!
According to http://wiki.alioth.net/index.php/Runnin ... rom_source i thought gnustep-startup or gnustep-make would be sufficient.
Now i'll practice flying