Running any program that includes a Rubygem (in the correct, self- downloading Shoes way) on my Windows XP, using the latest Windows build (shoes-0.r905.exe), fails.

First the following system error pops up:

This application has failed to start because SSLEAY32.dll was not found. Re-installing the application may fix this problem.

...Then the Shoes window that should appear when preparing an application (see http://hackety.org/2008/05/08/clearingUpTheWholeShoesAndRubyGemsDeal.html) pops up, and immediately after that Shoes crashes.

The basic program that fails looks like this:

Shoes.setup do
  gem 'rubyweather'
end

Shoes.app do
  para 'This message shall never see the light of day.'
end


Is anyone else experiencing this?

Reply via email to