-
Notifications
You must be signed in to change notification settings - Fork 40
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
Problems making after cloning repo #1008
Comments
Also. This is why i can't use normal windows command prompt |
What’s your sed? gnu sed or something else? |
Yes. Gnu sed. (Sorry for late response) |
Also i tried installing this in a Linux Virtual Machine (Ubuntu) and it gave this same error. So this is not just because it's windows. Maybe it's because it's bash? idk. |
Hey. I've become very interested in the ooc language and i've been wanting to try it for a long time. I decided today is the day to try it, i cloned the repo like in the tutorial, Then i try to make it. It goes well for a while but then i run into a wall of this
/usr/bin/sed: -e expression #1, char 6: unterminated `s' command /usr/bin/sed: -e expression #1, char 6: unterminated `s' command /usr/bin/sed: -e expression #1, char 6: unterminated `s' command /usr/bin/sed: -e expression #1, char 6: unterminated `s' command /usr/bin/sed: -e expression #1, char 6: unterminated `s' command /usr/bin/sed: -e expression #1, char 6: unterminated `s' command /usr/bin/sed: -e expression #1, char 6: unterminated `s' command /usr/bin/sed: -e expression #1, char 6: unterminated `s' command /usr/bin/sed: -e expression #1, char 6: unterminated `s' command /usr/bin/sed: -e expression #1, char 6: unterminated `s' command /usr/bin/sed: -e expression #1, char 6: unterminated `s' command /usr/bin/sed: -e expression #1, char 6: unterminated `s' command /usr/bin/sed: -e expression #1, char 139: unterminated `s' command /usr/bin/sed: -e expression #1, char 1: unknown command: `C' /usr/bin/sed: -e expression #1, char 654: unterminated `s' command /usr/bin/sed: -e expression #1, char 13: unterminated `s' command configure: error: write failure creating ./config.status /usr/bin/sed: -e expression #1, char 1: unknown command: `C'
I'm using windows, cygwin (it's the only way i can use this without it giving me a error about bootstrap), MinGW and MSYS.
The text was updated successfully, but these errors were encountered: