libjs.a: No such file or directory
Posted: Wed Dec 31, 2008 10:16 am
The trunk revision 1857 till now (1941) fails to build with the following error:
The actual path for me is Linux_All_DBG.OBJ and consequently it fails to build.
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.
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.