You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Under Xcode 12, b2, the build engine for boost 1.6x.x, no longer compiles due to clang now defaulting to the warning that a function has been implicitly declared, has been defaulted to be an error. A full description of the problem, by @rlei-weta is here: boostorg/build#664
The current code in the build script reads as follows:
If on macOS we only ever get 1.70.0 then an Xcode 12 build will succeed for Python2 as well. This solution deviates from the vfx2018 platform, but that seems unavoidable.
Description of Issue
Under Xcode 12, b2, the build engine for boost 1.6x.x, no longer compiles due to clang now defaulting to the warning that a function has been implicitly declared, has been defaulted to be an error. A full description of the problem, by @rlei-weta is here: boostorg/build#664
The current code in the build script reads as follows:
If on macOS we only ever get 1.70.0 then an Xcode 12 build will succeed for Python2 as well. This solution deviates from the vfx2018 platform, but that seems unavoidable.
A proposed fix would be:
Steps to Reproduce
System Information (OS, Hardware)
Xcode 12
The text was updated successfully, but these errors were encountered: