Hi Daniel,
I think the master branch is able to run hpricot, although I recommend using
NSXMLDocument.
Laurent
On May 4, 2011, at 12:56 PM, macr...@djc.net wrote:
> With:
> MacRuby 0.10 (ruby 1.9.2) [universal-darwin10.0, x86_64]
> and having done successfully:
> macgem install hpricot ...
>
Daniel, I've had good lock with Nokogiri on MacRuby.
___
MacRuby-devel mailing list
MacRuby-devel@lists.macosforge.org
http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel
With:
MacRuby 0.10 (ruby 1.9.2) [universal-darwin10.0, x86_64]
and having done successfully:
macgem install hpricot ...
I get this when trying to use the actual gem:
dyld: lazy symbol binding failed: Symbol not found: _rb_enc_to_index
Referenced from:
/Library/Frameworks/MacRuby.framework/Ver
Doesn't Nokogiri presume libxml? Is that present on a reg'lar old Mac,
right out of the box?
Meantime, I'll check out the XML parser. The whole Web service thing
is so incredibly useful, but such a PITA because nobody packages or
parses XML the same way twice :)
Thanks for the quick answe
Hi Steve
Known problem
see
http://lists.macosforge.org/pipermail/macruby-devel/2009-February/001183.html
Planned for 0.5 iirc
just joined the list myself and was browsing the archives
cheers
Gavin
On 21 Apr 2009, at 23:00, s.ross wrote:
I've been toying around with MacRuby and I'm particularly
hpricot uses a C extension which is not compatible with MacRuby yet. I'm
planning on working with Aaron Patterson who wrote nokogiri during
RailsConf. The hope is to have nokogiri compatible with macruby 0.5 pretty
soon. In the mean time, HotCocoa has a XML parser which works pretty well,
check the
I've been toying around with MacRuby and I'm particularly interested
in the MVC stuff that's been mentioned of late. I decided to do a
proof of concept that consumes an XML-RPC Web service and wanted to
parse it using hpricot. But... the gem won't build. Questions: Is it
just me or has this