Andreas Stieger writes:
> Hi,
>
> On 29/01/15 16:05, Philip Martin wrote:
>> Andreas Stieger writes:
>>
>>> When removing comments which throw SWIG 3.0.4 errors as this:
>>
>> What errors do you get if you leave the comments in? We don't really
>> want to delete the comments from our source c
Hi,
On 29/01/15 16:05, Philip Martin wrote:
> Andreas Stieger writes:
>
>> When removing comments which throw SWIG 3.0.4 errors as this:
>
> What errors do you get if you leave the comments in? We don't really
> want to delete the comments from our source code.
> [ 479s] ./subversion/bindi
Andreas Stieger writes:
> When removing comments which throw SWIG 3.0.4 errors as this:
What errors do you get if you leave the comments in? We don't really
want to delete the comments from our source code. Which version of
Python are you using?
> I get the following error:
>
>> import me
On 28/01/15 15:09, Philip Martin wrote:
> Andreas Stieger writes:
>
>> I will look into that. The odd thing is when I remove the comments,
>> check-swig-py trips over a svn_pool_create() call without arguments in
>> proxy_apr.swg which looks wrong.
>
> That's python code, not C. The function is
Andreas Stieger writes:
> I will look into that. The odd thing is when I remove the comments,
> check-swig-py trips over a svn_pool_create() call without arguments in
> proxy_apr.swg which looks wrong.
That's python code, not C. The function is defined earlier in the file
and forwards to _core.
Hi,
On 28/01/15 12:39, Bert Huijben wrote:
> I applied a patch similar to the first hunk in r1655262, as this file is
> processed mostly as C code.
>
> I'm not sure about the other hunks. It looks like they could be processed as
> python where the other syntax is preferred.
I will look into t
> -Original Message-
> From: Andreas Stieger [mailto:andreas.stie...@gmx.de]
> Sent: zondag 25 januari 2015 22:53
> To: dev@subversion.apache.org
> Subject: [PATCH] Fix build errors in bindings with SWIG 3.0.4
>
> Hello,
>
> I saw build errors in t
Andreas Stieger writes:
> Index: subversion/bindings/swig/include/proxy.swg
> ===
> --- subversion/bindings/swig/include/proxy.swg(revision 1654697)
> +++ subversion/bindings/swig/include/proxy.swg(working copy)
> @@
Hello,
I saw build errors in the bindings with SWIG 3.0.4:
./subversion/bindings/swig/core.i:792: Error: Unknown SWIG preprocessor
directive: The (if this is a block of target language code, delimit it
with %{ and %})
The attached patch fixes the comment style issue in trunk and 1.8.x.
[[[
Fix b
9 matches
Mail list logo