[vlc-devel] eventfd function issue
Sébastien Escudier
sebastien-devel at celeos.eu
Tue Jan 20 09:39:09 CET 2009
Hi
I wonder if there is a problem with event fd checks :
Compile -> misc/objects.c:414: error: implicit declaration of function eventfd
Configure -> checking for eventfd... yes
~/git/vlc$ cat config.log | grep eventfd
configure:28041: checking for eventfd
configure:32939: checking sys/eventfd.h usability
conftest.c:150:25: error: sys/eventfd.h: No such file or directory
| #include <sys/eventfd.h>
configure:32980: checking sys/eventfd.h presence
conftest.c:117:25: error: sys/eventfd.h: No such file or directory
| #include <sys/eventfd.h>
configure:33043: checking for sys/eventfd.h
ac_cv_func_eventfd=yes
ac_cv_header_sys_eventfd_h=no
More information about the vlc-devel
mailing list