SWIG not generating correct type qualifiers
From: Nik Clayton <nik_at_ngo.org.uk>
Date: 2007-02-28 19:56:41 CET
Has anyone experienced problems with Swig not generating correct type
Here's the first part of the code it generates when expecting an
SWIGINTERN int
If you try and pass anything that fits in an unsigned 32 bit int, but not a
The solution is to manually change the line marked "/* conversion */" to
unsigned long SvIV(obj);
But these files are all automatically generated by Swig, so that's obviously
Anyone else run in to anything like this when working on the language
N
PS: The specific place I'm running in to this is trying to wrap
---------------------------------------------------------------------
|
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.