Discussion:
Scheme 48 failed to build on OSX 10.8.5
Tobias Ammann
2013-10-14 12:23:26 UTC
Permalink
Hello

I tried building Scheme 48 on OSX 10.8.5 (using Homebrew), but if failed. I am new to Scheme and have no clue on how to solve this myself...

Homebrew Issue:
https://github.com/mxcl/homebrew/issues/22925

./configure & make output:
https://gist.github.com/betabrain/6753994

Thanks
Tobias
Michael Sperber
2013-10-15 06:38:52 UTC
Permalink
Post by Tobias Ammann
Hello
I tried building Scheme 48 on OSX 10.8.5 (using Homebrew), but if failed. I am new to Scheme and have no clue on how to solve this myself...
https://github.com/mxcl/homebrew/issues/22925
https://gist.github.com/betabrain/6753994
I can't reproduce, building from source. However, whatever version of
LLVM that ships with Xcode these days is still broken. So I recommend
the instructions from the release announcement:

http://permalink.gmane.org/gmane.lisp.scheme.scheme48/2570

Here they are:

NOTE IF YOU ARE BUILDING ON A MAC OS X: The C compilers shipped with the
current Xcode are buggy - compiling the system takes very long, and the
resulting binary is very slow. Either compile with -O0 with or get a
current binary version of LLVM + Clang from the LLVM Download page at

http://llvm.org/releases/download.html
--
Regards,
Mike
Alex Queiroz
2013-10-15 08:16:47 UTC
Permalink
Hallo,

On Tue, Oct 15, 2013 at 8:38 AM, Michael Sperber
Post by Michael Sperber
I can't reproduce, building from source. However, whatever version of
LLVM that ships with Xcode these days is still broken. So I recommend
http://permalink.gmane.org/gmane.lisp.scheme.scheme48/2570
Or just build GCC yourself, it's painless:
https://gist.github.com/asandroq/6591141
--
-alex
http://unendli.ch/
Continue reading on narkive:
Loading...