Page 1 of 1

eventfd error while compiling on ubuntu hardy

Posted: 14 Oct 2009 19:35
by justinsmith2009
Hi folks,

I am getting following error when compiling on Ubuntu hardy:

misc/objects.c: In function âvlc_object_waitpipeâ:
misc/objects.c:385: error: implicit declaration of function eventfd
misc/objects.c:396: warning: ignoring return value of âwriteâ, declared with attribute warn_unused_result
misc/objects.c: In function â__vlc_object_killâ:
misc/objects.c:429: warning: ignoring return value of âwriteâ, declared with attribute warn_unused_result
misc/objects.c: In function â__vlc_object_findâ:
misc/objects.c:456: warning: â__vlc_object_findâ is deprecated (declared at misc/objects.c:443)
make[2]: *** [misc/libvlccore_la-objects.lo] Error 1

Can somebody help please.

Thanks.

Re: eventfd error while compiling on ubuntu hardy

Posted: 14 Oct 2009 21:14
by Rémi Denis-Courmont
This is fixed in VLC 1.0.3

Re: eventfd error while compiling on ubuntu hardy

Posted: 15 Oct 2009 02:07
by justinsmith2009
Thanks ...