Forums | Admin

Discussion Forums: help

Start New Thread Start New Thread

 

By: Dan Bikle
RE: Enclosing class/module 'cXMLHtmlParser' f [ reply ]  
2009-03-05 01:46
I got an answer here:

http://groups.google.com/group/libxml-devel/t/3092361d62e1430b

An easy fix too:
gem install rdoc

--Dan


By: Dan Bikle
Enclosing class/module 'cXMLHtmlParser' for.. [ reply ]  
2009-03-04 05:32
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