[fxruby-users] FX on Mac OS X
Lyle Johnson
lyle at lylejohnson.name
Tue Jan 27 09:15:49 EST 2009
On Jan 26, 2009, at 2:50 PM, Stuart Clarke wrote:
> PS. I have also tried Michele's suggestion, but nothing changes,
OK. Let's dig a little deeper then. Go to the command line and type:
gem environment gemdir
This should give some output like:
/usr/local/lib/ruby/gems/1.8
Change directories to the "gems" subdirectory under this directory, e.g.
cd `gem environment gemdir`/gems
If you list the subdirectories in this directory, one of them should
be "fxruby-1.6.18". Let's check to see if the extension actually built
successfully:
ls /usr/local/lib/ruby/gems/1.8/gems/fxruby-1.6.18/ext/fox16/*.bundle
Does that last command (with the appropriate path for your machine, of
course) show a "fox16.bundle" file?
More information about the fxruby-users
mailing list