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

Can't build: spaces in path dir tripping up make #85

Closed
unfa opened this issue May 8, 2018 · 3 comments
Closed

Can't build: spaces in path dir tripping up make #85

unfa opened this issue May 8, 2018 · 3 comments

Comments

@unfa
Copy link
Contributor

unfa commented May 8, 2018

Another attempt to build Wolf Shaper ended like this:

make[1]: Leaving directory '/data/unfa/Wolf Shaper/wolf-shaper/plugins/WaveShaper'
make: /data/unfa/Wolf: Command not found
Makefile:42: recipe for target 'gen' failed
make: *** [gen] Error 127

Please note the directory I have the sources cloned into. Looks like a non-escaped space character broke make.

Moving the local repo to a path with no spaces solved the issue:


make -C dpf/dgl
make[1]: Entering directory '/home/unfa/Downloads/WS/wolf-shaper/dpf/dgl'
make[1]: Nothing to be done for 'all'.
make[1]: Leaving directory '/home/unfa/Downloads/WS/wolf-shaper/dpf/dgl'
make all -C plugins/WaveShaper
make[1]: Entering directory '/home/unfa/Downloads/WS/wolf-shaper/plugins/WaveShaper'
make[1]: Nothing to be done for 'all'.
make[1]: Leaving directory '/home/unfa/Downloads/WS/wolf-shaper/plugins/WaveShaper'
Generate ttl data for './wolf-shaper_dsp.so', basename: 'wolf-shaper_dsp'
Writing manifest.ttl... done!
Writing wolf-shaper_dsp.ttl... done!
Writing wolf-shaper_ui.ttl... done!
@pdesaulniers
Copy link
Member

Ah, nice catch. Fixing this.

@pdesaulniers
Copy link
Member

Seems OK now. Can you confirm?

@pdesaulniers
Copy link
Member

I can't reproduce this anymore, so I'll assume it's fixed.

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

No branches or pull requests

2 participants