View difference between Paste ID: GsJWbqFQ and pbxTVYiV
SHOW: | | - or go back to the newest paste.
1
jan@jan-945GM ~/Programs/Motion-Twin/haxe-ousado $ build-haxe-neko.sh 
2
@ using shell:  /bin/bash
3-
OCAML_TGZ="ocaml-3.12.1.tar.gz"
3+
 WARNING --  WARNING --  WARNING --  WARNING  --  WARNING --  WARNING --  WARNING -- 
4-
OCAML_URL="http://caml.inria.fr/pub/distrib/ocaml-3.12/$OCAML_TGZ"
4+
 WARNING --  WARNING --  use at your own risk --  WARNING --  WARNING --  WARNING -- 
5-
NEKO_REPO="http://nekovm.googlecode.com/svn/trunk/"
5+
 WARNING --  WARNING --  use at your own risk --  WARNING --  WARNING --  WARNING -- 
6-
HAXE_REPO="http://haxe.googlecode.com/svn/trunk/"
6+
building in /home/jan/Programs/Motion-Twin/haxe-ousado/motion-twin
7-
echo "@ using shell: " $SHELL 
7+
@ /home/jan/Programs/Motion-Twin/haxe-ousado/motion-twin
8-
echo " WARNING --  WARNING --  WARNING --  WARNING  --  WARNING --  WARNING --  WARNING -- "
8+
/usr/bin/svn
9-
echo " WARNING --  WARNING --  use at your own risk --  WARNING --  WARNING --  WARNING -- "
9+
/usr/bin/curl
10-
echo " WARNING --  WARNING --  use at your own risk --  WARNING --  WARNING --  WARNING -- "
10+
setting up paths
11
./build-haxe-neko.sh: line 86: cd: nekovm: No such file or directory
12-
#echo " please create a dedicated directory to run this script in "
12+
cp: cannot stat `Makefile': No such file or directory
13-
#echo " please enter the directory for a local haxe install (relative to $PWD)"
13+
@ make.clean.nekovm (logs in /home/jan/Programs/Motion-Twin/haxe-ousado/motion-twin/make.clean.nekovm.log)
14
sed: can't read src/tools/install.neko: No such file or directory
15-
#read BASEDIR || { echo "could not read directory name "; exit 1; }; 
15+
cp: cannot stat `src/tools/install.neko': No such file or directory
16
cp: cannot create regular file `src/tools/install.neko': No such file or directory
17-
#mkdir $BASEDIR || { echo "could not create directory '$BASEDIR', bye."; exit 1; }; 
17+
@ make.nekovm (logs in /home/jan/Programs/Motion-Twin/haxe-ousado/motion-twin/make.nekovm.log)
18
19-
echo "building in $PWD/motion-twin"
19+
real	0m0.003s
20-
BASEDIR=$PWD"/motion-twin"
20+
user	0m0.000s
21
sys	0m0.000s
22-
cd $BASEDIR
22+
@ make.install.nekovm (logs in /home/jan/Programs/Motion-Twin/haxe-ousado/motion-twin/make.install.nekovm.log)
23
24-
echo "@ $PWD"
24+
real	0m0.003s
25
user	0m0.000s
26-
for DIR in src bin lib include man ; do
26+
sys	0m0.000s
27-
    rm -rf $DIR ||
27+
@ 
28-
    { echo "could not remove directory $DIR"; exit 1; }; 
28+
@ ocaml and neko are done.. building haxe now
29-
done
29+
@ 
30
./build-haxe-neko.sh: line 118: cd: haxe: No such file or directory
31-
for DIR in src bin lib include man ; do 
31+
@ make.haxe (logs in /home/jan/Programs/Motion-Twin/haxe-ousado/motion-twin/make.haxe.log)
32-
    mkdir $DIR ||
32+
33-
        test -d $DIR || 
33+
real	0m0.003s
34-
        { echo "could not create directory $DIR"; exit 1; }; 
34+
user	0m0.000s
35-
done
35+
sys	0m0.000s
36-
for REQ in svn curl ; do 
36+
cp: cannot stat `haxe': No such file or directory
37-
    type -P $REQ ||
37+
@ /home/jan/Programs/Motion-Twin/haxe-ousado/motion-twin/env is a shell script that exports the necessary
38-
        { echo "$REQ not found. please install and run again."; exit 1; } ;
38+
@ environment vars to run this local haxe install.
39-
done
39+
@ if your shell supports it, you can simply source it: 'source /home/jan/Programs/Motion-Twin/haxe-ousado/motion-twin/env'
40
@ 
41-
LOG_PATH=$PWD
41+
@ all done
42-
PREFIX_PATH=$PWD
42+
@ 
43
jan@jan-945GM ~/Programs/Motion-Twin/haxe-ousado $