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


_______________________________________________
Chicken-users mailing list
Chicken-users@nongnu.org
http://lists.nongnu.org/mailman/listinfo/chicken-users

Reply via email to