I ran into a problem:
for my new github branch, after having clone'd it locally to start from there, I'm trying to compile.
It's crashing:
$ make -f Makefile debug
make -f libjs.make debug=yes
make[1]: entrant dans le répertoire « /home/day/workspace/oolite »
Configuring Javascript library...
mkdir -p deps/mozilla/js/src/build-debug
cd deps/mozilla/js/src/build-debug && ../configure --disable-shared-js --enable-threadsafe --with-system-nspr --disable-tests --enable-trace-jscalls --enable-debug --disable-optimize
/bin/sh: 1: ../configure: not found
So I think I need to get the dependencies like I did when cloning the main project Oolite master, and as said in
http://wiki.alioth.net/index.php/Runnin ... rom_source :
git submodule update --init
But it crashes too:
Sous-module 'Mac-specific' (
https://github.com/DaymareOn/oolite-mac-components) enregistré pour le chemin 'Mac-specific'
Sous-module 'Resources/Binary' (
https://github.com/DaymareOn/oolite-bin ... ources.git) enregistré pour le chemin 'Resources/Binary'
Sous-module 'deps/Cross-platform-deps' (
https://github.com/DaymareOn/oolite-sdl ... encies.git) enregistré pour le chemin 'deps/Cross-platform-deps'
Sous-module 'deps/Linux-deps' (
https://github.com/DaymareOn/oolite-lin ... encies.git) enregistré pour le chemin 'deps/Linux-deps'
Sous-module 'deps/Windows-deps' (
https://github.com/DaymareOn/oolite-win ... encies.git) enregistré pour le chemin 'deps/Windows-deps'
Sous-module 'deps/libogg' (
https://github.com/DaymareOn/libogg-1.3.0.git) enregistré pour le chemin 'deps/libogg'
Sous-module 'deps/libvorbis' (
https://github.com/DaymareOn/libvorbis-1.3.3.git) enregistré pour le chemin 'deps/libvorbis'
Sous-module 'deps/mozilla' (
https://github.com/DaymareOn/spidermonkey-ff4.git) enregistré pour le chemin 'deps/mozilla'
Sous-module 'tests' (
https://github.com/DaymareOn/oolite-tests.git) enregistré pour le chemin 'tests'
Clonage dans 'Mac-specific'...
Username for '
https://github.com': DaymareOn
Password for '
https://[email protected]':
remote: Repository not found.
fatal: repository '
https://github.com/DaymareOn/oolite-mac-components/' not found
Le clonage de '
https://github.com/DaymareOn/oolite-mac-components' dans le chemin de sous-module 'Mac-specific' a échoué
The interesting part being: "fatal: repository '
https://github.com/DaymareOn/oolite-mac-components/' not found"
Would somebody have a solution or a hint so that I can use these dependencies without forking them too?
Notice: i'm a newbie to git and github.
Edit: no worries, I found how to do it:
http://git-scm.com/docs/git-submodule