Displaying 20 results from an estimated 24 matches for "fixmodul".
Did you mean:
fixmodule
2007 Feb 12
0
[862] trunk/wxruby2/swig/fixmodule.rb: Fix regression from upgrading to SWIG 1.3.31; cure lots of MSW crashes
...px solid #ccc;margin:10px 0;}
#patch ins {background:#dfd;text-decoration:none;display:block;padding:0 10px;}
#patch del {background:#fdd;text-decoration:none;display:block;padding:0 10px;}
#patch .lines, .info {color:#888;background:#fff;}
--></style>
<title>[862] trunk/wxruby2/swig/fixmodule.rb: Fix regression from upgrading to SWIG 1.3.31; cure lots of MSW crashes</title>
</head>
<body>
<div id="msg">
<dl>
<dt>Revision</dt> <dd>862</dd>
<dt>Author</dt> <dd>brokentoy</dd>
<dt>Date</dt>...
2006 Sep 30
3
fixmodule patches
These patches (should) give us support for compiling against Ruby 1.9.
Roy
_______________________________________________
wxruby-users mailing list
wxruby-users@rubyforge.org
http://rubyforge.org/mailman/listinfo/wxruby-users
2006 Sep 29
7
new crasher on bigdemo
Hi
Seems that the last round of commits makes bigdemo crash fairly quickly.
Guessing it''s something to do with either the Window or fixmodule change.
Program received signal EXC_BAD_ACCESS, Could not access memory.
0x00034fbc in rb_obj_is_kind_of (obj=3825080, c=1839676) at object.c:523
523 object.c: No such file or directory.
Any hints?
alex
2007 Feb 12
7
MSW segfaults II
Hi
Think I tracked down why Windows suddenly went horrible crashy - the
newest SWIG release generates slightly different code for object
tracking, so our fixmodule.rb wasn''t picking up the broken line, so we
got a nasty regression.
Anyway, the patch (SVN:862) gives me a major improvement in stability
Windows. Please could you let me know how SVN HEAD is working for you;
if no major probs I''d like to release 0.0.39.
cheers
alex
2008 Jan 02
0
[ wxruby-Bugs-16762 ] src/Event.cpp:3156: error: ''wxEVT_MEDIA_FINISHED'' was not declared in this scope
...Submitted By: Nobody (None)
Assigned to: Nobody (None)
Summary: src/Event.cpp:3156: error: ''wxEVT_MEDIA_FINISHED'' was not declared in this scope
Initial Comment:
This bug is against the svn version of wxruby2.
contact: demaillists_at_comcast.net
--------------------
ruby swig/fixmodule.rb src/Event.cpp
core_name: Event
: Object
class wxEvent
NOTE: swig/fixmodule.rb Didn''t find gcitem destructor
g++ -c -I/usr/lib/wx/include/gtk2-unicode-release-2.8 -I/usr/include/wx-2.8 -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D__WXGTK__ -O -march=athlon-xp -pipe -fPIC -Wno-unuse...
2006 Apr 30
2
Error in controls.rb
Anyone else seeing this error when clicking on the radiobox page?
undefined method `'' for #<MyRadioBox:0x2d6c0c0>
Roy
2005 Jul 26
10
Patch for wxRuby2
...anged wxXrc to wxXmlResource
within the file.
I also had to change Xrc to XmlResource in rakewx.rb.
- For backwards compatability with wxRuby 0.6 I added the subclass methods to
XmlResource.
- Changed line 5 of wx.i from wxruby2 to wx, could not get wxruby2 to
work. I also
changed line 13 in fixmodule.rb to mWx and line 11 in
fixmainmodule.rb to mWx from mWxruby2.
Also changed mWx in functions.i and XmlResource.i
- Added the xrc example program (again)
- Added typemap to finally get wxItemKind working correctly, gets rid
of my fixedswigcode.rb hack.
- Added the wxMenuItem class.
- Added a typ...
2007 May 21
0
[1021] trunk/wxruby2/rake/rakewx.rb: Memory mgmt: don''t run fixdeleting anymore
...+247,6 @@
</span><span class="cx"> do_swig(swig_file, cpp_file, $swig_options)
</span><span class="cx"> post_process(cpp_file, "fixplatform.rb")
</span><span class="cx"> post_process(cpp_file, "fixmodule.rb")
</span><del>-                post_process(cpp_file, "fixdeleting.rb")
</del><span class="cx"> end
</span>&...
2006 Aug 23
6
Looking for volunteers (no C++ knowledge needed!)
I just posted a follow-up to our bug that old SWIG versions are not
properly detected, leading to unclear failure messages:
---
Actually, this just got a lot simpler. We used to support both 1.3.25+
and 1.3.24-, so we had to do both kinds of detection. Now, we REQUIRE
1.3.29, and therefore any SWIG that can''t give us its version number the
new way is automatically too old.
We can get
2009 Nov 05
17
installing wxruby 2.0.1. missing lwx_gtk2u_media-2.8
Hi,
i tried too install wxruby-2.0.1 on opensuse 11.2 from the rake command
I get the following error:
...
usr/lib/gcc/i586-suse-linux/4.4/../../../../i586-suse-linux/bin/ld:
cannot find -lwx_gtk2u_media-2.8
collect2: ld returned 1 exit status
rake aborted!
Command failed with status (1): [g++ -shared -fPIC -o -L. -rdynamic
-Wl,-...]
/usr/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:995:in
2006 Mar 27
4
Patch for Swig 1.3.29
Attached is a patch for Swig that at least allows us to link the
library. I am experiencing a number of bugs that will need to be
tracked down and squashed. I haven''t even had time to look at the
newer Swig features yet.
Roy
_______________________________________________
wxruby-users mailing list
wxruby-users@rubyforge.org
http://rubyforge.org/mailman/listinfo/wxruby-users
2006 Oct 19
0
[688] trunk/wxruby2/swig/fixplatform.rb: Remove a spurious warning on Windows (Roy Sutton)
...nbsp   2006-10-19 08:31:41 UTC (rev 687)
+++ trunk/wxruby2/swig/fixplatform.rb        2006-10-19 08:34:57 UTC (rev 688)
</span><span class="lines">@@ -1,5 +1,5 @@
</span><del>-# fixmodule.rb
-# Copyright 2004-2005 by Kevin Smith
</del><ins>+# fixplatform.rb
+# Copyright 2004-2006 by Kevin Smith
</ins><span class="cx"> # released under the MIT-style wxruby2 license
</span><span class="cx">
</span><span class=&qu...
2006 Sep 24
4
SWIG exceptions
I was trying to fix the problem with wxImage and the char */unsigned
char * thing today and I was going to hand-write the functions to
translate between the two. While doing so I decided I''d clean up the
SWIG error message to make it more clear. Here''s an example
SWIG-generated argument error:
in method SetData'', argument 2 of type ''wxImage *''
2008 Sep 12
7
embedding wxruby?
Hello,
is it possible to code a wxWidgets GUI in C++ and pass the whole wxApp or just single windows to embedded Ruby code? This would be very nice to provide a scriptable plugin system.
Greetings,
Niklas
_______________________________________________
wxruby-users mailing list
wxruby-users@rubyforge.org
http://rubyforge.org/mailman/listinfo/wxruby-users
2007 Jul 18
0
[1119] trunk/wxruby2/swig/Functions.i: Avoid erroneous ''parent must not be nil'' errors when using global
...imple dialogs
</span><span class="cx"> // * logging functions
</span><span class="cx"> // * the xrcid macro
</span><del>-
-
</del><span class="cx"> %{
</span><span class="cx"> //NO_CLASS - This tells fixmodule not to expect a class
</span><span class="cx">
</span><span class="lines">@@ -85,7 +83,7 @@
</span><span class="cx"> int ret = wxXmlResource::GetXRCID(temp);
</span><span class="cx"> return INT2NUM(ret);
&...
2007 Jul 18
0
[1118] trunk/wxruby2/swig: Move Wx::message_box function from wx.i to Functions.i, where it belongs
...ibrary:
+// * shortcut methods for displaying simple dialogs
+// * logging functions
+// * the xrcid macro
</ins><span class="cx">
</span><ins>+
</ins><span class="cx"> %{
</span><span class="cx"> //NO_CLASS - This tells fixmodule not to expect a class
</span><span class="cx">
</span><span class="lines">@@ -122,6 +127,8 @@
</span><span class="cx"> }
</span><span class="cx">
</span><span class="cx">
</span>&...
2007 May 31
0
[1040] trunk/wxruby2/swig/Events.i: Add List and Splitter constants, also EVT_SIZING and EVT_MOVING
...pe is correclty defined
+// in swig/classes/include/events.rb as this file is used by fixevents.rb
+// to generate the event handler methods.
+
+
+
</ins><span class="cx"> %{
</span><ins>+
</ins><span class="cx"> //NO_CLASS - This tells fixmodule not to expect a class
</span><span class="cx">
</span><span class="cx"> #include <wx/calctrl.h>
</span><span class="lines">@@ -29,6 +49,7 @@
</span><span class="cx"> #ifdef WXSCINTILLA
</span><s...
2007 May 31
0
[1037] trunk/wxruby2/swig/RubyEventTypes.i: RubyEventTypes is no longer needed - moved to Events.i
...)
</span><span class="lines">@@ -1,173 +0,0 @@
</span><del>-# Copyright 2004-2005 by Kevin Smith
-# released under the MIT-style wxruby2 license
-
-%module(directors="1") wxRubyEventTypes
-
-%include "common.i"
-
-%{
-//NO_CLASS - This tells fixmodule not to expect a class
-#include <wx/calctrl.h>
-#include <wx/fdrepdlg.h>
-#include <wx/power.h>
-#include <wx/aui/aui.h>
-%}
-
-
-
-
-
- %constant const int wxEVT_NULL;// 0)
- %constant const int wxEVT_COMMAND_BUTTON_CLICKED;// 1)
- %constant const int wxEVT_COMMAN...
2009 Sep 03
24
wxRuby-2.0.1 release ?
Hi,
What about releasing a new version shortly ?
This is a long-awaited request from several users especially for
recent ruby-1.9.1 versions on MinGW.
Cheers.
Chauk-Mean.
2007 Jul 21
0
[1127] trunk/wxruby2: Move shared C++ GC functions into separate file included into wx.i
...t;-
- file(cpp_file => swig_file) do |t|
</del><ins>+ file(cpp_file => swig_file ) do |t|
</ins><span class="cx"> do_swig(swig_file, cpp_file, $swig_options)
</span><span class="cx"> post_process(cpp_file, "fixmodule.rb")
</span><span class="cx"> end
</span><span class="lines">@@ -259,8 +258,8 @@
</span><span class="cx"> def create_swig_main_task(base_name)
</span><span class="cx"> cpp_file = cpp_file(base_name...