chicken-users
[Top][All Lists]
Advanced

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

[Chicken-users] Runtime error while testing ncurses


From: Stephan Lukits
Subject: [Chicken-users] Runtime error while testing ncurses
Date: Wed, 28 Nov 2007 17:34:07 +0100
User-agent: Thunderbird 2.0.0.9 (X11/20071031)

Hi,
I tried the ncurses example after installing
ncurses and easyffi (in this order) and got
after a successful compilation the following
runtime error executing the example:


:~/stud/hauptstudium/lf-programmierung> csc test-ncurses.scm
:~/stud/hauptstudium/lf-programmierung> ./test-ncurses
Error: unbound variable: foreign-parse

        Call history:

        <syntax>                (quote foreign-include-path)
<syntax> (lambda (strs) (set! ffi-include-path-list (append strs ffi-include-path-list)) (quote (void))) <syntax> (begin (set! ffi-include-path-list (append strs ffi-include-path-list)) (quote (void))) <syntax> (set! ffi-include-path-list (append strs ffi-include-path-list))
        <syntax>                (append strs ffi-include-path-list)
        <syntax>                (quote (void))
<eval> (##sys#register-macro-2 (quote foreign-include-path) (lambda (strs) (set! ffi-include-path-list (app......
        <syntax>                (##core#undefined)      <--



llap
Stephan




reply via email to

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