Hi! cqueues fails to run on freebsd-16 because it's detecting both INOTIFY and KQUEUE.
The code is not including the kqueue specific routines because it's in an #if ENABLE_INOTIFY .. #elif ENABLE_FEN .. #elif ENABLE_KQUEUE .. #end block.
If i force it to build with no inotify support then it seems to link fine. I'll sort out a pull request to go with this issue soon.
Hi! cqueues fails to run on freebsd-16 because it's detecting both INOTIFY and KQUEUE.
The code is not including the kqueue specific routines because it's in an #if ENABLE_INOTIFY .. #elif ENABLE_FEN .. #elif ENABLE_KQUEUE .. #end block.
If i force it to build with no inotify support then it seems to link fine. I'll sort out a pull request to go with this issue soon.