The files:
wx/accessors.rb
wx/keyword_ctors.rb
wx/keyword_defs.rb
do not exist in the tarball:
% pwd
/home/rwa/Distributions/test/wxruby-1.9.2
% find . -name accessors.rb
%
but are required in wx.rb:
% tail wx.rb
Dir.glob(class_files) do | class_file |
require ‘wx/classes/’ + class_file[/\w+.rb$/]
end
Load in syntax sweetner
require ‘wx/accessors’
require ‘wx/keyword_ctors’
require ‘wx/keyword_defs’
These files do appear in the svn sources. If I copy the files from the
svn
sources, I can now run the examples.
Unfortunately, I’ve done too much mucking around to know exactly where
the
segfault issue went away. Grr.