Hi! I have problems compiling the following eggs using Chicken 2.5:
unix-sockets srfi-66 tar rlimit spread xosd The problem is the same for all eggs: #>! is translated to ! in the C output, and #>? to ? in the C output. When I change it to #>, the compiliation goes well. I have looked in manual.pdf from the Chicken home page, and it looks like #>! is still supported. So what is causing this? And what can be done to solve it. Groetjes, Peter. _______________________________________________ Chicken-users mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/chicken-users
