-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Closed as not planned
Description
Description of Issue
OpenUSD doesn't build against onetbb 2022.0.0
/usr/bin/c++ -DBOOST_NO_CXX98_FUNCTION_BASE -DGLX_GLXEXT_PROTOTYPES -DGL_GLEXT_PROTOTYPES -DMFB_ALT_PACKAGE_NAME=work -DMFB_PACKAGE_MODULE=Work -DMFB_PACKAGE_NAME=work -DPXR_BUILD_LOCATION=usd -DPXR_GL_SUPPORT_ENABLED -DPXR_PLUGIN_BUILD_LOCATION=../plugin/usd -DWORK_EXPORTS=1 -Dwork_EXPORTS -I/home/svenstaro/src/OpenUSD/build/pxr/base/work -I/home/svenstaro/src/OpenUSD/pxr/base/work -I/home/svenstaro/src/OpenUSD/build/include -Wall -Wformat-security -pthread -Wno-deprecated -Wno-deprecated-declarations -Wno-unused-local-typedefs -Wno-maybe-uninitialized -O3 -DNDEBUG -std=c++17 -fPIC -MD -MT pxr/base/work/CMakeFiles/work.dir/dispatcher.cpp.o -MF pxr/base/work/CMakeFiles/work.dir/dispatcher.cpp.o.d -o pxr/base/work/CMakeFiles/work.dir/dispatcher.cpp.o -c /home/svenstaro/src/OpenUSD/pxr/base/work/dispatcher.cpp
/home/svenstaro/src/OpenUSD/pxr/base/work/dispatcher.cpp: In member function ‘tbb::detail::d1::wait_context& pxrInternal_v0_24_11__pxrReserved__::WorkDispatcher::_TaskGroup::_GetInternalWaitContext()’:
/home/svenstaro/src/OpenUSD/pxr/base/work/dispatcher.cpp:36:12: error: ‘m_wait_ctx’ was not declared in this scope; did you mean ‘m_wait_vertex’?
36 | return m_wait_ctx;
| ^~~~~~~~~~
| m_wait_vertex
ninja: build stopped: subcommand failed.
Steps to Reproduce
- Have onetbb 2022.0.0
- Compile OpenUSD
System Information (OS, Hardware)
Arch Linux
Package Versions
gcc 14.2.1
onetbb 2022.0.0
OpenUSD 24.11
Build Flags
defaults
Metadata
Metadata
Assignees
Labels
No labels