-
Notifications
You must be signed in to change notification settings - Fork 7
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
#include <sys/tree.h> is missing on FreeBSD #30
Comments
|
Which version of FreeBSD are you using? sys/tree.h has been imported into source tree in 2002 Anyway I have created a pull request #31 with bundled sys/tree.h so you can try that code now |
|
10.1 |
|
Are you trying to compile libinotify out of FreeBSD port system through hacking of port`s Makefile? If so it would be a wrong way. You should run full autotools suite than configure than resulting Makefile rather than just run ports bundled Makefile |
|
Free port already bypasses autotools. I was updating it to the latest version, and found that this include is missing. It was added for some other OSes, but not FreeBSD in code. |
|
The code evolved since port version. It now requires autotools |
|
Run autogen.sh && configure && make in ${WRKSRC} directory and dont run make on port bundled Makefile |
|
Port doesn't use autogen.sh the way how it is defined. autogen.sh would require perl, and will take literally 20 times longer to build. So it avoids this. In any case, there is no action required. Thanks. |
|
Thanks, Vladimir, for help with this issue! |
No description provided.
The text was updated successfully, but these errors were encountered: