-
Notifications
You must be signed in to change notification settings - Fork 1
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
./configure
chokes on giella-core version check if there are spaces in path
#12
Comments
I think there will be lots more, also not merged to languages yet. |
Spaces in paths are generally just a bad idea when working with anything that builds or generates from sources. Should it work? Yes. Will it work? Probably not. And even when you fix all current paths, new ones will crop up. |
I just made some extra testing to uncover other problems:
|
For shell scripts we could probably use shellcheck to root out such problems. It gives e.g. these kinds of reports:
|
I kind of fixed most of the stuff but it turns out the fix for pkg-config not accepting spaces in explicit path only works for pkgconf and not the original pkg-config so the one remaining problem is with giella-common pkg-config stuff in configure |
One of my students had a mysterious error complaining about a outdated giella-core, but the problem was that it was choking on a space in a directory name in her path (in her case,
BYU Junior Year/
:The text was updated successfully, but these errors were encountered: