Not logged inGosu Forums
Forum back to libgosu.org Help Search Register Login
Up Topic Gosu / Gosu Exchange / Help needed to install Gosu on Ubuntu
- - By Jeytas Date 2013-10-30 21:33
Hey,
I wanted to install Gosu on my Ubuntu 12.10 today, but there was a problem. I've installed all the dependencies and also the gem-file. Then I made a file with 'require gosu'. But after I started it via the Terminal, it says that it couldn't find the file gosu. What am I doing wrong?
-Marvin
Parent - By RunnerPack Date 2013-10-31 06:09
What version of Ruby are you running? Try putting this above the 'require "gosu"' line:

begin; require 'rubygems'; rescue; end
Parent - By jlnr (dev) Date 2013-10-31 08:04
Does it work if you install an older version of Gosu?

gem uninstall gosu
gem install gosu -v 0.7.48

I've had a bug report about the latest version, it seems that the SWIG update might have broken something...
Up Topic Gosu / Gosu Exchange / Help needed to install Gosu on Ubuntu

Powered by mwForum 2.29.7 © 1999-2015 Markus Wichitill