Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Linux compilation fails if parent directory name contains [space] #66

Open
Skygge666 opened this issue Oct 6, 2020 · 1 comment
Open

Comments

@Skygge666
Copy link

gcc: error: Plugins/ZynAddSubFX_3.0-Zyn_Fusion/zyn-fusion-build/mruby-zest-build/mruby/include: No such file or directory
gcc: error: Plugins/ZynAddSubFX_3.0-Zyn_Fusion/zyn-fusion-build/mruby-zest-build/mruby/../deps/nanovg/src: No such file or directory
gcc: error: Plugins/ZynAddSubFX_3.0-Zyn_Fusion/zyn-fusion-build/mruby-zest-build/mruby/../deps/pugl/: No such file or directory
gcc: error: Plugins/ZynAddSubFX_3.0-Zyn_Fusion/zyn-fusion-build/mruby-zest-build/mruby/../deps/libuv-v1.9.1/include/: No such file or directory
gcc: error: Plugins/ZynAddSubFX_3.0-Zyn_Fusion/zyn-fusion-build/mruby-zest-build/mruby/build/host/src/class.o: No such file or directory
gcc: error: /usr/src/Audio: No such file or directory
gcc: error: Plugins/ZynAddSubFX_3.0-Zyn_Fusion/zyn-fusion-build/mruby-zest-build/mruby/src/class.c: No such file or directory
gcc: fatal error: no input files
compilation terminated.

The path was /usr/src/Audio Plugins/ZynAddSubFX_3.0-Zyn_Fusion/zyn-fusion-build
After renaming 'Audio Plugins' to 'AudioPlugins' compilation went fine.

@fundamental fundamental added the bug label Oct 6, 2020
@fundamental
Copy link
Member

Thanks for the bug report. I can confirm that this is an issue that exists. Since there's an easy workaround it's not something that I'm personally interested in fixing (other issues are currently higher priority), but I'd be willing to help others fix this particular issue, since it shouldn't be too high of complexity.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants