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

more Mac issues - headers and macros #335

Open
jeffhammond opened this issue Jul 29, 2015 · 0 comments
Open

more Mac issues - headers and macros #335

jeffhammond opened this issue Jul 29, 2015 · 0 comments

Comments

@jeffhammond
Copy link

malloc.h is not found unless one uses #include <malloc/malloc.h>. I recommend a configure test that looks in all of the relevant places instead of assuming /usr/include and friends.

sys/epoll.h is a Linux-specific header.

The configure test for CPU_ZERO and CPU_ISSET fails because those are not supported on Mac.

The GNU extension strdupa caused configure to fail until I disabled that check.

Related to #9, #333 and #334.

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

No branches or pull requests

2 participants