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
USD 20.11 does not build on ubuntu 22.04 due to the following issues:
- PixarAnimationStudios/OpenUSD#1546
- PixarAnimationStudios/OpenUSD#1592
Lock the platform version to Ubuntu 20.04 to test it.
USD 22.05 is also affected by the second issue, so we just bump up to
the latest version, which is 22.11, so we can keep the "ubuntu-latest"
platform.
Description of Issue
<cxxabi.h>
indemangle.cpp
has to be included earlier, otherwisegcc:11/clang:11
complains about:Quick fix:
sort
insingularTask.cpp
has to be referenced throughstd::
otherwisegcc:11/clang:11
complains about:<algorithm>
header is missing ineventTreeBuilder.cpp
andtoken.cpp
otherwiseclang:11
complains about (gcc:11
works fine without those):System Information (OS, Hardware)
Package Versions
Build Flags
Disclaimer: Everyting seems to build fain against
gcc:10.2.0
The text was updated successfully, but these errors were encountered: