Now I'm trying to open SVG file to get the data from it by Ruby language
using Rails 4.0.2
first I installed the " nokogiri " by using this command [ gem install nokogiri
] because I'm using Windows 7
then when I'm trying to install " fileutils " by using this command [gem install fileutils
]
But always I get this error
Blockquote
C:/RailsInstaller/Ruby1.9.3/bin/ruby.exe extconf.rb
checking for Ruby version >= 1.8.5... yes
Invalid drive specification.
Unable to get ImageMagick version
* extconf.rb failed *
Could not create Makefile due to some reason, probably lack of
necessary libraries and/or headers.
Check the mkmf.log file for more
details.
You may need configuration options.
Why i got this error ??