From: Kouhei Sutou Date: 2013-03-19T22:23:18+09:00 Subject: Re: Ruby-GNOME2 1.2.3 Hi, Thanks for trying it. In "Re: Ruby-GNOME2 1.2.3" on Tue, 19 Mar 2013 01:17:33 +0900, Regis d'Aubarede wrote: > Testing on Windows 7, Ruiby 2.0.0 > * ruby installer Ruby 2.0.0-p0, > * devkit DevKit-mingw64-32-4.7.2-20130224-1151-sfx.exe) Ruby-GNOME2 packages don't require DevKit because Ruby-GNOME2 packages for Windows bundle binaries. >> Ruby-GNOME2 1.2.3 supports Ruby 2.0.0! Gems for Windows >> includes binaries for Ruby 1.9.3 and Ruby 2.0.0. >> Install: >> gem install gtk2 > > Ok for windows, but error installing gtksourceview2 : > d:/usr/Ruby/Ruby200/bin/ruby.exe extconf.rb Umm... Could you confirm that your gem installs gtksourceview2-1.2.3-x86-mingw32(*1) instead of gtksourceview2-1.2.3(*2)? (*1) https://rubygems.org/gems/gtksourceview2/versions/1.2.3-x86-mingw32 (*2) https://rubygems.org/gems/gtksourceview2/versions/1.2.3 -x86-mingw32 version bundles binaries. So building isn't run. If your gem want to install -x86-mingw32 version but want to start building, please update your gem like the following: > gem update --system It may fix it. >> gem install gtk3 > > Nok :) > > error compilling cairo-1.12.4-x86-mingw32 : cairo.h > :No such file or directory It seems that this is also the same problem. x86-mingw32 version should not start building. Please update your gem and try again. Thanks, -- kou