chicken-users
[Top][All Lists]
Advanced

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

[Chicken-users] Error When Installing Numbers Egg


From: Joshua Griffith
Subject: [Chicken-users] Error When Installing Numbers Egg
Date: Mon, 8 Oct 2007 19:45:55 -0500

Hello,

While reinstalling the numbers egg after upgrading from Chicken 2.709 to 2.72, I received the following error in numbers-base.scm:

downloading numbers.egg from (www.call-with-current-continuation.org eggs 80)
  gzip -d -c ../numbers.egg | tar xf -
  /usr/local/bin/csc -feature compiling-extension -s -O2 -d1 numbers-base.scm -lgmp -D numbers-bootstrap -check-imports -emit-exports numbers.exports -extend easyffi -disable-compiler-macros
Error: unexpected list terminator in line 708: #\)

        Call history:

        <syntax>                (quote foreign-include-path)
        <syntax>                (lambda (strs) (set! ffi-include-path-list (append strs ffi-include-path-list)) (quote (void)))
        <syntax>                (begin (set! ffi-include-path-list (append strs ffi-include-path-list)) (quote (void)))
        <syntax>                (set! ffi-include-path-list (append strs ffi-include-path-list))
        <syntax>                (append strs ffi-include-path-list)
        <syntax>                (quote (void))
        <eval>          (##sys#register-macro-2 (quote foreign-include-path) (lambda (strs) (set! ffi-include-path-list (app......
        <syntax>                (##core#undefined)      <--
*** Shell command terminated with exit status 1: /usr/local/bin/chicken numbers-base.scm -output-file numbers-base.c -dynamic -feature chicken-compile-shared -quiet -feature compiling-extension -optimize-level 2 -debug-level 1 -feature numbers-bootstrap -check-imports -emit-exports numbers.exports -extend easyffi -disable-compiler-macros
Error: shell invocation failed with non-zero return status
"/usr/local/bin/csc -feature compiling-extension -s -O2 -d1 numbers-base.scm -l...
256

Does anyone know what could be causing this error?

Thanks,

Joshua

reply via email to

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