-
Notifications
You must be signed in to change notification settings - Fork 6.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[opencolorio:x64-osx] build failure #14113
Comments
I got same build errors above on vcpkg 2020.07 as I tried to install OpenImageIO[opencolorio]:x64-osx. Is there a workarond? Thanks to your help. |
Unfortunately I am not aware of a workaround. I am afraid installing OpenImageIO without OpenColorIO wouldn't be an option for you as well. |
The Note: The version detection for The usual way to select the right C++ version using |
Thanks for the detailed explanations! I am not an vcpkg expert, but I am afraid vcpkg always uses the most recent version of a library, so it might not be possible to downgrade to yaml 0.5.1. Under Linux opencolorio compiles without problems in combination with yaml 0.6.3. So I tried to compile it with support for C++11 under macOS - and there are no errors as well. The quick solution is to add
|
To better explain my proposal which is to let OpenColorIO uses the right third-party library version (i.e. not the installed ones), here are the new settings for
Note: The Linux compilation is the example where OpenColorIO uses the right third-party libraries i.e. |
Thank you, @hodoulp Patrick, it works with above solution. |
Verified this issue with latest vcpkg, it looks fixed:
|
Host Environment
To Reproduce
./vcpkg --triplet x64-osx install opencolorio
All dependencies of opencolorio were installed successfully, but compilation of opencolorio failed.
Failure logs
Console output:
install-x64-osx-dbg-out.log:
The text was updated successfully, but these errors were encountered: