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

Build fails if directory structure has spaces in directory names #6

Open
Discordanian opened this issue Mar 29, 2021 · 1 comment
Open

Comments

@Discordanian
Copy link

My src directory is in a file structure that has a space in one of the directory names and the Makefile fails.

cp -p /Volumes/Zed/Dir Has Space/src/log4sh/src/shell/log4sh /Volumes/Zed/Dir Has Space /src/log4sh/build
cp: /Volumes/Zed/Dir is a directory (not copied)
cp: Has Space/src/log4sh/src/shell/log4sh: No such file or directory
cp: /Volumes/Zed/Dir is a directory (not copied)
make: *** [build] Error 1
@dnorthup-ums
Copy link

Does it work better if you replace lib/shlib_relToAbsPath with the version in https://github.com/kward/shlib/blob/master/functions/shlib_relToAbsPath ?

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