Ruby Forum Ruby-core > !.9.0 Trunk Complile Failure

Posted by C.E. Thornton (Guest)
on 11.08.2008 01:51
(Received via mailing list)
Core,

 Has anyone compiled the trunk lately??

I downloaded with:

" svn co http://svn.ruby-lang.org/repos/ruby/trunk
/home/thornton/ruby_dev_1.9.0 "

I am now using autoconf 2.62 and M4 1.4.11
and the latest trunk as of 8-10-08 and I get:

ydra(ruby_dev_1.9.0}$autoconf
configure.in:735: warning: AC_CACHE_VAL(rb_broken_glibc_ia64_erfc, ...):
suspicious cache-id, must contain _cv_ to be cached
../../lib/autoconf/general.m4:1973: AC_CACHE_VAL is expanded from...
../../lib/autoconf/general.m4:1993: AC_CACHE_CHECK is expanded from...
configure.in:735: the top level
hydra(ruby_dev_1.9.0}$./configure
    ::        ::        ::          ::           ::
creating config.h
configure: creating ./config.status
config.status: creating Makefile
hydra(ruby_dev_1.9.0}$make
rm -f ruby
ruby -Ks ./tool/insns2vm.rb --srcdir="." opt_sc.inc
./tool/insns2vm.rb:3:in `require': no such file to load -- optparse
(LoadError)
        from ./tool/insns2vm.rb:3
make: *** [opt_sc.inc] Error 1

Help??

Chuck T.