[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

RE: [PATCH] Fix build errors in bindings with SWIG 3.0.4

From: Bert Huijben <bert_at_qqmail.nl>
Date: Wed, 28 Jan 2015 12:39:49 +0100

> -----Original Message-----
> From: Andreas Stieger [mailto:andreas.stieger_at_gmx.de]
> Sent: zondag 25 januari 2015 22:53
> To: dev_at_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
Received on 2015-01-28 12:40:28 CET

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.