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

2009-09-27 Thread Conrad Taylor
Hi, I just did an svn update of the source and build problems do exist on Snow Leopard. Did LLVM change ? Is there any way to add this dependency to the overall build because I only had LLVM issues prior to my initial install of it? Now, if LLVM revision starts changing without our knowledge,

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

2009-09-27 Thread Laurent Sansonetti
Hi Conrad Yes the llvm revision changed. I generaly advertise it on the list but I forgot this time. Sorry. Check the README file for more info. Laurent Sent from my iPhone On Sep 27, 2009, at 2:55 PM, Conrad Taylor conra...@gmail.com wrote: Hi, I just did an svn update of the source and

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

2009-09-27 Thread Conrad Taylor
Hi Laurent, after rebuilding LLVM and MacRuby on Snow Leopard, I'm seeing the following when I run 'macrake spec:ci': $ macrake spec:ci (in /Users/conradwt/macruby.dir/projects/macruby-trunk) unknown: warning: already initialized constant MACRUBY_VERSION ./mspec/bin/mspec ci -B

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

2009-09-27 Thread Conrad Taylor
Laurent, thanks for the update. I just wanted to make sure that I'm in sync with the current revision. -Conrad On Sun, Sep 27, 2009 at 4:43 PM, Laurent Sansonetti lsansone...@apple.comwrote: Hi Conrad, This is well known, Matt worked on the specs yesterday night, untagging specs that now

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

2009-09-27 Thread Matt Aimonetti
For some reasons, untagging some passing specs, broke other specs :p I'll be investigating and untagging more specs. Expect to see some failures for a few days. Also, $ rake spec:ci:stats will give you more details about the specs including the % passed per section. - Matt On Sun, Sep 27, 2009

[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

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)

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 list

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

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