Nick Porcino
Nick Porcino
Our CI is hiding in the PR workflow, here's an example ~ https://github.com/PixarAnimationStudios/OpenTimelineIO/runs/5555252482?check_suite_focus=true
and I see we haven't yet landed changed for py310, I thought we had.
Thanks for the report. To start, can I request that if you are on a release version of CMake, could you retest using CMake 3.19, which is now available as...
Can you post the cmake command you are using to generate?
Can you attach /mnt/c/Users/azhan/Downloads/openexr-master/openexr-master/build_directory/CMakeCache.txt please?
I note that alpine uses musl, I wonder if there is some small difference vs m that causes this issue?
The CI is weirdly clean. I just did a clean pull to verify. ```` [email protected]:openexr/openexr.git mkdir build cd build cmake ../openexr -G "Visual Studio 16 2019" -Ax64 -DCMAKE_INSTALL_PREFIX=./install cmake --build...
[ [spew.txt](https://github.com/AcademySoftwareFoundation/openexr/files/6176681/spew.txt) ](url) I've attached spew.txt so you can see it in its full glory. It's 4,500 lines of warnings.
I am investigating whether there's a build setting issue with things (cmake setting? preprocessor definitions?) not propagating from OpenEXR to Imath, as a mismatch could be the root cause, but...
Update: @ignus2 @kdt3rd It runs out the macro set ups are all correct as is, in terms of making OpenEXR and Imath functional as shared libraries under MSVC. Attempting to...