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

src/wscript uses check_cc for headers, it should use check_cxx #4

Closed
kapouer opened this issue Aug 17, 2010 · 1 comment
Closed

src/wscript uses check_cc for headers, it should use check_cxx #4

kapouer opened this issue Aug 17, 2010 · 1 comment

Comments

@kapouer
Copy link

kapouer commented Aug 17, 2010

At least it works on my debian/sid machine.
However, the function inotify_init is in sys/inotify.h, not in linux/inotify.h.
That might be a recent change in libc6, though.
This works for me :
conf.check_cxx(header_name="sys/inotify.h", function_name="inotify_init")

@c4milo
Copy link
Owner

c4milo commented Aug 17, 2010

This issue was closed.
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