novelrt/NovelRT

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

Pheubel opened this issue · 1 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.

after looking at it, i think this might be a duplicate of #387 as the symptoms seem the same. so i am closing this for now.