chicken-hackers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Chicken-hackers] build problem on Lion


From: Derrell Piper
Subject: [Chicken-hackers] build problem on Lion
Date: Wed, 10 Aug 2011 13:04:19 -0700
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.3 (darwin)

Anyone else trying to build trunk on Lion?  Or is this the problem Felix
alluded to a while back?

make C_COMPILER=gcc-4.2 PLATFORM=macosx PREFIX=/usr/local ARCH=x86-64
  .
  .
  .
gcc-4.2 -m64 -L. chicken-profile.o  -o chicken-profile -lchicken  -lm
chicken csc.scm -optimize-level 2 -include-path . -include-path ./ -inline 
-ignore-repository -feature chicken-bootstrap -no-warnings  -no-lambda-info 
-local -no-trace -output-file csc.c 
gcc-4.2 -no-cpp-precomp -fno-strict-aliasing -fwrapv -fno-common 
-DHAVE_CHICKEN_CONFIG_H -m64 -DC_ENABLE_PTABLES -fPIC -DPIC -c -Os 
-fomit-frame-pointer csc.c -o csc.o -I. -I./ 
gcc-4.2 -m64 -L. csc.o  -o csc -lchicken  -lm
chicken setup-api.scm -optimize-level 2 -include-path . -include-path ./ 
-inline -ignore-repository -feature chicken-bootstrap -no-warnings  -feature 
chicken-compile-shared -dynamic -emit-import-library setup-api \
          -output-file setup-api.c 

Error: during expansion of (import ...) - unbound variable: 
##sys#ensure-transformer

        Call history:

        <syntax>          (cddddr form)
        <syntax>          (r (quote receive))
        <syntax>          (quote receive)
        <syntax>          (##core#quote receive)
        <syntax>          (r (quote string-parse-start+end))
        <syntax>          (quote string-parse-start+end)
        <syntax>          (##core#quote string-parse-start+end)
        <syntax>          (r (quote string-parse-final-start+end))
        <syntax>          (quote string-parse-final-start+end)
        <syntax>          (##core#quote string-parse-final-start+end)
        <syntax>          (quote let-string-start+end)
        <syntax>          (##core#quote let-string-start+end)
        <eval>    (##sys#register-primitive-module (quote srfi-13) (quote 
(check-substring-spec kmp-step make-kmp-rest......
        <eval>    (##sys#list (##sys#list (##core#quote let-string-start+end) 
(##core#quote ()) (##sys#ensure-transfor......
        <eval>    (##sys#list (##core#quote let-string-start+end) (##core#quote 
()) (##sys#ensure-transformer (##sys#e......
        <eval>    (##sys#ensure-transformer (##sys#er-transformer (lambda (form 
r c) (##sys#check-syntax (quote let-st......    <--
make[1]: *** [setup-api.c] Error 70
make: *** [all] Error 2




reply via email to

[Prev in Thread] Current Thread [Next in Thread]