I need to compile SBCL from source and enable streams on MacBook Mac Mac OS X.
I have done the following:
- We downloaded sbcl-1.0.29.54.rc1 and unzipped it to the root of my hard drive (I could put it in another place if it were better).
Called
sh make.sh
It does a lot of things (this will not work right away), but then the following failure occurs:
make: *** [backtrace.o] Error 1
I can not say that the problem is with the previous output:
; /sbcl-1.0.29.54.rc1/obj/from-host/src/compiler/generic/genesis.lisp-obj-tmp written ; compilation finished in 0:00:02.281 STYLE-WARNING: redefining FOP-MAYBE-COLD-LOAD in DEFUN T * beginning GENESIS, creating headers in "src/runtime/genesis" NIL * real 1m24.729s user 1m17.343s sys 0m5.793s //entering make-target-1.sh //building runtime system and symbol table file rm -f *.[do] sbcl sbcl.nm sbcl.h core *.tmp echo '#include "genesis/config.h"' >sbcl.h echo '#include "genesis/constants.h"' >>sbcl.h In file included from darwin-os.c:21: /usr/include/ucontext.h:42:2: error:
Can someone tell me what I need to do to fix this?
source share