chicken-users
[Top][All Lists]
Advanced

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

Re: [Chicken-users] Runtime error while testing ncurses


From: Zbigniew
Subject: Re: [Chicken-users] Runtime error while testing ncurses
Date: Thu, 29 Nov 2007 02:55:49 -0600

Hello, I found the problem.  easyffi must be installed before
installing ncurses.  Normally this is taken care of automatically, but
there is a missing dependency on easyffi in the ncurses egg.

The solution is to reinstall ncurses with chicken-setup.

Also, I added the dependency to ncurses.

On 11/28/07, Stephan Lukits <address@hidden> wrote:
> Zbigniew schrieb:
> > Use "csc -X easyffi filename.scm" to compile something that uses the 
> > easyffi.
>
> Doesn't help.
>
> >
> > However, if you're running an example which itself uses the ncurses
> > egg, I don't see why you would need the FFI at all.  Please post a
> > link to your example program if possible.
>
> http://www.call-with-current-continuation.org/eggs/ncurses.html

> in the section "Examples"
>
> llap
> Stephan
>
>




reply via email to

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