programming-nu / nu

Nu is an interpreted Lisp that builds on the Objective-C runtime and Foundation framework.
http://programming-nu.github.io
Apache License 2.0
2.15k stars 237 forks source link

dmg not working 10.7 #69

Closed finnsson closed 7 years ago

finnsson commented 11 years ago

The dmg is not working on 10.7. When running nush the error

$ nush -i
Illegal instruction: 4

is reported. According to stackoverflow is it due to the bin being compiled for a later OS-version.

Would it be possible to compile Nu 2.1 for 10.7 or can I find an older bin that works with 10.7?

zlatanvasovic commented 11 years ago

Make pull request with change of -macosx-version-min. Or try to compile from source code.

alexispurslane commented 9 years ago

if this is solved, close the issue! if it isnt, please say so.