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

Can not open include file 'sys/param.h' :No such file or directory #2

Open
trufanov-nok opened this issue Jul 5, 2021 · 1 comment

Comments

@trufanov-nok
Copy link

Tried to use in VS2013 project. It complains:
Can not open include file 'sys/param.h' :No such file or directory at

#elif defined(__WINDOWS__)

#	include <winsock2.h>
#	include <sys/param.h>
@jakelee8
Copy link

jakelee8 commented Jul 9, 2021

Looks like endian.h expects the compiler to be GCC and that Visual Studio is not supported. Please feel free to send a pull request to add Visual Studio support!

See Stack Overflow: vs2010 - Can not open include file 'sys/param.h

Related to #1 No Visual C++ support.

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

2 participants