[Solved] Help to build oolite 1.82 on slackware 14.1
Posted: Sun Jan 10, 2016 2:29 pm
Hi,
i'm trying to build oolite on slackware 14.1, and fail.
gnustep-make is installed, i tried building oolite with these commands:
Following error occourcs:
Thanks for your help!
Franzen
i'm trying to build oolite on slackware 14.1, and fail.
gnustep-make is installed, i tried building oolite with these commands:
Code: Select all
source /usr/share/GNUstep/Makefiles/GNUstep.sh
export GNUSTEP_MAKEFILES=/usr/share/GNUstep/Makefiles
sed -i "/ADDITIONAL_OBJCFLAGS/s/=/= -fobjc-exceptions/" GNUmakefile
make -f libjs.make debug=no
make -f Makefile ESPEAK=yes release-deployment
Code: Select all
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!
^
Franzen