You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Changing the name of the offending folder from 8 grumpyTest to 8-grumpyTest relieved the error. You may want to make your makefile more robust for spaces in paths, though.
The text was updated successfully, but these errors were encountered:
Comment by drgrib Saturday Mar 25, 2017 at 17:22 GMT
@vbmade2000 I wish I could. It has been a long time since I used Grumpy and I have switched the language of my project to Go.
I can tell you that the only step required to reproduce that I think is important is that Grumpy is unzipped to a directory that has spaces in the name of one of the parent folders and then to call make on the primary Grumpy directory.
google#236 opened by @drgrib on 4 Feb 2017
If there is a space in the path to grumpy, there will be a long chain of errors of the type found here on
make
:Specifically, the makefile is transforming the path from
/Users/credford/Dropbox/Years/__2017/__Scripts/Professional/8 grumpyTest/grumpy/third_party/stdlib
(notice the space after the
8
) togrumpyTest/grumpy/third_party/stdlib:/Users/credford/Dropbox/Years/__2017/__Scripts/Professional/8
Changing the name of the offending folder from
8 grumpyTest
to8-grumpyTest
relieved the error. You may want to make your makefile more robust for spaces in paths, though.The text was updated successfully, but these errors were encountered: