im having great trouble compiling gosu (0.7.13) for ruby 1.9 in linux. Does anyone have a linux gosu.so they can give me? or any good ideas how to go about compiling it myself?
If you have several versions of Ruby installed, you may need to use the file from http://www.raschke.de/julian/temp/gosu-0.7.13.4.gem. Wee weekend, I guess I should really try to push this version out officially. :/
i seem to be having some problems getting the linux gosu 1.9 gem to work properly. It installs fine, however when i run the included CptnRuby.rb file i get the following error:
"caption=: in method 'setCaption', argument 1 of type 'Gosu::Window*' (TypeError)"
I tried simply commenting out the caption call but another error of a similar nature this time relating to the Gosu::Image.new() method appeared.
That's exactly the type of problem that the new -4.gem was supposed to fix. It happens when there are several versions of Ruby installed on Linux, and the build process chooses the wrong header files to build against. What happens when you reinstall the gem?
i got it working. however this version still appears to have the gl_tex_info bug. Fixed this by copying the new Texture.cpp (from your svn) into the source direc and recompiling. works fine now :)