chicken-users
[Top][All Lists]
Advanced

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

Re: [Chicken-users] Re: hart.egg


From: Hans Bulfone
Subject: Re: [Chicken-users] Re: hart.egg
Date: Fri, 9 Mar 2007 00:03:08 +0100
User-agent: Mutt/1.5.13 (2006-08-11)

hi,

On Thu, Mar 08, 2007 at 12:40:48PM +0100, felix winkelmann wrote:
> On 3/8/07, Graham Fawcett <address@hidden> wrote:
> >>
> >> except that i'm getting this message while compiling hart :)
> >>
> >> Warning: declarations are ignored in interpreted code
> >> (##core#declare (quote (export hart-parse hart-html-escape 
> >hart-vector-for-each*)))
> >
> >Odd; it's not happening for me here (Version 2.514 -
> >linux-unix-gnu-x86). I'll try on 2.6 later.
> 
> If you use -X <name>, it probably prefers to use an already installed
> (compiled) version. For someone installing without a preinstalled
> (perhaps older) version, the source file will be prefered. To ensure
> the local version is used use "-X <name>.scm".

i can confirm that the warning goes away when hart is already installed.

actually it's the (use hart-support) in hart.scm that causes the already
installed hart-support.so to be loaded (which doesn't matter because
it's imho not needed in this case as -X hart.scm is only required for the
hart-for macro, as far as i understand)

bye,
hans.




reply via email to

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