chicken-users
[Top][All Lists]
Advanced

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

[Chicken-users] 4.1.7 lookup-table egg


From: David N Murray
Subject: [Chicken-users] 4.1.7 lookup-table egg
Date: Wed, 02 Sep 2009 18:56:32 -0400 (EDT)

Still trying to install locale (ultimate goal is to install srfi-19).
lookup-table fails with the following error:

installing lookup-table: ...
changing current directory to .
  /usr/local/bin/csi -bnq -e "(require-library setup-api)" -e "(import
setup-api)" -e "(extension-name-and-version '(\"lookup-table\" \"\"))"
lookup-table.setup
  /usr/local/bin/csc -feature compiling-extension   lookup-table.scm
-shared -optimize-level 2 -debug-level 1 -output-file lookup-table.so
-emit-import-library lookup-table -prelude '(define-constant MAGIC-LIMIT
12)'
lookup-table.c:3145: error: redefinition of `f_2178'
lookup-table.c:2537: error: `f_2178' previously defined here
lookup-table.c:3163: error: redefinition of `f_2181'
lookup-table.c:2555: error: `f_2181' previously defined here
lookup-table.c:3265: error: redefinition of `f_2178'
lookup-table.c:3145: error: `f_2178' previously defined here
lookup-table.c:3283: error: redefinition of `f_2181'
lookup-table.c:3163: error: `f_2181' previously defined here


I have no clue where to even begin to look for this problem.  I checked
lookup-table.c and see:

(2536)
/* k2176 in k3627 in lookup-table#dict->alist in k3440 in k1982 in k1979
in k1976 in k1973 in k1970 in k1967 in k1964 in k1961 in k1958 in k1955 in
k1952 */
static void C_ccall f_2178(C_word c,C_word t0,C_word t1){
C_word tmp;
C_word t2;

Repeated verbatim @ 3145, 3265.

(2554)
/* k2179 in k2176 in k3627 in lookup-table#dict->alist in k3440 in k1982
in k1979 in k1976 in k1973 in k1970 in k1967 in k1964 in k1961 in k1958 in
k1955 in k1952 */
static void C_ccall f_2181(C_word c,C_word t0,C_word t1){
C_word tmp;
C_word t2;

Repeated verbatim @ 3163, 3283.

This was built with 4.1.7 from the current release/4/lookup-table/trunk.

Thanks,
Dave






reply via email to

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