NovelRT icon indicating copy to clipboard operation
NovelRT copied to clipboard

oneTBB fails to link properly when the project is hosted in a directory with space characters

Open Pheubel opened this issue 3 years ago • 0 comments

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.

Pheubel avatar Sep 07 '22 15:09 Pheubel