Skip to content

freebsd-16 cqueue fails to run because inotify /and/ kqueue are being detected #266

Description

@erikarn

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions