[MacRuby] #1167: NameError: uninitialized constant Hpricot::Container::Trav::Traverse
#1167: NameError: uninitialized constant Hpricot::Container::Trav::Traverse -------------------------------+-------------------------------------------- Reporter: rondinif@… | Owner: lsansonetti@… Type: defect | Status: new Priority: minor | Milestone: MacRuby 0.10 Component: MacRuby | Keywords: NameError -------------------------------+--------------------------------------------
sudo macgem install hpricot Building native extensions. This could take a while... Successfully installed hpricot-0.8.3 1 gem installed
macirb irb(main):001:0> require 'hpricot' NameError: uninitialized constant Hpricot::Container::Trav::Traverse
this issue come out by installing the 0.9 from http://www.macruby.org/files/nightlies/macruby_nightly-2011-02-22.pkg previous behavior: checked out revision is: 5235. require 'hpricot' dyld: lazy symbol binding failed: Symbol not found: _rb_enc_to_index Referenced from: /Library/Frameworks/MacRuby.framework/Versions/0.9/usr/lib/ruby/Gems/1.9.2/gems/hpricot-0.8.3/lib/fast_xs.bundle Expected in: flat namespace dyld: Symbol not found: _rb_enc_to_index Referenced from: /Library/Frameworks/MacRuby.framework/Versions/0.9/usr/lib/ruby/Gems/1.9.2/gems/hpricot-0.8.3/lib/fast_xs.bundle Expected in: flat namespace -- Ticket URL: <http://www.macruby.org/trac/ticket/1167> MacRuby <http://macruby.org/>
#1167: NameError: uninitialized constant Hpricot::Container::Trav::Traverse -------------------------------+-------------------------------------------- Reporter: rondinif@… | Owner: lsansonetti@… Type: defect | Status: closed Priority: minor | Milestone: MacRuby 0.11 Component: MacRuby | Resolution: fixed Keywords: NameError | -------------------------------+-------------------------------------------- Changes (by lsansonetti@…): * status: new => closed * resolution: => fixed * milestone: MacRuby 0.10 => MacRuby 0.11 Comment: Should be fixed in master. -- Ticket URL: <http://www.macruby.org/trac/ticket/1167#comment:1> MacRuby <http://macruby.org/>
participants (1)
-
MacRuby