Re: [Bf-committers] openexr msvc10

2011-02-07 Thread Peter Kümmel
Thanks for accepting the patch. Does anybody plan to update the msvc20 libs? On 07.02.2011 02:44, Campbell Barton wrote: > Thanks for the patch, applied r34677 > > On Sun, Feb 6, 2011 at 5:59 PM, Peter Kümmel wrote: >> I successfully build trunk with cmake and msvc10 by disabling openexr. >> >>

[Bf-committers] openexr msvc10

2011-02-06 Thread Peter Kümmel
I successfully build trunk with cmake and msvc10 by disabling openexr. The problem with openexr is that the libs in /lib/windows/openexr/lib_vs2010 are not correctly build. They are linked against the static runtime library of msvc which gives the linker errors (LNK2005). With attached patch and