Re: Scheme 48 failed to build on OSX 10.8.5

Michael Sperber <[email protected]> Tue, 15 Oct 2013 08:38:52 +0200
Newsgroups gmane.lisp.scheme.scheme48
Message-ID <[email protected]>
"Tobias Ammann" <[email protected]> writes:

> 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

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