ruby-xml people,
I just tried
gem install libxml-ruby
on a new installation of rails 2.2.2 on my leopard-mac.
Here is a screen dump:
mac3:/pt/c3/rho/rhosync maco$ rake gems:install
rake gems:install
(in /Users/maco/pt/customers3/rho/rhosync)
gem install libxml-ruby
Enclosing class/module 'cXMLHtmlParser' for module Options not known
Enclosing class/module 'cXMLParser' for module Options not known
No definition for rb_class_new_instance
Enclosing class/module 'cXMLHtmlParser' for module Options not known
Enclosing class/module 'cXMLParser' for module Options not known
No definition for rb_class_new_instance
Building native extensions. This could take a while...
Successfully installed libxml-ruby-0.9.8
1 gem installed
Installing ri documentation for libxml-ruby-0.9.8...
Installing RDoc documentation for libxml-ruby-0.9.8...
mac3:/pt/c3/rho/rhosync maco$
Notice the message:
Enclosing class/module 'cXMLHtmlParser' for module Options not known
Is it indicating a problem?
It's not a complete sentence.
I don't know what the author of this gem is trying to tell me.
Clues anyone?
--Dan
|