Hi there,
I am relative new to the wxRuby so please bear with me.
I use Ubuntu Hardy Heron 8.04 release. I have installed the wxwidgets C
libraries
and then did a
gem install wxruby
The ruby extensions were downloaded and installed correctly. If i do
$gem list --local
…
wxruby (1.9.7)
…
Then I tried to run a simple example “Hello World” as described in the
tutorial
http://wxruby.rubyforge.org/wiki/wiki.pl?Hello_World
The frame is displayed correctly, but when i close the window i get:
$ruby testwxruby.rb
testwxruby.rb:10: [BUG] Segmentation fault
ruby 1.8.6 (2007-09-24) [i486-linux]
Aborted
I tried to run another example mainly
http://wxruby.rubyforge.org/wiki/wiki.pl?Using_Dialogs_To_Talk_To_Users
Although the apps starts and works ok, when i close it i get the same
message “Segmentation Fault”
Is this a known issue?
(The wxwidgets library installed in the system as seen by synaptic is
2.8.7.1-0-ubuntu3)
and
$ gem --version
1.1.1
(The rubygem was installed manually and not using the default that
ubuntu comes which is 0.9.4-4)
Thanks in advace,
Christos