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

Build Error when compiling python binding on Windows with VC6 at r25159 or later

From: masaru tsuchiyama <m.tmatma_at_gmail.com>
Date: 2007-05-27 09:54:17 CEST

Hi

I got build errors when compiling python binding on Windows with VC6
at r25159 or later. But I can compile it at r25158.

When I compile swig_python_core configuration,
I got the errors C2632 and C4244.

subversion\bindings\swig\python\core.c(2989) : error C2632:
'long' followed by 'long' is illegal.
subversion\bindings\swig\python\core.c(2993) : error C2632:
'long' followed by 'long' is illegal.
subversion\bindings\swig\python\core.c(2993) : warning C4244:
'conversion' conversion from 'unsigned __int64' to
'unsigned long', possible loss of data.

Regards.
Masaru.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sun May 27 09:54:38 2007

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.