search for: w801

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

Did you mean: 801
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 failed with status (0): [s...
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
2006 Aug 15
0
Problem with directors and Ruby
...ich tries to get the results from the Ruby call so it can pass them back to the returning function if called from C++. I believe I''ve done that part correctly but I''m always happy to be educated if I''ve done this the hard/wrong way Roy ---- swig -fvirtual -w401 -w801 -w515 -c++ -ruby -o sample.cpp sample.i ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Appli...
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