All,
FXRuby-1.0.23 is now available for download from:
http://sourceforge.net/project/showfiles.php?group_id=20243
This is mainly a bug-fix release; for the complete list of changes since
version 1.0.22, see:
http://www.fxruby.org/doc/changes.html
Enjoy!
Lyle
lyle@knology.net wrote:
All,
FXRuby-1.0.23 is now available for download from:
It seems to be tripping up on fxscintilla on my system. This happens
when I run three of the examples that shouldn’t depend on scintilla
(haven’t tried others):
$ ruby iconlist.rb
/usr/local/lib/ruby/site_ruby/1.7/i686-linux/fox.so:
/usr/local/lib/libfxscintilla.so.0: undefined symbol:
_7FXPopup.metaClass -
/usr/local/lib/ruby/site_ruby/1.7/i686-linux/fox.so (LoadError)
from iconlist.rb:1
I tried both fxscintilla 1.49.1 and 1.51, and I’ve got fox 1.0.36 and
ruby 1.7.3, Mandrake 9.1. I rebuilt FXRuby first with fxscintilla 1.49.1
installed and then again after installling 1.51.
FXRuby-1.0.21 was OK, but I don’t think it was built with fxscintilla
support.
I also upgraded fox to 1.0.40, but that didn’t help.
Joel VanderWerf wrote:
It seems to be tripping up on fxscintilla on my system. This happens
when I run three of the examples that shouldn’t depend on scintilla
(haven’t tried others):
$ ruby iconlist.rb
/usr/local/lib/ruby/site_ruby/1.7/i686-linux/fox.so:
/usr/local/lib/libfxscintilla.so.0: undefined symbol:
_7FXPopup.metaClass -
/usr/local/lib/ruby/site_ruby/1.7/i686-linux/fox.so (LoadError)
from iconlist.rb:1
Joel,
It sort-of looks like the FXScintilla library (libfxscintilla.so) can’t
find the FOX library (libFOX.so). Could you tell me what output you get
when you type the following commands:
ldd /usr/local/lib/ruby/site_ruby/1.7/i686-linux/fox.so
and
ldd /usr/local/lib/libfxscintilla.so
?
Thanks,
Lyle