Re: Issue Compiling OCIO Under OSX and vcpkg.
Hi Simon & Community,
OCIO 1.1.1 is from the branch RB-1.1 and it does not compile in C++11. But the reported error is a new C++11 syntax to initialize vector in a Yaml include file. So, the build can only fail. The expected yaml version for RB-1.1 is 0.3.0 but the yaml version used to compile is a most recent one. So, there are definitively errors in vcpkg rules concerning OCIO v1.1.1: https://github.com/microsoft/vcpkg/blob/master/ports/opencolorio/portfile.cmake Few comments:
Sometime this week, I will log a defect to vcpkg to fix:
Let me know if you notice something else. Regards, Patrick |
|