[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

Re: rdoc windows issues

Berger, Daniel

2/15/2006 11:50:00 PM



> -----Original Message-----
> From: Alex Combas [mailto:alex.combas@gmail.com]
> Sent: Wednesday, February 15, 2006 4:41 PM
> To: ruby-talk ML
> Subject: Re: rdoc windows issues
>
>
> On 2/15/06, Berger, Daniel <Daniel.Berger@qwest.com> wrote:
> (snip)
> > > *Here is line 8 of c:/ruby/build/ruby/lib/rdoc/rdoc.rb
> > > require 'rdoc/parsers/parse_rb.rb'
> >
> > Hm, that .rb can be removed. But I digress.
> >
>
> Do you mean the whole file, or just the extension,
> $ ls /c/ruby/build/ruby/lib/rdoc/parsers/parse*

Just the extension.

> Generating RI...
> c:/ruby/build/ruby/lib/yaml.rb:9:in `require': no such file
> to load -- stringio (LoadError)

It looks like the stringio library (a C extension) failed to build
properly. Check the ext/stringio/mkmf.log file and see what happened.
Or, try to build it manually by running "ruby extconf.rb; make" and see
what happens.

That, or there's some sort of path issue.

Regards,

Dan



1 Answer

Alex Combas

2/16/2006 1:51:00 AM

0

On 2/15/06, Berger, Daniel <Daniel.Berger@qwest.com> wrote:>> It looks like the stringio library (a C extension) failed to build> properly.Success!After make clean, i rebuilt ruby and with the changes to __FILE__this time everything worked.Now have complete system!You D'man.--Alex Combashttp://noodlejunkie.blo...