wolkykim / libasyncd

Libasyncd is an embeddable event-based asynchronous Message/HTTP server framework for C/C++.

Home Page:http://wolkykim.github.io/libasyncd/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Trying asyncd on Windows

silvioprog opened this issue · comments

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!

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
#16.

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