Re: [MacRuby-devel] '/usr/local/bin/' permission error using MacRuby Nightlies

2009-09-26 Thread Matt Aimonetti
I updated the pkg installer, I don't think it was a problem with the installer itself but maybe more a conflict with the directory permissions, I hopefully added something that will fix that. Let's give it a try with the next nightly build if you don't mind. - Matt On Fri, Sep 25, 2009 at 2:00 PM

[MacRuby-devel] [MacRuby] #351: problem with macruby build (rake)

2009-09-26 Thread MacRuby
#351: problem with macruby build (rake) ---+ Reporter: sergei.homja...@… | Owner: lsansone...@… Type: defect | Status: new Priority: trivial

[MacRuby-devel] problem with build macruby 0.5

2009-09-26 Thread sergei homjakov
Hello! I have problem with build macruby 0.5 (command rake) $ rake /opt/local/bin/ruby tool/compile_prelude.rb prelude.rb miniprelude.c.new rm miniprelude.c.new /usr/bin/gcc -I. -I./include - I./onig -I/usr/include/libxml2 -arch i386 -arch x86_64 -fno-common - pipe -O3 -g -Wall -fexceptions

Re: [MacRuby-devel] problem with build macruby 0.5

2009-09-26 Thread Linan Wang
Hi, MacRuby 0.5 is currently for Snow Leopard only, and it depends upon specific version of llvm. I'd suggest you to download the daily built from http://macruby.icoretech.org/. On 26 Sep 2009, at 23:36, sergei homjakov wrote: Hello! I have problem with build macruby 0.5 (command rake) $

[MacRuby-devel] require 'net/http' in macirb fails

2009-09-26 Thread sergei homjakov
Hi! I have install macruby 0.4 $ macirb irb(main):001:0> require 'net/http' LoadError: no such file to load -- socket.rb.bundle from /Library/Frameworks/MacRuby.framework/Versions/0.4/usr/lib/ruby/ 1.9.1/net/protocol.rb:21:in `require' from /Library/Frameworks/MacRuby.framework/Versions/0.4/u

Re: [MacRuby-devel] problem with build macruby 0.5

2009-09-26 Thread Vincent Isambart
Hi, > MacRuby 0.5 is currently for Snow Leopard only No it's not. It works fine on Leopard. > I'd suggest you to download the daily built from > http://macruby.icoretech.org/. I think this build is Snow Leopard only though. ___ MacRuby-devel mailing lis

Re: [MacRuby-devel] problem with build macruby 0.5

2009-09-26 Thread Matt Aimonetti
Yes, Vincent is right, MacRuby should work fine on Snow Leopard and Leopard (at least when we don't break it, but Vincent is watching for that not to happen). However the nightly build is SL only and it shouldn't even try to install on Leopard. - Matt On Sat, Sep 26, 2009 at 5:14 PM, Vincent Isam

Re: [MacRuby-devel] problem with build macruby 0.5

2009-09-26 Thread Claudio Poli
I'm going to add a big note on nightlies website. kain Il giorno 27/set/2009, alle ore 02.17, Matt Aimonetti ha scritto: Yes, Vincent is right, MacRuby should work fine on Snow Leopard and Leopard (at least when we don't break it, but Vincent is watching for that not to happen). However t

Re: [MacRuby-devel] require 'net/http' in macirb fails

2009-09-26 Thread Matt Aimonetti
On 0.5/trunk it works fine (doesn't mean that net/http fully work yet tho) $ macruby -e "p require 'net/http'" true - Matt On Sat, Sep 26, 2009 at 5:04 PM, sergei homjakov wrote: > Hi! > I have install macruby 0.4 > > $ macirb > irb(main):001:0> require 'net/http' > LoadError: no such file to lo

Re: [MacRuby-devel] problem with build macruby 0.5

2009-09-26 Thread Laurent Sansonetti
Hi Sergei, It looks like trunk has build issues on both Leopard and SnowLeopard. This is related to the Ruby compiler (rubyc). Vincent (who runs Leopard) told me yesterday about that and it looks like you're hitting the same problem. Also, a few persons (including Claudio who runs the nig

Re: [MacRuby-devel] [MacRuby] #351: problem with macruby build (rake)

2009-09-26 Thread MacRuby
#351: problem with macruby build (rake) ---+ Reporter: sergei.homja...@… | Owner: lsansone...@… Type: defect | Status: new Priority: trivial

Re: [MacRuby-devel] [MacRuby] #351: problem with macruby build (rake)

2009-09-26 Thread Michael Winterstein
On Sep 26, 2009, at 8:38 PM, MacRuby wrote: #351: problem with macruby build (rake) --- + Reporter: sergei.homja...@… | Owner: lsansone...@… Type: defect | Status: new Prior

Re: [MacRuby-devel] [MacRuby] #351: problem with macruby build (rake)

2009-09-26 Thread Laurent Sansonetti
Hi Michael, Looks like you have an old version of LLVM installed. We switched to a newer revision. Checkout the README.rdoc file for more details. Sorry I forgot to announce it here... Laurent On Sep 26, 2009, at 8:52 PM, Michael Winterstein wrote: On Sep 26, 2009, at 8:38 PM, MacRuby wro