Are you sure scons is actually using the version of swig you've installed? I tried to recreate the error and couldn't. On my system with swig 1.3.40 the SWIG_Python_AddErrorMsg doesn't even start until line 950, yet somehow in your compile you're getting an error on that function on line 870. I expect the only thing that could change that would be if scons is using a different version of swig than you think it is.
Steve On Wed, Apr 18, 2012 at 4:13 PM, Thomas, Amanda J < [email protected]> wrote: > I deleted the build directory in gem5 and tried to build it again, but > the same error came up. Then I used swig 1.3.40 instead and the same thing > happened again. (Both building gem5.debug since it's faster.) Nothing > seems to change the error. > > -Amanda > > _______________________________________________ > gem5-users mailing list > [email protected] > http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users >
_______________________________________________ gem5-users mailing list [email protected] http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users
