orthecreedence / cl-async

Asynchronous IO library for Common Lisp.
MIT License
273 stars 40 forks source link

Making libevent binaries available #89

Closed stilda closed 10 years ago

stilda commented 10 years ago

It will be really helpfull to have libevent binaries available. It is quite hard to get for people who do not involved in all those things needed to compile it from cources - configuring makefiles, paths, installing tools like MinGW, etc. In particular I can not get x64 versions for Windows. And CCL x64 is not happy with x32 versions that are provided on cl-async home page.

orthecreedence commented 10 years ago

I will post a Windows x64 DLL tomorrow if I have time and let you know when it's up on the site.

orthecreedence commented 10 years ago

Had a hell of a time compiling libevent for x64 on windows, but I realized I had done the build about a year ago with an old version of libevent (2.0.20) compiled in x64. I posted this to the site http://orthecreedence.github.io/cl-async/.

Post back if you have any issues running. It may be the case that the libevent DLLs expect some MingW64 libs present you don't have and it only worked because it was in my path. If that's so, I can repackage the zip with those DLLs. Just let me know if it works!

stilda commented 10 years ago

Thank you very much! It works! And thank you for a greate lib! (Notice, that on the homepage you gave a link with /zip at the end instead of .zip)

--- Исходное сообщение --- От кого: andrew lyon < notifications@github.com > Дата: 16 января 2014, 22:23:24

Had a hell of a time compiling libevent for x64 on windows, but I realized I had done the build about a year ago with an old version of libevent (2.0.20) compiled in x64. I posted this to the site http://orthecreedence.github.io/cl-async/ . Post back if you have any issues running. It may be the case that the libevent DLLs expect some MingW64 libs present you don't have and it only worked because it was in my path. If that's so, I can repackage the zip with those DLLs. Just let me know if it works! — Reply to this email directly or view it on GitHub .

orthecreedence commented 10 years ago

Glad it worked! And I fixed the link on the homepage, thanks for the heads up.