Re: Build Error when compiling python binding on Windows with VC6 at r25159 or later
From: Joe Swatosh <joe.swatosh_at_gmail.com>
Date: 2007-05-28 19:58:46 CEST
Hi
On 5/27/07, Masaru Tsuchiyama <m.tmatma@gmail.com> wrote:
> r25158 is the revision at which merge-sensitive-log branch was merged.
apr_uint64_t is now used in the Subversion headers. The patch below fixes the
-- Joe Index: build/generator/swig/checkout_swig_header.py =================================================================== --- build/generator/swig/checkout_swig_header.py (revision 25172) +++ build/generator/swig/checkout_swig_header.py (working copy) @@ -55,6 +55,12 @@ %fragment("SWIG_Check_" {long long},"header") { } %fragment("SWIG_From_" {long long},"header") { + } + %fragment("SWIG_AsVal_" {unsigned long long},"header") { + } + %fragment("SWIG_Check_" {unsigned long long},"header") { + } + %fragment("SWIG_From_" {unsigned long long},"header") { }\n""") file.write(python_swg) file.close() --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org For additional commands, e-mail: dev-help@subversion.tigris.orgReceived on Mon May 28 19:59:26 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.