From: Dave D. <da...@dr...> - 2004-02-16 16:42:29
|
On Mon, Feb 16, 2004 at 12:19:53AM -0600, David Terrell wrote: > I just encountered the same thing in a fresh build environment. Looks like > changes in Swig between 1.3.19 and 1.3.21 are to blame, I'm looking into > it now. Hmm... you are correct. See the changelog entry on 05/11/2003: http://sourceforge.net/project/shownotes.php?release_id=204503 I've attached a patch. I guess this is intended behavior, so maybe I should just check it in. But this is an incompatible change meaning that if I check this in, then ONLY 1.3.21 and later will work. I wonder if there is some sort of SWIG macro we can use so that we can conditionally compile on earlier versions of SWIG. Or do we just check this in, and say 1.3.21 is required? I'm leaning towards this later solution. -Dave |