ts said:
The installation say (see
http://www.atdot.net/yarv/#i-4-2)
mkdir build
cd yarv
autoconf
cd ../build
../yarv/configure --prefix=[your install dir] --program-suffix=-yarv
i don't get that on the web site :
Build and Install
:yarv/: checkout directory :build/: build directory
You need base ruby command. If your ruby command name is not "ruby",
please set environment variable "BASENAME" as your ruby command.
$ 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 don't have even a yarv directory then i did :
$ mkdir build
$ mkdir yarv
$ cd yarv
$ autoconf
autoconf: no input file
$ which autoconf
/usr/bin/autoconf
something has changed ???
p.s. : it's my news server which has problem, or there is a problem on the
gateway ruby-talk ==> comp.lang.ruby ? it seems to work only
comp.lang.ruby ==> ruby-talk.
i'm not subscribed to ruby-talk sorry ;-)