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

Cannot find wait.h on Mac #6

Closed
dristic opened this issue Nov 7, 2013 · 2 comments
Closed

Cannot find wait.h on Mac #6

dristic opened this issue Nov 7, 2013 · 2 comments
Assignees
Labels

Comments

@dristic
Copy link

dristic commented Nov 7, 2013

When I try to compile the app I get an error saying "Cannot find file wait.h" when compiling on Mac OSX Mavericks.

To fix this, I had to change wait.h to sys/wait.h which allows it to compile correctly. I am not sure if this is just a Mac issue or not but I will leave it up to you to decide if you want to make the change!

@ghost ghost assigned fekberg Nov 8, 2013
@fekberg
Copy link
Owner

fekberg commented Nov 8, 2013

Changing to sys/wait.h works on Linux as well so I've changed it. Should now compile on OSX out of the box as well.

Thanks for reporting this issue

@fekberg fekberg closed this as completed Nov 8, 2013
@dristic
Copy link
Author

dristic commented Nov 8, 2013

No problem. Thanks for fixing it!

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

No branches or pull requests

2 participants