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

Re: SVN 1.2.1 SWIG Bindings (Python, Perl) fail to build "properly" on Win32

From: Erik Huelsmann <ehuels_at_gmail.com>
Date: 2005-07-11 13:02:35 CEST

Hi James,

On 7/11/05, James Park (pencil_ethics) <pencilethics@gmail.com> wrote:
> The SWIG Python and Perl bindings for Subversion 1.2.1 fail to build
> correctly on Win32. I cannot be sure whether this is platform-specific
> since I do not have another platform to test on.
>
> I am building with:
>
> Subversion 1.2.1 (r15230) - of course :-)
> Visual C++ 6.0 SP6
> SWIG 1.3.24
> Python 2.3.5
> ActivePerl 5.8.6.811
>
> If I try to build the Python bindings, I get output along these lines:
>
> core.c(1736) : error C2632: 'long' followed by 'long' is illegal

[ snip ]

> If I try to build the Perl bindings, I get output along these lines:
>
> core.c(2862) : error C2632: 'long' followed by 'long' is illegal

This is a problem with SWIG 1.3.24 with VC6: SWIG output requires
support for 'long long' which VC6 doesn't have...

I think using 1.3.21 will resolve your problems.

bye,

Erik.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Jul 11 13:05:32 2005

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.