chicken-users
[Top][All Lists]
Advanced

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

[Chicken-users] chicken-syntax.scm


From: F. Wittenberger
Subject: [Chicken-users] chicken-syntax.scm
Date: Thu, 20 Nov 2008 16:51:21 +0100

Hi all,

That is, "hi Felix" - I guess.  :-(

I ran into problems while compiling.

The old, previously working, version did

(include "chicken-more-macros.scm")

together with a 

(declare (run-time-macros))

with the intent to make those macros available to eval at runtime.

Now I found the file gone, but chicken-syntax.scm to contains those
definitions.  Hence I changed to:

(include "chicken-syntax.scm")

The effect:

/usr/lib/gcc/i486-linux-gnu/4.2.4/../../../../lib/crt1.o: In function
`_start':
(.text+0x18): undefined reference to `main'
collect2: ld returned 1 exit status

If I don't include chicken-syntax, it compiles (and breaks later because
the macros are undefined).

Strange enough, isn't it?

Best regards

/Jörg




reply via email to

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