[fxruby-users] FX on Mac OS X
Lyle Johnson
lyle at lylejohnson.name
Mon Jan 26 15:51:14 EST 2009
On Jan 26, 2009, at 2:45 PM, Stuart Clarke wrote:
> Apologies for being so vague.
>
> I was having trouble with the Gem so I followed the instructions on
> this site:
>
> http://lylejohnson.name/blog/2007/12/01/building-fox-and-fxruby-on-mac-os-x-leopard/
> also
>
> http://davidrupp.blogspot.com/2008/01/installing-fox-and-fxruby-on-mac-os-x.html
>
> After completing this, I was still having problems so I attempted
> the gem installation again (sudo gem install fxruby). I still end
> with the error that there is no FX to load.
OK. And did you try doing:
require 'rubygems'
before loading the gem, i.e.
require 'rubygems'
require 'fox16'
# ... your code follows ...
?
More information about the fxruby-users
mailing list