[fxruby-users] fxruby install problem?
Hal Fulton
hal9000 at hypermetrics.com
Tue Jul 11 20:58:35 EDT 2006
I'm running the Ruby stable snapshot. It reports
1.8.5.
I dl'd fox 1.6.6 and did:
./configure --with-scintilla
make
make install
Then I did
gem install fxruby
and picked 1.6 (ruby)
It finally said:
make install
make: Nothing to be done for `install'.
make clean
Successfully installed fxruby-1.6.0
Installing ri documentation for fxruby-1.6.0...
Installing RDoc documentation for fxruby-1.6.0...
Everything looked OK until the suspicious-looking
"Nothing to be done."
Now I can't do a require of fox16. It gives me
an error:
[hal at localhost ch19]$ irb
irb(main):001:0> require 'fox16'
LoadError: no such file to load -- fox16
from
/usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in
`gem_original_require'
from
/usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in
`require'
from (irb):1
Where do I start debugging this?
Thanks,
Hal
More information about the fxruby-users
mailing list