On Sat, Nov 03, 2007 at 11:23:57PM +0200, Timo Sirainen wrote:
> > instead are defined in the single linux/inotify.h.
>
> If you do like the wiki says, you should have only a single inotify.h
> file containing also inotify-syscall.h's contents.
>
ahh - now I see it - too small a screen, didn't n
On Fri, 2007-11-02 at 20:42 +0100, Paolo wrote:
> indeed, I spent a while to convince the autoconf to look that up, but then I
> realized the problem isn't the path, the test program always fails, simply
> because the new defs have been splitted in the 2 files mentioned in the wiki,
> the problem
On Fri, Nov 02, 2007 at 11:49:03PM +0100, Marcus Rueckert wrote:
> > instead are defined in the single linux/inotify.h.
> >
> > Perhaps such "#include " should be in inotify.h,
> > but I think those .h are older versions, since current in-kernel inotify.h
> > is just that, all in one.
>
> they ol
On 2007-11-02 20:42:03 +0100, Paolo wrote:
> On Fri, Nov 02, 2007 at 06:07:35PM +0200, Timo Sirainen wrote:
> > 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
On Fri, Nov 02, 2007 at 06:07:35PM +0200, Timo Sirainen wrote:
> 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 t
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 in
hi,
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.
One has to either revert back to linux/inotify.h, or add
#include
to both configure.in and src/lib/ioloop-notify-inotify.c
Or, just symli