Re: [MacRuby-devel] Building MacRuby r2765 with llvm r82747 failed on core duo macbook, Leopard AND about regexp with non-ASCII characters

2009-10-12 Thread hiroshi saito
annotated the TODO file. I'm glad to hear that. I thank you as a Japanese. > However, applying regular expressions to non-ASCII strings should work. Yes, I know they do, and didn't in 0.4 :) == Hiroshi Saito [email protected] http://blog.yakitara.com/ http://github.com/hir

Re: [MacRuby-devel] Building MacRuby r2765 with llvm r82747 failed on core duo macbook, Leopard AND about regexp with non-ASCII characters

2009-10-12 Thread hiroshi saito
Laurent, thanks for fixing the bignum issue. OK I'll continue. After updating to r2782, my rubyc successfully compiled all of stdlib, and WOW!, all of build task completed! Thanks! One of my intention of building MacRuby 0.5 trunk by hand is checking status of regular expression against non-ASCII

Re: [MacRuby-devel] Building MacRuby r2765 with llvm r82747 failed on core duo macbook, Leopard

2009-10-11 Thread hiroshi saito
Hi Laurent, > Strange. Could you try the following in the same directory and paste us the > output? > > $ ./miniruby -I. -I./lib bin/rubyc --internal -C "rbconfig.rb" -o > "./rbconfig.rbo" -V MacRuby - Laurent にコマンド実行結果を送る Hi Laurent, $ ./miniruby -I. -I./lib bin/rubyc --internal -C "rbconfig

Re: [MacRuby-devel] Building MacRuby r2765 with llvm r82747 failed on core duo macbook, Leopard

2009-10-10 Thread hiroshi saito
Hi Laurent, Thanks for pointing out possibility about llvm-gcc somewhere in the PATH. That's right. I found llvm-gcc in /Developer/usr/bin. After removing /Developer/usr/bin from the PATH, I could successfully build llvm as an universal binary. However, as for MacRuby itself, libmacruby.dylib and

[MacRuby-devel] Building MacRuby r2765 with llvm r82747 failed on core duo macbook, Leopard

2009-10-09 Thread hiroshi saito
6: warning: ‘void llvm::PATypeHolder::dropRef()’ was used before it was declared inline /Users/hiroshi/Desktop/wc/MacRuby/llvm-trunk/include/llvm/AbstractTypeUser.h:183: warning: previous non-inline declaration here rake aborted! == Hiroshi