PixarAnimationStudios / OpenUSD

Universal Scene Description
http://www.openusd.org
Other
5.51k stars 1.14k forks source link

cannot open file 'tbb_debug.lib' #3078

Open markhfeldman opened 1 month ago

markhfeldman commented 1 month ago

Description of Issue

Getting the following error when attempting to build OpenUSD: LINK : fatal error LNK1104: cannot open file 'tbb_debug.lib' [C:\Users\zzzz\repos\OpenUSD\pxr\base\tf\tf.vcxproj]

Steps to Reproduce

  1. c:\users\zzzz\repos\OpenUSD>cmake.exe -G "Visual Studio 15 2017" -A x64 -DTBB_ROOT_DIR="C:\users\zzzz\tbb-2020.3\tbb" -DOPENSUBDIV_ROOT_DIR="C:\users\zzzz\OpenSubdiv-3_6_0" -DBOOST_ROOT="C:\users\zzzz\boost_1_76_0" C:\users\zzzz\repos\OpenUSD

  2. cmake --build . --target install -- /m:%NUMBER_OF_PROCESSORS% [C:\Users\zzzz\repos\OpenUSD\pxr\base\tf\tf.vcxproj] .. .. LINK : fatal error LNK1104: cannot open file 'tbb_debug.lib' [C:\Users\zzzz\repos\OpenUSD\pxr\base\tf\tf.vcxproj]

System Information (OS, Hardware)

Windows

Package Versions

Build Flags

jesschimein commented 1 month ago

Filed as internal issue #USD-9653