Hi, In <AANLkTin_k5LmzvLTsnMgvZVepjLDRJVJF6QbT-tccm5R / mail.gmail.com> "Re: [ANN] rcairo 1.8.3" on Fri, 27 Aug 2010 00:44:48 +0900, Dominic Sisneros <dsisnero / gmail.com> wrote: >> For Windows user: >> % gem install cairo >> >> > I installed this in windows > > > C:\programming\ruby\test_cairo\lib>ruby -v > ruby 1.9.2p0 (2010-08-18) [i386-mingw32] > > When I run this I get the following error: > > This application has failed to start because libcairo-2.dll was not found. > Re-installing the application may fix this problem Thanks for trying it. Could you download * http://ftp.gnome.org/pub/gnome/binaries/win32/dependencies/fontconfig_2.8.0-2_win32.zip * http://ftp.gnome.org/pub/gnome/binaries/win32/dependencies/freetype_2.4.2-1_win32.zip and extract them into #{GEM_HOME}/1.9.1/gems/cairo-1.8.3/vendor/local/ ? Here are correct places: #{GEM_HOME}/1.9.1/gems/cairo-1.8.3/vendor/local/bin/freetype6.dll #{GEM_HOME}/1.9.1/gems/cairo-1.8.3/vendor/local/bin/libfontconfig-1.dll Then please try "require 'cairo'" again. If the above instruction makes rcairo work on Windows, I will update rcairo gem for Windows. Thanks, -- kou