chicken-users
[Top][All Lists]
Advanced

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

Re: [Chicken-users] srfi-56 / numbers installable?


From: Kon Lovett
Subject: Re: [Chicken-users] srfi-56 / numbers installable?
Date: Sat, 15 Apr 2006 19:10:01 -0700

On Apr 15, 2006, at 6:58 PM, Nelson Castillo wrote:

Hi.

How can I use the srfi-56 in Chicken? Can I?

In this page:

http://srfi.schemers.org/srfi-56/srfi-56.html

It says that Chicken 2.0 (with the optional numbers egg) passes
all the tests, so I should be able to use it.

I tried installing the numbers extension, but I get errors when
it's compiling.

Is it installable on "Version 2, Build 3 - linux-unix-gnu-x86" ?

Thanks.

# chicken-setup numbers

(cut)

numbers-c.c:1178: error: syntax error before 'by'
numbers-c.c:1178: error: 'by' undeclared (first use in this function)
numbers-c.c:1178: error: syntax error before ')' token
numbers-c.c:1190: error: syntax error before 'ry'
numbers-c.c:1190: error: 'ry' undeclared (first use in this function)
numbers-c.c:1190: error: syntax error before ')' token
*** Shell command terminated with exit status 1: gcc numbers-base.c -o
numbers-base.o -c -DHAVE_CHICKEN_CONFIG_H -march=athlon -O2 -pipe
-fomit-frame-pointer -DC_STACK_GROWS_DOWNWARD=1
-DC_INSTALL_LIB_HOME="/usr/local/lib/chicken"
-DC_INSTALL_HOME="/usr/local/share/chicken" -DC_USE_C_DEFAULTS -fPIC
-DPIC -DC_SHARED -DC_NO_PIC_NO_DLL
Error: shell invocation failed with non-zero return status
"/usr/local/bin/csc -feature compiling-extension -s -O2 -d1
numbers-base.scm -l...
1

Do you have GMP (GNU Multiprecision Package) installed? The numbers has such a requirement. <http://www.call-with-current- continuation.org/eggs/numbers.html>

Best Wishes,
Kon


--
http://arhuaco.org/


_______________________________________________
Chicken-users mailing list
address@hidden
http://lists.nongnu.org/mailman/listinfo/chicken-users





reply via email to

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