From: Michael Neumann Date: 2005-01-06T07:09:55+09:00 Subject: Re: [ANN] foxGUIb - Interactive Fox GUI Builder and Code Generator Jim Weirich wrote: > Michael Neumann said: > > >>>>>That doesn't work with RubyGems! [...] >>> >>>If I remove both "s.autorequire" and "s.require_paths" from it's >>>gemspec, and add 'ext/fox12.so' to the "s.files" list, then it works! >>>Seems to be a RubyGems bug! >> >>No sorry. It does not work. It loads the gem, but not the fox12.so. > > > Michael, > > Are you talking about the FxRuby gem? What platform are you on? If you > can send a quick snippet that demonstrates the failure, I'll look over any > rubygems issues. Platform: DragonFlyBSD (FreeBSD 4.x). > ruby -v ruby 1.8.2 (2004-12-22) [i386-dragonfly1.1] > gem --version 0.8.4 > gem list fxruby (1.2.2) ... > irb >>> require 'rubygems' >>> require 'fox12' LoadError: No such file to load -- fox12 from /home/mneumann/Programs/usr/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:26:in `require' from (irb):2 That's all I can tell for now. Regards, Michael