[前][次][番号順一覧][スレッド一覧][生データ]

yarv-dev-en:120

From: cies <cies.breijs gmail.com>
Date: Sat, 3 Jun 2006 19:58:41 +0200
Subject: [yarv-dev-en:120] little website update(s)

ML: yarv-dev-en quickml.atdot.net
New Member: cies.breijs@g...

hi,

i tried to run:

$ cd yarv
$ autoconf
$ cd build
$ ../yarv/configure --prefix=[your install dir] --program-suffix=-yarv
$ make [BASERUBY=[your base ruby command]]
$ make test (show some errors around block parameter)
$ make test-all (show 20 or some erros)
$ make install


i didnt find the build directory, here a little update of the commands i used...

<pre>

# This will download the latest yarv from svn, and subsequently:
# compile it, test it, install it, and benchmark it.

cd /usr/local/src/  # or wherever you want to put it
svn co http://www.atdot.net/svn/yarv/trunk yarv
cd yarv/
autoconf            # you need the autotools for this
./configure --program-suffix=-yarv
make                # you need bison and a ruby named 'ruby' in your $PATH
make test           # still shows some errors
make test-all       # also still shows some errors
make install        # installs and generates the RI documentation
make benchmark      # runs a benchmark against the already installed ruby

</pre>

maybe in the require ments section of the website it can also say that
you need some sort of c compiler, the autotools, bison and make.


for me only the benchmarking doesn't work (SUSE 10.0), saying:

ruby -I. -I./lib ./benchmark/run_rite.rb   --yarv-program=./ruby-yarv
--ruby-program=ruby --opts=-I./lib
./rbconfig.rb:7: ruby lib version (2.0.0) doesn't match executable
version (1.8.2) (RuntimeError)
        from ./benchmark/run_rite.rb:6:in `require'
        from ./benchmark/run_rite.rb:6
make: *** [benchmark] Error 1


i dont know what to do about it.

good luck with rite!
cies breijs.


-- 
"Computer games don't affect kids; I mean if Pac-Man affected us as
kids, we'd all be running around in darkened rooms, munching magic
pills and listening to repetitive electronic music." -- Kristian
Wilson (Nintendo, Inc), 1989

-- 
ML: yarv-dev-en quickml.atdot.net
Info: http://www.atdot.net/~ko1/quickml

How to unsubscribe from the ML:
- Just send an empty message to <yarv-dev-en quickml.atdot.net>.
- Or, if you cannot send an empty message for some reason,
  please send a message just saying 'unsubscribe' to <yarv-dev-en quickml.atdot.net>.
  (e.g., hotmail's advertisement, signature, etc.)

Members of <yarv-dev-en quickml.atdot.net>:
ko1@a...
nohmad@g...
surrender_it@y...
tom@i...
wilsonb@g...
mfp@a...
curt.hibbs@g...
tsuraan@t...
kero@c...
why@w...
joaopedrosa@g...
grahamamacdonald@g...
adam.shelly@g...
gclryd-yarv-dev-en@m...
brixen@g...
jeffrey.dik@m...
rubyzbibd@u...
heidegger101@g...
klaus_momberger@y...
kashia@v...
chneukirchen@g...
aamine@l...
emiel@r...
kig@m...
pjpizza@r...
ksruby@g...
zn@m...
chris.a.williams@g...
eric@e...
gzoller@g...
ruby-forum-incoming@a...
diving@x...
steven@l...
emk.lists@g...
znmeb@c...
meinrad.recheis@g...
gerardo.santana@g...
carl.lerche@v...
drbrain@s...
james.britt@g...
joern-ml1@m...
sauer@b...
mark-ruby@a...
krisleech@i...
stephen.bannasch@g...
cies.breijs@g...

[前][次][番号順一覧][スレッド一覧][生データ]