On Fri, 2007-11-02 at 14:56 +0100, Paolo wrote:
> the current code has changed include linux/inotify.h to sys/inotify.h since
> 2006-01-17, but that won't work with inotify*.h as documented in the wiki.

The wiki entry seems to create /usr/local/include/sys/inotify.h and it
should be possible to include that as <sys/inotify.h>. Maybe the real
problem is that if you tried that, the /usr/local/include isn't in the
standard include lookup paths. So you should do:

CPPFLAGS='-I /usr/local/include' ./configure --with-notify=inotify

Attachment: signature.asc
Description: This is a digitally signed message part

Reply via email to