vishapoberon / compiler

vishap oberon compiler
http://oberon.vishap.am
GNU General Public License v3.0
186 stars 25 forks source link

Errors in voc/COMPILE re. Mac OSX #6

Closed jkleiser closed 8 years ago

jkleiser commented 8 years ago

On my Mac, with OSX 10.11.2, I got

-bash: gmake: command not found

so I just used make instead. And the name of the makefile is "makefile.darwin.clang.x86_64", not "makefile.clang.darwin.x86_64" as your COMPILE says two places.

norayr commented 8 years ago

did plain osx make work? hmm, i remember that there's used some syntax in the makefiles that needs gmake. i'll test it.

makefile name fixed in the "COMPILE" file for darwin.

Thank you.

jkleiser commented 8 years ago

Yes, plain OSX make worked well for me.