chicken-users
[Top][All Lists]
Advanced

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

Re: [Chicken-users] Chicken + current darcs HEAD = borked


From: John Cowan
Subject: Re: [Chicken-users] Chicken + current darcs HEAD = borked
Date: Mon, 21 Aug 2006 23:00:54 -0400
User-agent: Mutt/1.3.28i

Kon Lovett scripsit:

> The actual form of the '#>' read syntax is "#>[SPEC ...]", where SPEC  
> can be !, ?, :, (, or NULL. Ex: "#>!" is the short form of 'foreign- 
> parse'.

Well, I'm definitely seeing an explicit "!" in the numbers-base.c
file, so something is very wrong.  Here's the first N lines:

/* Generated from numbers-base.scm by the Chicken compiler
   2006-08-21 22:58
   Version 2, Build 425 - windows-cygwin-x86 - [ dload ptables applyhook ]
   command line: numbers-base.scm -output-file numbers-base.c -dynamic -featu
re chicken-compile-shared -quiet -feature compiling-extension -optimize-level
 2 -debug-level 1
   used units: library eval extras regex
   default heap size: 0
   default nursery (stack) size: 131072
*/

#include "chicken.h"

!
#include "numbers-c.h"


See that "!"?  That blows up.  And then I get a raft of syntax errors
from gmp.h, numbers-c.c, and numbers-base.c itself.  The exact same
egg builds fine on Chicken 2.41.

-- 
John Cowan   address@hidden    http://ccil.org/~cowan
I am he that buries his friends alive and drowns them and draws them
alive again from the water. I came from the end of a bag, but no bag
went over me.  I am the friend of bears and the guest of eagles. I am
Ringwinner and Luckwearer; and I am Barrel-rider.  --Bilbo to Smaug




reply via email to

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