I'm trying to install sedna xml database gem on ruby 1.9.2/rails 3.05. There is an errors list: http://img101.imageshack.us/img101/2830/errorslist.png Any ideas?
Failed to install Sedna ruby-gem 0.6
131 Views Asked by jks At
2
There are 2 best solutions below
0

Seems like you are missing the devkit. Have you installed/configured devkit?. If everything fails try this.
gem install sedna --platform=mswin32
It's quite tricky thing on Windows as far as I know. Try this one solution: http://permalink.gmane.org/gmane.text.xml.sedna/2209 .