We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
Arch Linux
gcc 14.2.1 onetbb 2022.0.0 OpenUSD 24.11
defaults
The text was updated successfully, but these errors were encountered:
Filed as internal issue #USD-10488
Sorry, something went wrong.
Closing this issue as a duplicate since this appears to be fixed by #3392
No branches or pull requests
Description of Issue
OpenUSD doesn't build against onetbb 2022.0.0
Steps to Reproduce
System Information (OS, Hardware)
Arch Linux
Package Versions
gcc 14.2.1
onetbb 2022.0.0
OpenUSD 24.11
Build Flags
defaults
The text was updated successfully, but these errors were encountered: