You need to read each gem documentation for the requirements. I guess fxruby will require you have headers and libraries for fx to build GUI applications, so can't comment further on the requirements.
Again, 2.0.0 is brand new, lot of things might not work, but basic Ruby + DevKit setup should work out of the box along the installation instructions."
second: I've read this topic where a Ruby user have the same problem but with another gem(sqlite3): http://www.ruby-forum.com/topic/4411307#new. The most important thing of the topic is:
"On Sun, Feb 24, 2013 at 6:58 PM, Richard Campbell <bet...@gmail.com>
wrote: > Awesome! Great work! Though I am already having issues with the 64 bit > version and sqlite3. > sqlite3 gem? As indicated in the "Important Notes", existing pre-compiled gems will not work with Ruby 2.0 as the gems do not contain pre-compiled extension for it. You need to force compilation, which requires you install development headers and libraries that are dependencies of the gem/extension you're trying to compile. So: to compile sqlite3 for Ruby 2.0, you need: * sqlite3 headers and libraries compiled and available * force installation of sqlite3 to use "ruby" platform (as indicated in the notes) and provide the directory where it will find sqlite3 headers and libraries. For sqlite3 will be something like gem install sqlite3 --platform=ruby -- --with-sqlite3-include=C:/path/to/sqlite3/include --with-sqlite3-lib=C:/path/to/sqlite3/lib See the documentation of each gem about that."
So as I'm not familiar with the libraries and headers of the C++ fox toolkit, I have no idea what to do. I'm wondering if will be an update of the gem to be supported with the new version of Ruby and the news DevKit. Thank you so much.
Kind regards. Damián.
_______________________________________________
fxruby-users mailing list
fxruby...@rubyforge.org
http://rubyforge.org/mailman/listinfo/fxruby-users