https://bugzilla.redhat.com/show_bug.cgi?id=1895567 --- Comment #12 from Mamoru TASAKA <mtasaka@xxxxxxxxxxxxxxxxx> --- Note that there is another error: ``` /builddir/build/BUILD/USD-21.02/pxr/base/work/singularTask.h:123:21: error: 'size_t' was not declared in this scope; did you mean 'std::size_t'? 123 | size_t old = count; | ^~~~~~ | std::size_t In file included from /usr/include/c++/11/bits/atomic_base.h:35, from /usr/include/c++/11/atomic:41, from /builddir/build/BUILD/USD-21.02/pxr/base/work/singularTask.h:31, from /builddir/build/BUILD/USD-21.02/pxr/base/work/singularTask.cpp:24: /usr/include/c++/11/x86_64-redhat-linux/bits/c++config.h:2427:33: note: 'std::size_t' declared here 2427 | typedef __SIZE_TYPE__ size_t; | ^~~~~~ ``` -- You are receiving this mail because: You are on the CC list for the bug. You are always notified about changes to this product and component _______________________________________________ package-review mailing list -- package-review@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to package-review-leave@xxxxxxxxxxxxxxxxxxxxxxx Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/package-review@xxxxxxxxxxxxxxxxxxxxxxx