[error]“afunix.h”: No such file or directory sc_socket_test
Closed this issue · 2 comments
ShiverZm commented
tezc commented
Thanks for the report @ShiverZm
AF_UNIX support has been added to Windows three years ago, Windows 10 April 2018 update has it.
If you are using an older Windows version, probably it doesn't have it. I have no intention to support older Windows versions.
1 - If you can, you can try to update Windows to that April 2018 update.
2- Or you can disable AF_UNIX sections in sc_sock.c with "#ifdef _WIN32" s.
tezc commented
Closing for now as I have no intention to support older Windows versions.
Feel free to post if you have any suggestions.