On Aug 26, 9:27 am, vikram dhillon <[email protected]> wrote: > hi all, > > This may seem trivial and stupid to the experts , but i have been at it > for over 2 weeks and all answers got from forums did not help with > resolving the issue. Even using cygwin didn't help , i get the same > errors. > > I'm working on a windows- rails combination and am trying trying to > setup an existing application which uses a plethora of gems. I'm done > with about a hundred gems , but 3 gems are failing the installations. > I'm listing the gem and the error i recieve below, if anyone has any > solution for hese issues , i'll be immensely grateful. > > 1) gem install rjb
http://groups.google.com/group/rubyinstaller/msg/94d3213dc18193b0 And the whole thread: http://groups.google.com/group/rubyinstaller/browse_thread/thread/bb57df69742d5100 > > 2) gem install ruby-xslt Same and similar problem than the one before: you need development headers, xslt dependencies which I believe are provided by libxml2 > 3) gem install system_timer Released system_timer is not prepared to handle timing on Windows. https://github.com/ph7/system-timer/issues/2 There is no official word on including these changes to correct the issue. -- Luis Lavena -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.

