Hello Jonathan,<br><br>I&#39;ve ran into the same problem myself, compiling from SVN on Linux, using wxGTK, and Ruby 1.8.6.&nbsp; 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&#39;s segfaulting on rb_hash_aref(), which is comming from /usr/lib/libruby.so.1.8&nbsp; 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&#39;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> &lt;<a href="mailto:alex@pressure.to">alex@pressure.to</a>&gt; 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>&gt; The first hurdle was that the rake install target doesn&#39;t work. It fails<br>&gt; on rakewx.rb:145. Looking into it I found that $target_lib wasn&#39;t set to
<br>&gt; anything. Searching the sources I couldn&#39;t find where it is supposed to<br>&gt; be set.<br>&gt;<br>Should now be fixed in SVN. With most people using gems, we&#39;ve kind of<br>slipped on maintenance of the tar.gz
/install route, so please do report<br>any probs.<br>&gt; I couldn&#39;t find anything, it&#39;s just a wee bit too complex for me to<br>&gt; handle right now. Don&#39;t think this is useful for the developers but just<br>
&gt; in case it might be this is the error I got: undefined symbol:<br>&gt; _Z10wxOnAssertPKwiPKcS0_S0_<br>&gt;<br>Hmm, I think I&#39;ve seen that error if I&#39;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>&quot;WXRUBY_DEBUG&quot; 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>