[MacRuby-devel] [MacRuby] #630: Confusing instructions for building LLVM?

2010-03-12 Thread MacRuby
#630: Confusing instructions for building LLVM?
+---
 Reporter:  ernest.prabha...@…  |   Owner:  lsansone...@…
 Type:  defect  |  Status:  new  
 Priority:  minor   |   Milestone:   
Component:  MacRuby |Keywords:   
+---
 In the README:

 https://www.macruby.org/trac/browser/MacRuby/trunk/README.rdoc

 It gives one command for the "normal" build:

 $ env UNIVERSAL=1 UNIVERSAL_ARCH="i386 x86_64" CC=/usr/bin/gcc
 CXX=/usr/bin/g++ make

 and a rather different one for the optimized build:

 $ UNIVERSAL=1 UNIVERSAL_ARCH="i386 x86_64" ENABLE_OPTIMIZED=1 make -j2

 i.e., the "env" command and "ENABLE_OPTIMIZED=1". Is there a reason for
 them to be different, or is that just historical baggage?

-- 
Ticket URL: 
MacRuby 

___
MacRuby-devel mailing list
[email protected]
http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel


[MacRuby-devel] [MacRuby] #631: soap4r is not working for me

2010-03-12 Thread MacRuby
#631: soap4r is not working for me
---+
 Reporter:  jaha...@…  |   Owner:  lsansone...@…
 Type:  defect |  Status:  new  
 Priority:  blocker|   Milestone:   
Component:  MacRuby|Keywords:   
---+
 I'm trying to use stubs generated with ruby 1.8 wsdl2ruby.rb and I've
 installed the soap4r gem with macgem.

 When I use the stub files with macruby I get the following error:

 unknown: warning: variable $KCODE is no longer effective[[BR]]
 ClientDriver.rb:1:in `': bignum too big to convert into `long long'
 (RangeError)

 After some hunting I'm able to repro with the following:

 $ pwd[[BR]]
 
/Library/Frameworks/MacRuby.framework/Versions/0.5/usr/lib/ruby/Gems/1.9.0/gems/soap4r-1.5.8/lib[[BR]]
 $ macruby soap/baseData.rb[[BR]]
 unknown: warning: variable $KCODE is no longer effective[[BR]]
 baseData.rb:1089:in `block': bignum too big to convert into `long long'
 (RangeError)

 I'm somewhat new to ruby so this could be pilot error.

-- 
Ticket URL: 
MacRuby 

___
MacRuby-devel mailing list
[email protected]
http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel