>Hello, I have trouble making callbacks work in
gforth-0.6.9-20080716.
>
>So far, I can use libcc to build both the callback and the caller
>function, and use them in gforth. But I cannot make the final step to
>lib.fs callbacks. Apparently, I'm not passing the callback right to
>the C code.
>
>The system is an Ubuntu 8.04, with my self-made package of gforth, out
>of combining the existing package and the
gforth-0.6.9-20080716
>upstream ("make check" passes). By the way, I'd be glad to give it to
>anyone who could help make it land in Debian.
>
>Can anyone (yes, Anton, I'm looking at you) help me make it work?