Hello Jonathan,<br><br>I've ran into the same problem myself, compiling from SVN on Linux, using wxGTK, and Ruby 1.8.6. I was able to get wxRuby and wxGTK to compile with Debug support, and from what I can see, running through gdb (Which was a trick and a half), it shows that it's segfaulting on rb_hash_aref(), which is comming from /usr/lib/libruby.so.1.8 So I have a couple of questions for you.
<br><br>1.) Which Distro are you using?<br><br>2.) Did you install Ruby from Source, or from your Distro's Package Manager?<br><br>3.) Do you have the same problems if you take out the --with-opengl?<br><br>These are just a few questions / ideas to get an idea of where the problem lies.
<br><br>L8ers,<br><br>Mario Steele<br><br><div><span class="gmail_quote">On 12/8/07, <b class="gmail_sendername">Alex Fenton</b> <<a href="mailto:alex@pressure.to">alex@pressure.to</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hi Jonathan<br><br>Thanks for the reports, sorry to be slow in following up.<br><br>Jonathan Maasland wrote:<br>> The first hurdle was that the rake install target doesn't work. It fails<br>> on rakewx.rb:145. Looking into it I found that $target_lib wasn't set to
<br>> anything. Searching the sources I couldn't find where it is supposed to<br>> be set.<br>><br>Should now be fixed in SVN. With most people using gems, we've kind of<br>slipped on maintenance of the tar.gz
/install route, so please do report<br>any probs.<br>> I couldn't find anything, it's just a wee bit too complex for me to<br>> handle right now. Don't think this is useful for the developers but just<br>
> in case it might be this is the error I got: undefined symbol:<br>> _Z10wxOnAssertPKwiPKcS0_S0_<br>><br>Hmm, I think I've seen that error if I've mistakenly compiled a debug<br>wxRuby against a release wxWidgets, or vice versa. I think all the
<br>object files in wxRuby need to have been compiled with the<br>"WXRUBY_DEBUG" environment variable set.<br><br>The configuration for wxWidgets looks appropriate for this.<br><br>cheers<br>alex<br>_______________________________________________
<br>wxruby-users mailing list<br><a href="mailto:wxruby-users@rubyforge.org">wxruby-users@rubyforge.org</a><br><a href="http://rubyforge.org/mailman/listinfo/wxruby-users">http://rubyforge.org/mailman/listinfo/wxruby-users
</a><br></blockquote></div><br>