Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is it possible to compile on Windows 10 x64 with Ming64 GCC 11.2? #102

Open
mcordova1967 opened this issue Mar 6, 2022 · 0 comments
Open

Comments

@mcordova1967
Copy link

Hello, I am trying to use lithium_http_server.hh for a HelloWorld project, but there are several includes that are Linux-specific like #include <arpa/inet.h> and cannot be found in MingW64, also this one for Windows is not present:

#if _WIN32
#include <wepoll.h>
#endif

Any suggestions? thank you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant