Hi Campbell, Compilation of the Freestyle branch with MinGW fails due to undefined references to some Python API functions. The cause turned out to be missing entries in python/lib/python31_d.def. Adding the missing functions to the .def file and updating .lib files has resolved the compilation issue on a test environment of mine. Could you please apply the following patch http://www.pasteall.org/16232/diff and update the .lib files in the repository?
Thanks, -- KAJIYAMA, Tamito <[email protected]> ----- Original Message ----- From: "Campbell Barton" <[email protected]> To: <[email protected]> Sent: Monday, October 04, 2010 11:15 AM Subject: [Bf-blender-cvs] SVN commit: /data/svn/bf-blender [32301] trunk/lib/windows/python/lib: update to python/mingw defs again. > Revision: 32301 > > http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=32301 > Author: campbellbarton > Date: 2010-10-04 12:15:17 +0200 (Mon, 04 Oct 2010) > > Log Message: > ----------- > update to python/mingw defs again. release now compiles > > Modified Paths: > -------------- > trunk/lib/windows/python/lib/python31_d.def > trunk/lib/windows/python/lib/python31mw.lib > trunk/lib/windows/python/lib/python31mw_d.lib _______________________________________________ Bf-committers mailing list [email protected] http://lists.blender.org/mailman/listinfo/bf-committers
