Project

General

Profile

Actions

Bug #2716

closed

make main is stopped by error in compile_prelude.rb

Added by mrkn (Kenta Murata) about 14 years ago. Updated almost 13 years ago.

Status:
Closed
Assignee:
-
Target version:
ruby -v:
ruby 1.9.2dev (2010-02-06 trunk 26591) [x86_64-darwin10.2.0]
Backport:
[ruby-dev:40334]

Description

=begin
以下のように ruby の trunk をビルドすると compile_prelude.rb で rbconfig を見つけられず止まってしまいます。

$ make main -C build-osx
./miniruby -I../lib -I.ext/common -I./- -r../ext/purelib.rb -I.. -I. -r./rbconfig ../tool/compile_prelude.rb ../prelude.rb ../enc/prelude.rb ../gem_prelude.rb prelude.c
../tool/compile_prelude.rb:41:in require': no such file to load -- rbconfig (LoadError) from ../tool/compile_prelude.rb:41:in block (3 levels) in '
from ../tool/compile_prelude.rb:38:in gsub!' from ../tool/compile_prelude.rb:38:in block (2 levels) in '
from ../tool/compile_prelude.rb:37:in each' from ../tool/compile_prelude.rb:37:in block in '
from ../tool/compile_prelude.rb:34:in map' from ../tool/compile_prelude.rb:34:in '
make: *** [prelude.c] Error 1
=end

Actions

Also available in: Atom PDF

Like0
Like0Like0Like0