PixarAnimationStudios / OpenUSD

Universal Scene Description
http://www.openusd.org
Other
5.56k stars 1.16k forks source link

cmake fails to build openEXR #1158

Open filipkrayem opened 4 years ago

filipkrayem commented 4 years ago

Description of Issue

When building on windows, the OpenEXR won't build with this error: ERROR: Failed to run 'cmake --build . --config Release --target install -- /M:4'

Steps to Reproduce

  1. Clone and build the code in Developer Command prompt for vs 2019 on windows 10

System Information (OS, Hardware)

Windows 10 pro 64 bit

Package Versions

Latest, cmake latest

Build Flags

meshula commented 4 years ago

I assume you are running the build script? If so, can you run again with the --verbose option, and copy and paste the part of the output pertaining to OpenEXR?

jilliene commented 4 years ago

Filed as internal issue #USD-5969

c64kernal commented 4 years ago

Hi @FilipK268 -- one of our developers, @davidgyu, discovered that rolling back from VS2019 16.5.3 (April 7) to 16.4.6 (March 10) seemed to fix the problem. Might also be worth checking with the OpenEXR folks to see if they're aware of this issue.

meshula commented 4 years ago

I've repro'd the problem, and notified the rest of the OpenEXR team.