wolkykim / libasyncd

Libasyncd is an embeddable event-based asynchronous Message/HTTP server framework for C/C++.
http://wolkykim.github.io/libasyncd/
Other
174 stars 36 forks source link

Trying asyncd on Windows #16

Closed silvioprog closed 9 years ago

silvioprog commented 9 years ago

Hello,

Is asyncd library compilable on Windows? I'm trying to compile it, but:

fatal error: arpa/inet.h: No such file or directory

Based in this error, so I believe that it is only for Unix systems.

Thank you!

wolkykim commented 9 years ago

Yes you're right. We haven't took that effort to make it work on windows. Thanks

On Fri, Nov 13, 2015 at 1:43 PM, Silvio Clecio notifications@github.com wrote:

Hello,

Is asyncd library compilable on Windows? I'm trying to compile it, but:

fatal error: arpa/inet.h: No such file or directory

Based in this error, so I believe that it is only for Unix systems.

Thank you!

— Reply to this email directly or view it on GitHub https://github.com/wolkykim/libasyncd/issues/16.

silvioprog commented 9 years ago

It seems a nice item to a TODO list. :-)