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
In file included from openusd/pxr/base/work/dispatcher.cpp:9:
openusd/pxr/base/work/dispatcher.h: In constructor ‘pxrInternal_v0_25_2__pxrReserved__::WorkDispatcher::_TaskGroup::_TaskGroup(tbb::detail::d1::task_group_context&)’:
openusd/pxr/base/work/dispatcher.h:205:71: error: no matching function for call to ‘tbb::detail::d1::task_group::task_group(tbb::detail::d1::task_group_context&)’
205 | _TaskGroup(tbb::task_group_context& ctx) : tbb::task_group(ctx) {}
When compiling OpenUSD v25.02 on Ubuntu 22.04, using the apt install version of TBB 2021.5, I get the following error:
This is my build command:
This issue can be solved by adding definition
TBB_PREVIEW_TASK_GROUP_EXTENSIONS
to the buildThe text was updated successfully, but these errors were encountered: