Re: [PATCH] Ruby SWIG-based bindings
From: Kouhei Sutou <kou_at_cozmixng.org>
Date: 2005-01-06 05:02:08 CET
Hi,
In <20050105204848.GB27717@lyra.org>
> > The codes generated by %include sometimes need some type
First, it is a problem (maybe only) for Ruby-SWIG.
Ruby-SWIG generates prototype declarations of deconstructor
That is:
* the problem is not always happened. It is happened only
* the problem may be not happened other SWIG bindings.
Here is the compile error messages when *NOT* swap them in
...
And the corresponding part of svn_ra.c:
swig_class cSvn_ra_reporter_t;
swig_class cSvn_ra_callbacks_t;
swig_class cSvn_ra_plugin_t;
...
601: #include "svn_ra.h"
#ifdef SWIGPYTHON
#ifdef SWIGJAVA
#ifdef SWIGPERL
#ifdef SWIGRUBY
> I would imagine one of two things are happening:
So, my answer is the first one.
-- kou --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org For additional commands, e-mail: dev-help@subversion.tigris.orgReceived on Thu Jan 6 05:03:24 2005 |
This is an archived mail posted to the Subversion Dev mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.