During the build, I get gcc -g -O2 -fno-common -pipe -fno-common -I. -I.ext/include/i686- darwin9.1.0 -I./include -I. -DRUBY_EXPORT -o blockinlining.o -c blockinlining.c rm -f ruby ruby ./tool/insns2vm.rb --srcdir="." /Users/dave/OldWork/BS2/titles/RUBY3/ruby_src/ruby_1_9/tool/ instruction.rb:189:in `each_line': invalid mbstring sequence (ArgumentError) As well as the fact I get an error, there's also a potential issue that we seem to be relying on a system-wide Ruby to install Ruby. Dave
on 08.01.2008 00:16
on 08.01.2008 00:29
Hi,
In message "Re: Is there a dependency issue in the building HEAD?"
on Tue, 8 Jan 2008 08:16:07 +0900, Dave Thomas <dave@pragprog.com>
writes:
|During the build, I get
|instruction.rb:189:in `each_line': invalid mbstring sequence
|(ArgumentError)
We are working on it. Try "LANG= make" for the time being.
matz.