Posted: Sun Nov 09, 2008 6:16 am
I've done this before - but I suspect something has changed with intrepid.
I'm investigating, but here is the last part of the make process...
The only niggle is that I ran make -f Makefile.ref in the wrong order. I did -
(I got confused about which directory I was in - embarrassing or what?!)
I got:
... off that last one.
No other conspicuous tells.
I'm investigating, but here is the last part of the make process...
Code: Select all
Linking objc_program oolite ...
rm -rf oolite.app
/usr/share/GNUstep/Makefiles/mkinstalldirs oolite.app
/usr/share/GNUstep/Makefiles/mkinstalldirs oolite.app/Resources
cp -r Resources oolite.app
cp -r Schemata oolite.app/Resources
cp src/Cocoa/Info-Oolite.plist oolite.app/Resources/Info-gnustep.plist
if test -d obj; then \
cp obj/ oolite.app; \
else \
if test -d shared_debug_obj; then \
cp shared_debug_obj/ oolite.app; \
else \
cp shared_obj/ oolite.app; \
fi; \
fi;
cp: omitting directory `obj/'
make: *** [after-all] Error 1
Code: Select all
simon@joker:~/Oolite-dev/trunk/deps/Cross-platform-deps/SpiderMonkey/js/src$ make -f Makefile.ref
simon@joker:~/Oolite-dev/trunk/deps/Cross-platform-deps/SpiderMonkey/js/src/fdlibm$ make -f Makefile.ref
simon@joker:~/Oolite-dev/trunk/deps/Cross-platform-deps/SpiderMonkey/js/src$ make -f Makefile.ref
I got:
Code: Select all
make[1]: Entering directory `/home/simon/Oolite-dev/trunk/deps/Cross-platform-deps/SpiderMonkey/js/src'
make[1]: Circular jscpucfg.h <- Linux_All_DBG.OBJ/jsautocfg.h dependency dropped.
make[1]: Circular Linux_All_DBG.OBJ/jsautocfg.h <- Linux_All_DBG.OBJ/jsautocfg.h dependency dropped.
make[1]: `Linux_All_DBG.OBJ/libjs.a' is up to date.
No other conspicuous tells.