Well, not only... when running cmake with VC10 in builds that require boost and ioimage libs it will fail on them as well.
If we want to upgrade to VC10 I think that we should abandon VC9 and do the move once and for all On Thu, Jul 21, 2011 at 8:12 AM, Tom Edwards <[email protected]> wrote: > If VC9 is not installed, Blender debug builds quit with an "application > was unable to start correctly" error as soon as they try to load the > Python library. > > The problem is that python32_d.dll was built with the VC9 debug CRT > dynamically linked, and that the debug CRT is available only through an > install of VC9. The solution is simply to recompile the DLL with the > runtime statically linked (/MTd). > > This is the only thing preventing VC10 builds from succeeding! > _______________________________________________ > Bf-committers mailing list > [email protected] > http://lists.blender.org/mailman/listinfo/bf-committers > _______________________________________________ Bf-committers mailing list [email protected] http://lists.blender.org/mailman/listinfo/bf-committers
