search for: noruntime

Displaying 4 results from an estimated 4 matches for "noruntime".

Did you mean: oruntime
2005 Jul 30
1
Latest checked in files
The latest tarball appears to require SWIG to build. I''m guessing one of the swig output files is missing in the CVS. It stops here: NotebookEvent.cpp swig -noruntime -noextern -w401 -w801 -w515 -c++ -ruby -o src/NotebookSizer.cpp swig/classes/NotebookSizer.i Exception `RuntimeError'' at c:/ruby/lib/ruby/gems/1.8/gems/rake-0.5.4/lib/rake.rb:485 - Command failed with status (0): [swig -noruntime -noextern -w401 -w801 -w...] rake aborted! Command fai...
2005 Aug 04
8
swigwin
Anyone on the list have some pointers for getting swig working properly on Windows? Anytime I reswig a file it breaks wx.cpp. I''m sure I''ve got a setup problem but I haven''t been able to put my finger on it yet. Roy
2005 Jul 31
5
SWIG compilation
The result of the compilation after installing swig results in lots of errors of the sort: WindowDisabler.obj : error LNK2001: unresolved external symbol _SWIG_Ruby_ConvertPtr I can see this is defined in rubydef.swg but I''m not sure why this isn''t just included in the files that need it. Can any swig experts tell me what I need to do to progress? I''m using
2007 Mar 17
5
Fix for crash at exit
Hi This is a very small patch that seems to solve that "Exit the app and get a segfault in return" problem. Another thing: bigdemo.rb:395 does item = event.get_item() if item.is_ok but get_item typemaps TreeItemId into a plain integer, so it doesn''t have is_ok method anymore, is there any wxruby2''yish solution to this kind of problem ? A.K. In case