Code: Select all
Linking objc_program oolite ...
gcc: deps/Cross-platform-deps/SpiderMonkey/js/src/Linux_All_OPT.OBJ/libjs.a: No such file or directory
make[1]: *** [obj/oolite] Error 1
make: *** [oolite.all.objc-program.variables] Error 2
I believe this is true for all users with gnustep-make version >= 2.0.0 where debug flag is by default true.
For the moment I have renamed my path
trunk/deps/Cross-platform-deps/SpiderMonkey/js/src/Linux_All_DBG.OBJ
to
trunk/deps/Cross-platform-deps/SpiderMonkey/js/src/Linux_All_OPT.OBJ
and it links successfully.
(EDIT 08/Jan/2009)
The file <Makefile> appeared in revision 1857 that has this path hard coded.
A first attempt to alter this, did not solve the issue.
If this is not to be changed, please inform me, in order to update the Ubuntu development environment setup instructions.