Re: [Chicken-users] srfi-29.egg (for srfi-19.egg)

2006-05-16 Thread Kon Lovett
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On May 16, 2006, at 5:32 AM, [EMAIL PROTECTED] wrote: Hi all. I wanted to "chicken-setup" srfi-19.egg, which requires among others srfi-29.egg: chicken-setup srfi-29.egg /programs/free/chicken-darcs/bin/csc -feature compiling-extension -O2 -d

Re: [Chicken-users] Help with foreign-lambda

2006-05-16 Thread Hans Bulfone
hi, On Mon, May 15, 2006 at 11:59:09PM -0400, Jim Miller wrote: > I'm trying to least expensive way to wrap a C function into scheme. The > following is the C interface to the function I need: > > typedef long int integer; > typedef float real; > > int gtd6_(integer *iyd, real *sec, real *alt,

Re: [Chicken-users] generating chicken.pdf

2006-05-16 Thread Mario Domenech Goulart
On Tue, 16 May 2006 07:25:46 +0200 "felix winkelmann" <[EMAIL PROTECTED]> wrote: > On 15 May 2006 22:41:08 -0300, Mario Domenech Goulart <[EMAIL PROTECTED]> > > I guess the pdf generation can be done with something like: > > > > $ texi2dvi chicken.texi > > $ dvipdf chicken.dvi > > > > (Some sy

[Chicken-users] srfi-29.egg (for srfi-19.egg)

2006-05-16 Thread Sven . Hartrumpf
Hi all. I wanted to "chicken-setup" srfi-19.egg, which requires among others srfi-29.egg: > chicken-setup srfi-29.egg /programs/free/chicken-darcs/bin/csc -feature compiling-extension -O2 -d0 -s lookup-table.scm -o lookup-table.so -check-imports -emit-exports lookup-table.exports -O3 csc: fil