Re: [Dnsmasq-discuss] Compile Error.

2016-08-24 Thread Chris Novakovic
On 24/08/16 16:31, Tony White wrote: > inotify.c:92: error: ‘IN_NONBLOCK’ undeclared (first use in this function) > inotify.c:92: error: (Each undeclared identifier is reported only once > inotify.c:92: error: for each function it appears in.) > inotify.c:92: error: ‘IN_CLOEXEC’ undeclared (first

Re: [Dnsmasq-discuss] Compile Error.

2016-08-24 Thread Pali Rohár
On Wednesday 24 August 2016 17:31:19 Tony White wrote: > inotify.c:92: warning: implicit declaration of function > ‘inotify_init1’ Hi! You do not have header files with definition for system call inotify_init1. That was added to Linux kernel 2.6.27. > CentOS 5.11 Looks like that you have only

[Dnsmasq-discuss] Compile Error.

2016-08-24 Thread Tony White
Hello all, I am hoping someone can point me to the reason I get this error trying to compile dnsmasq? [root@dns dnsmasq-2.76]# make all make[1]: Entering directory `/downloads/dnsmasq-2.76/src' cc -Wall -W -O2 -DVERSION='"2.76"' -c inotify.c inotify.c: In function