novelrt / NovelRT

A cross-platform 2D game engine accompanied by a strong toolset for visual novels.
MIT License
183 stars 43 forks source link

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

Closed Pheubel closed 1 year ago

Pheubel commented 2 years ago

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 commented 1 year ago

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.