Displaying 4 results from an estimated 4 matches for "wxruby_debug".
Did you mean:
ruby_debug
2006 Sep 12
6
Patch for Unicode on windows
This patch makes Unicode the default build for windows. You can
override the default by setting a WXRUBY_NO_UNICODE environment variable.
Roy
_______________________________________________
wxruby-users mailing list
wxruby-users@rubyforge.org
http://rubyforge.org/mailman/listinfo/wxruby-users
2006 Aug 25
2
rakefile DEBUG changes
We use an environment variable to control whether or not to enable a
debug build of wxRuby. This was called simply DEBUG but I have renamed
it to WXRUBY_DEBUG.
I also added a second environment variable, WXRUBY_VERBOSE, which turns
on extensive console output that can help debug memory problems. It
prints a message any time an object is created, destroyed, etc. This
used to only be an option in rakelinux.rb, but I have moved it to
rakewx.rb.
It is po...
2007 Nov 28
6
Problems installing/running svn-code
Hi,
The last couple of days I''ve been trying to get back on the wxRuby-horse
however I''ve ran into some problems while compiling/testing the
subversion sources. Mind, the 1.9.2 official release works fine.
Absolutely no problems whatsoever.
The first hurdle was that the rake install target doesn''t work. It fails
on rakewx.rb:145. Looking into it I found that
2008 May 25
9
Segmentation Fault.
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