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

Fix MinGW build #68

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

Pospelove
Copy link

Hey! This PR fixes MinGW build by patching code in some places and adding functions that missing on MinGW (inet_pton/inet_ntop). Currently, third-party implementations used, but I could rewrite these functions if it's needed. Looking forward to your review.

See microsoft/vcpkg#18358

@Luke1410
Copy link
Member

Luke1410 commented Jul 1, 2021

Hi @Pospelove,

thanks for your contribution. Atm we are focusing on other parts of the engine and MinGW is nothing we currently support. Nevertheless, I'll see to integrate what you provided when we got some resources available.

@Luke1410 Luke1410 self-assigned this Jul 1, 2021
@Pospelove
Copy link
Author

Thanks for your reply @Luke1410. It will be nice to see this integrated, in fact, this is the only thing that breaks MinGW support. I've tested my changes and it seems they do not break anything. Connecting, packet delivery works. Btw if anything is wrong with this patch, I could fix that. I am not aware of your coding standards, so pull requested as it is.

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

Successfully merging this pull request may close these issues.

2 participants