Closed stilda closed 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.
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!
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 .
Glad it worked! And I fixed the link on the homepage, thanks for the heads up.
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.