After the latest changes on the CVS repository, inotify support is A) not detected and B) not enabled when configuring/building.
A: configure.in has a check for "inotify.h" where it should be "sys/inotify.h".
After I changed this, HAVE_INOTIFY_H is defined in config.h
B: The inotfy.[c,h] source files are only compiled when HAVE_INOTIFY is defined, which it never is. This preprocessor variable is probably unnecessary now.
Justin Maggard
None
None
Public
|
Date: 2011-09-21 15:15:54 PDT Thanks for the info. It should be fixed now in CVS. |