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: Luke McCarthy
Subject: Re: [Chicken-users] Problems using meroon
Date: Tue, 18 Dec 2007 14:30:01 +0000
User-agent: KMail/1.9.7

I am using "chicken" instead of "csc" but your suggestion works fine with:

chicken -extend meroon

I didn't see this mentioned anywhere on the wiki.
Thanks!

On Sunday 16 December 2007 22:12:40 Zbigniew wrote:
> 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]