13 May 09:57
Re: problems compiling 1.9 on MacOS 10.5.2
From: Nobuyoshi Nakada <nobu <at> ruby-lang.org>
Subject: Re: problems compiling 1.9 on MacOS 10.5.2
Newsgroups: gmane.comp.lang.ruby.core
Date: 2008-05-13 07:57:33 GMT
Subject: Re: problems compiling 1.9 on MacOS 10.5.2
Newsgroups: gmane.comp.lang.ruby.core
Date: 2008-05-13 07:57:33 GMT
Hi, At Tue, 13 May 2008 14:26:00 +0900, Stephen Bannasch wrote in [ruby-core:16754]: > ruby trunk r16372 > gcc -g -O2 -pipe -fno-common -I. -I.ext/include/i686-darwin9.2.2 > -I./include -I. -DRUBY_EXPORT -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -o > blockinlining.o -c blockinlining.c > rm -f ruby > ruby -Ks ./tool/insns2vm.rb --srcdir="." insns.inc > ruby: no such file to load -- purelib.rb (LoadError) > make: *** [insns.inc] Error 1 It's fixed at r16376. > However purelib.rb is in ext/ dir: It should be used only by miniruby and compiled ruby, not BASERUBY, to prevent load already installed libraries. -- -- Nobu Nakada
RSS Feed