Closed GoogleCodeExporter closed 9 years ago
Yes, this is a 64bit/SWIG issue.
For similar issues see also http://trac.osgeo.org/gdal/ticket/1379
Original comment by gerwinde...@gmail.com
on 21 Aug 2009 at 2:20
I had the same issue on 64bit Fedora11, fix was to re-type the len variable
from int
to Py_ssize_t at the four declarations (see the line numbers).
Original comment by bobhueb...@gmail.com
on 1 Sep 2009 at 6:17
That does not come from swig only, see third hook of
https://trac.macports.org/browser/trunk/dports/devel/osgswig-devel/files/patch-s
rc-osg.i.diff
Original comment by n.oxyde
on 26 Dec 2009 at 1:01
I got this error some days ago when recompiling an ancient 2.4 version, now it
seems the problem does not occur anymore. closing the issue
Original comment by gerwinde...@gmail.com
on 24 Jun 2011 at 4:12
Original issue reported on code.google.com by
huib...@gmail.com
on 17 Aug 2009 at 11:34