You are viewing a plain text version of this content. The canonical link for it is here.
Posted to p-dev@xerces.apache.org by "Jason E. Stewart" <je...@ncgr.org> on 2000/04/14 21:04:47 UTC

SWIG problems

Hey,

I've downloaded the latest SWIG (1.3a2) from www.swig.org and it is
broken. Between a1 and a2 the memory management code went from using
it's own internal memory pool to using the builin C++ new and
delete. It dumps core on Xerces.i on both linux and solaris, so I've
been forced to go back the old stable version (swig1.1p5). Included is 
my patch for Xerces_wrap.cpp for that version.

jas.