load issue with roo

R

Reid Thompson

could someone point me in the direction of a solution to this error?

$ irb
irb(main):001:0> require 'rubygems'
=> true
irb(main):002:0> require 'roo'
LoadError: no such file to load -- builder
from
/usr/lib/ruby/1.8/rubygems/custom_require.rb:31:in
`gem_original_require'
from
/usr/lib/ruby/1.8/rubygems/custom_require.rb:31:in
`require'
from
/var/lib/gems/1.8/gems/roo-1.9.2/lib/roo/generic_spreadsheet.rb:4
from
/usr/lib/ruby/1.8/rubygems/custom_require.rb:31:in
`gem_original_require'
from
/usr/lib/ruby/1.8/rubygems/custom_require.rb:31:in
`require'
from
/var/lib/gems/1.8/gems/roo-1.9.2/lib/roo.rb:67
from
/usr/lib/ruby/1.8/rubygems/custom_require.rb:36:in
`gem_original_require'
from
/usr/lib/ruby/1.8/rubygems/custom_require.rb:36:in
`require'
from (irb):2
irb(main):003:0>


thanks,
reid
 
R

Reid Thompson

sudo gem install builder

thanks -- ultimately there were several missing gems. For some reason I
thought the installtion would pull in the required dependencies.

reid
 
G

Gregory Brown

thanks -- ultimately there were several missing gems. =A0For some reason = I
thought the installtion would pull in the required dependencies.

Roo has some issues with it's packaging and overall project
organization that are less than desirable. I've been meaning to fork
and submit some patches, but I haven't yet found the time to do so.

-greg
 
R

Ryan Davis

=20
thanks -- ultimately there were several missing gems. For some reason = I
thought the installtion would pull in the required dependencies.

It would if they were declared:

501 % gem dep -r roo
Gem roo-1.9.2
bones (>=3D 3.2.0, development)

This is why Hoe exists. Predefined structure. Easy to tweak. Last time I =
looked at bones I was scared.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,744
Messages
2,569,483
Members
44,901
Latest member
Noble71S45

Latest Threads

Top