Skip to content
New issue

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

Doesn't build against onetbb 2022.0.0 #3445

Closed
svenstaro opened this issue Dec 3, 2024 · 2 comments
Closed

Doesn't build against onetbb 2022.0.0 #3445

svenstaro opened this issue Dec 3, 2024 · 2 comments

Comments

@svenstaro
Copy link

svenstaro commented Dec 3, 2024

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

  1. Have onetbb 2022.0.0
  2. Compile OpenUSD

System Information (OS, Hardware)

Arch Linux

Package Versions

gcc 14.2.1
onetbb 2022.0.0
OpenUSD 24.11

Build Flags

defaults

@jesschimein
Copy link
Collaborator

Filed as internal issue #USD-10488

@pixar-oss
Copy link
Member

Closing this issue as a duplicate since this appears to be fixed by #3392

@pixar-oss pixar-oss closed this as not planned Won't fix, can't repro, duplicate, stale Dec 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants