ooc-lang / rock

:ocean: self-hosted ooc compiler that generates c99
http://ooc-lang.org/
MIT License
401 stars 40 forks source link

Problems making after cloning repo #1008

Open Pancakeddd opened 5 years ago

Pancakeddd commented 5 years ago

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.

Pancakeddd commented 5 years ago

Also. This is why i can't use normal windows command prompt C:\Users\nathanmoosh\Documents\rock\rock>make rescue rm -rf build/ utils/download-bootstrap.sh Getting latest bootstrap url... Could not find latest bootstrap-only. Can you reach api.github.com ? make: *** [download-bootstrap] Error 1

vendethiel commented 5 years ago

What’s your sed? gnu sed or something else?

Pancakeddd commented 5 years ago

Yes. Gnu sed. (Sorry for late response)

Pancakeddd commented 5 years ago

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.