Closed BadSingleton closed 1 year ago
Thanks for spotting those issues!
Sorry, it's going to take a while. Legal got back to us and the person that can sign the CLA is currently on holiday.
@meshula CLA is now signed!
Thanks!
I can repro the same CI failure on the main
branch, using Ubuntu 22.04 (which looks like to be ubuntu-latest according to github), but everything is fine on Ubuntu 20.04 (and also builds fine on win10 and macos 10.15 on our side).
The build failure is clearly unrelated. I'm inclined to land it.
If you have repro, are you able to tell what the issue is? Does the OTIO_API macro need some help?
Sorry, I have no idea how to fix it nor to tell what exactly the problem is (other than obviously being a linkage issue)
Ok, cool. I just double checked, the CI has been broken for nearly a year, this isn't by any means a new issue.
Don't link to pthread on windows
Define a symbol instead of an int, MVSC can't see it as a constant (and gives an error).