[MacRuby] #1107: Need to implement rb_str_plus.

MacRuby ruby-noreply at macosforge.org
Sat Jan 8 08:39:29 PST 2011


#1107: Need to implement rb_str_plus.
----------------------------------+-----------------------------------------
 Reporter:  watson1978@…          |       Owner:  lsansonetti@…        
     Type:  defect                |      Status:  new                  
 Priority:  blocker               |   Milestone:                       
Component:  MacRuby               |    Keywords:                       
----------------------------------+-----------------------------------------
 Test Script:
 {{{
 #!ruby
 require 'iconv'

 str = "f\303\266\303\266 bar"
 p Iconv.iconv('ascii//ignore', 'utf-8', str) # => ["f bar"]
 }}}

 Result:
 {{{
 $ macruby test_iconv.rb
 dyld: lazy symbol binding failed: Symbol not found: _rb_str_plus
   Referenced from:
 /Library/Frameworks/MacRuby.framework/Versions/0.9/usr/lib/ruby/site_ruby/1.9.2
 /universal-darwin10.0/iconv.bundle
   Expected in: flat namespace

 dyld: Symbol not found: _rb_str_plus
   Referenced from:
 /Library/Frameworks/MacRuby.framework/Versions/0.9/usr/lib/ruby/site_ruby/1.9.2
 /universal-darwin10.0/iconv.bundle
   Expected in: flat namespace

 zsh: trace trap  macruby test_iconv.rb
 }}}

-- 
Ticket URL: <http://www.macruby.org/trac/ticket/1107>
MacRuby <http://macruby.org/>



More information about the macruby-tickets mailing list