Attila Lendvai wrote:
you need to pull this cffi and its dependencies (it's about to be merged back into the official cffi branch):
darcs pull http://common-lisp.net/~loliveira/darcs/cffi+lotsastuff/
Nice. I've gotten further, but I've found another dependency problem.
iolib's net.sockets/conditions.lisp file uses the function OSICAT-POSIX::GET-POSIX-ERROR-CONDITION. The latest osicat from common-lisp.net was 0.5.0, but didn't include the posix system. I grabbed osicat from http://common-lisp.net/~loliveira/soc07/osicat.git/ and it has a osicat-posix system, but doesn't define the GET-POSIX-ERROR-CONDITION. Any clues?
elliott