Open clxe opened 9 years ago
I know I've had a similar issue reported before, but I can't remember what the problem was. Not sure what to suggest.
http://www.libgosu.org/cgi-bin/mwf/topic_show.pl?pid=8105
Someone on the Gosu forums had the same problem and fixed it by downgrading to ruby 1.9.2, but not sure why that would help at all.
I'm having some trouble with using the gem. I run
gem install ashton
and it installsashton-0.1.4
fine. However, when I try torequire "ashton"
in my Ruby code, I get this error:When I opened up the gems directory, I found the
ashton.so
file in the/lib/1.9
directory. When I copied it into/lib
, I got a new error:I'm running Ruby 1.9.3 on Windows 8.1.