orthecreedence / drakma-async

An asynchronous version of drakma that runs off of cl-async
38 stars 5 forks source link

Does not build today on SBCL 1.2.6 - package LE does not exist #29

Open quicklisp opened 9 years ago

quicklisp commented 9 years ago

I get this:

; caught ERROR:
;   READ error during COMPILE-FILE: Package LE does not exist.

It's in http-stream.lisp

http://report.quicklisp.org/2014-12-10/failure-report/drakma-async.html

orthecreedence commented 9 years ago

This is caused by the libevent -> libuv switch in cl-async. I can fix this tonight!

quicklisp commented 9 years ago

I hope it's getting dark in your time zone!

orthecreedence commented 9 years ago

This should be fixed. However, I'm seeing failures in the tests, which I'm trying to track down. For now, the project builds, at least.

quicklisp commented 9 years ago

Works, thanks!