> -----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 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.

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.

        Bert
> 
> [[[
> Fix build errors in bindings with SWIG 3.0.4
> 
> * subversion/bindings/swig/core.i
>   (core_set_current_pool): Fix comment style.
> 
> * subversion/bindings/swig/include/proxy.swg
>   (__getattr__,__setattr__): Same.
> 
> * subversion/bindings/swig/svn_delta.i
>   (_ops_get): Same.
> ]]]
> 
> With kind regards,
> Andreas Stieger

Reply via email to