-
Notifications
You must be signed in to change notification settings - Fork 1
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
Build error: SpawnPrograms.c: fatal error: wait.h: No such file or directory
#1
Comments
Hi barracuda, This is an odd issue. 'wait.h' is a standard header that's part of libc, and should be in /usr/include. Could it be that you have to have to install libc-dev or something like that? |
It should be |
unfortunately on ubuntu I'm finding it's not in '/usr/include/sys', but in '/usr/include' instead. I guess I'll need do do something with autoconf to find it... |
It can be done via include macros too, something like:
|
hmm, sys/wait.h compiles even though it's not in /usr/include/sys. It must be in one of the gcc include directories. This does mean I'll have to update everything that comes with a bundled libUseful! thanks for reporting this. Does fileferry build if you make the change yourself? |
The text was updated successfully, but these errors were encountered: