oneTBB fails to link properly when the project is hosted in a directory with space characters
Pheubel opened this issue · 1 comments
Pheubel commented
Environment: Ubuntu 2022.4.1 LTS over WSL.
Compiler: Clang 14
my project is hosted in /mnt/d/Github Repos/
, when building the project it will fail to build and report:
[build] clang: error: no such file or directory: 'Repos/NovelRT/build/internal/oneTBB/src/src/tbb/def/lin64-tbb.def'
It appears that the path starts after the space. After replacing the space character it builds as expected.