0

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?

Shcheklein
  • 5,979
  • 7
  • 44
  • 53
jks
  • 3
  • 1
  • 1
    Please, use comments instead of answers ("add comment" beneath each question/answer). You can also edit your query to add additional information. And accept solution if it works ). – Shcheklein Mar 27 '11 at 21:34

2 Answers2

0

Seems like you are missing the devkit. Have you installed/configured devkit?. If everything fails try this.

gem install sedna --platform=mswin32
suhair
  • 10,895
  • 11
  • 52
  • 63
0

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 .

Shcheklein
  • 5,979
  • 7
  • 44
  • 53