chicken-users
[Top][All Lists]
Advanced

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

[Chicken-users] chicken-install ssax


From: Wietse Jacobs
Subject: [Chicken-users] chicken-install ssax
Date: Fri, 12 Jun 2009 16:15:42 +0200

Hello,

When I try to 'chicken-install ssax' I get the following error:
=========================================
...
reading files ...
  ./SSAX.scm
  ./ssax.meta
  ./look-for-str.scm
  ./myenv-chicken.scm
  ./ssax-chicken.scm
  ./README
  ./ssax.setup
 ssax located at /var/folders/-R/-RAba-brFy01efw7mMKV3k+++TI/-Tmp-/chicken-install-7f.tmp/ssax
checking dependencies for `ssax' ...
installing ssax: ...
changing current directory to /var/folders/-R/-RAba-brFy01efw7mMKV3k+++TI/-Tmp-/chicken-install-7f.tmp/ssax
  /usr/local/bin/csi -bnq -e "(require-library setup-api)" -e "(import setup-api)" -e "(extension-name-and-version '(\"ssax\" \"\"))" -e "(sudo-install #t)" /var/folders/-R/-RAba-brFy01efw7mMKV3k+++TI/-Tmp-/chicken-install-7f.tmp/ssax/ssax.setup
  /usr/local/bin/csc -feature compiling-extension  -s -O2 -d0 -o ssax.so -j ssax ssax-chicken.scm

Warning: redefinition of imported syntax binding: assert

Warning: redefinition of imported value binding: cons*

Warning: redefinition of imported value binding: fold-right

Warning: redefinition of imported value binding: fold

Warning: reference to possibly unbound identifier: RES-NAME->SXML4022

Warning: reference to possibly unbound identifier: namespaces4021

Error: module unresolved: ssax

    Call history:

    <eval>        (##sys#cons (quote1107 #f) (quote1107 ()))
    <syntax>        (begin6294 #f)
    <syntax>        (run-test (newline) (display "All tests passed") (newline))
    <eval>        (##sys#cdr input1099)
    <eval>        (##sys#cons (rename1108 (syntax begin)) (##sys#cons (quote1107 #f) (quote1107 ())))
    <eval>        (rename1108 (syntax begin))
    <eval>        (##sys#cons (quote1107 #f) (quote1107 ()))
    <syntax>        (begin6295 #f)    <--

Error: shell command terminated with non-zero exit status 17920: /usr/local/bin/chicken ssax-chicken.scm -output-file ssax.c -dynamic -feature chicken-compile-shared -feature compiling-extension -optimize-level 2 -debug-level 0 -emit-import-library ssax
  /usr/local/bin/csc -feature compiling-extension  -s -O2 -d0 ssax.import.scm
csc: file `ssax.import.scm' does not exist

Error: shell command failed with nonzero exit status
16384
"/usr/local/bin/csc -feature compiling-extension  -s -O2 -d0 ssax.import.scm"
Error: shell command terminated with nonzero exit code
17920
"/usr/local/bin/csi -bnq -e \"(require-library setup-api)\" -e \"(import setup-a...
=========================================

Where can I get 'ssax.import.scm'?
--
--Wietse

reply via email to

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