Projects

Ticket #85 (closed defect: fixed)

Opened 2 years ago

Last modified 19 months ago

NKF doesn't work

Reported by: psychs@… Owned by: lsansonetti@…
Priority: minor Milestone: MacRuby 0.4
Component: MacRuby Keywords:
Cc:

Description

Source code:

require 'nkf'

Result:

dyld: lazy symbol binding failed: Symbol not found: _rb_enc_find_index
  Referenced from: /Library/Frameworks/MacRuby.framework/Versions/0.3/usr/lib/ruby/1.9.0/universal-darwin9.3/nkf.bundle
  Expected in: flat namespace

dyld: Symbol not found: _rb_enc_find_index
  Referenced from: /Library/Frameworks/MacRuby.framework/Versions/0.3/usr/lib/ruby/1.9.0/universal-darwin9.3/nkf.bundle
  Expected in: flat namespace

Change History

Changed 2 years ago by lsansonetti@…

  • milestone set to MacRuby 0.4

Changed 22 months ago by l.g.chin@…

Also true for

require 'kconv'

Changed 19 months ago by lsansonetti@…

  • status changed from new to closed
  • resolution set to fixed

Fixed by r823 - thanks Hisa-san!

Note: See TracTickets for help on using tickets.