chicken-users
[Top][All Lists]
Advanced

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

Re: [Chicken-users] Problems using meroon


From: Zbigniew
Subject: Re: [Chicken-users] Problems using meroon
Date: Sun, 16 Dec 2007 16:12:40 -0600

If you have not done so already, try:

csc -X meroon file.scm
./file

I think this error will occur if you leave the -X meroon out.

On Dec 14, 2007 8:06 PM, Luke McCarthy <address@hidden> wrote:
> I have installed Meroon with "chicken-setup meroon". I am using Chicken 2.6 on
> Linux. I have tried a simple example like this:
>
> (require-extension meroon)
> (define-class Point Object (x y))
>
> But I get these compile-time warnings:
>
> Warning: variable `x' used but not imported
> Warning: variable `y' used but not imported
> Warning: variable `Point' used but not imported
> Warning: variable `Object' used but not imported
> Warning: variable `define-class' used but not imported




reply via email to

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