-
-
Notifications
You must be signed in to change notification settings - Fork 905
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
Installation fails at calling libtool when install dir contains space #1407
Comments
Worked around it by temporarily renaming the directory with spaces and overriding some environment variables to point to the new location instead. |
Hi! I believe that the Makefile that libxml2 generates does contain a properly-quoted directory in the command. Can you double-check what it looks like on your system? I imagine that this might be an issue with the version of libtool you have on your machine? It doesn't look like an issue that Nokogiri or even mini_portile can address. |
Sorry, I don't have the project anymore, so I cannot test this without recreating everything. Since I posted the workaround and you rightly so indicated this is not a Nokogiri issue, I am closing this issue. |
Building this on Cygwin using ruby 2.2.3p173 (2015-08-18 revision 51636) [x86_64-cygwin].
Note the user directory contains a space: "Space Space"
Below is the full output, but the issue is that quotes are no longer around the path when libtool is called:
Full output:
The text was updated successfully, but these errors were encountered: