Closed fukamachi closed 10 years ago
I build cl-libuv against v1.0.0-rc2 (https://github.com/joyent/libuv/tree/v1.0.0-rc2) because I don't want to have to rewrite the whole thing when v1 releases (there are a fair amount of upgrades I'd have to do and there are a number of utilities in the v1.x branch to aid in writing bindings, uv_loop_size being one of them).
Try compiling 1.0.0-rc2 from source and let me know if you have any problems.
I installed libuv v1.0.0-rc2 via Homebrew with --devel
option, and it work properly!
Thank you for the quick reply.
I may be doing something wrong, but I'm sending a feedback anyway.
When I run Woo with cl-libuv2 and uv branch, the following error raised.
NOTE: You need to git clone Woo and the latest fast-http before testing.
It works with cl-libevent2 and master branch of cl-async. (It uses cl-libevent2 directly in multi-worker, but it won't hurt unless you specify
:worker-num
option, I think).I installed libuv-0.10.21 via Homebrew, and I checked
/usr/local/lib/libuv.dylib
exists. CL implementation is SBCL 1.2.5.