the thing is that ruby needs the gem Rmagick to execute that code
and I tried to install the gem: gem install rmagick but it fails in
building
the native extensions...
I'm running this application in windows and i have installed the
devkit, with the devkit i successfully installed other gems that
also displayed that error but i can't install this one...
Someone knows a solution for this?
Or there is a way to display the graph without the need of creating
a img file?
the thing is that ruby needs the gem Rmagick to execute that code
and I tried to install the gem: gem install rmagick but it fails in
building
the native extensions...
I'm running this application in windows and i have installed the
devkit, with the devkit i successfully installed other gems that
also displayed that error but i can't install this one...
Someone knows a solution for this?
To compile Rmagick on Windows has been mentioned on stackoverflow,
RubyInstaller and several places on the internet.