What I remember is that 2.0.2 was broken, 2.0.3 fixed it (it was in the release notes or a commit message or something, I forget), and then 2.0.4 introduced a new, separate problem. The 2.0.2 one was apparently a SWIG bug and has been fixed. The 2.0.4 one may be a SWIG bug or it may be our fault. I don't understand what's going on there well enough to be able to tell.
Gabe On 11/17/11 23:00, Ali Saidi wrote: > Is the latest swig actually broken? Is it our issue or swig's? If it's swig's > we should probably tell them, lest it get picked up by a major distro and be > a continuing issue for us. > > Ali > > On Nov 14, 2011, at 10:10 PM, Gabriel Michael Black wrote: > >> gcc 4.6 problems should be fixed in the latest version of the developer >> repository. Also you may need to use swig 2.0.3 since 2.0.2 and 2.0.4 both >> have problems. I may not have the version numbers quite right there, but if >> you try one and it doesn't work you should try one close to it. >> >> Gabe >> >> Quoting yanke <[email protected]>: >> >>> Hello? When I compiling gem5 with gcc4.6.2 and swig2.0.2 ?I get the >>> following errors? >>> >>> [ CXX] ALPHA_FS/python/swig/pyobject.cc -> .do >>> build/ALPHA_FS/python/swig/pyobject.cc: In function 'int >>> connectPorts(SimObject*, const string&, int, SimObject*, const string&, >>> int)': >>> build/ALPHA_FS/python/swig/pyobject.cc:97:16: error: variable 'mo1' set but >>> not used [-Werror=unused-but-set-variable] >>> build/ALPHA_FS/python/swig/pyobject.cc:97:22: error: variable 'mo2' set but >>> not used [-Werror=unused-but-set-variable] >>> >>> Could anyone help me? >>> >>> >> >> >> _______________________________________________ >> 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 _______________________________________________ gem5-users mailing list [email protected] http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users
