Skip to content

Fails to build in DragonFlyBSD #35

@byteit101

Description

@byteit101

I was trying to compile LFP for JRuby/Ruby SubSpawn on DragonFlyBSD, but it errored out.

The only issue is that sys/termios.h isn't present, in favor of just termios.h.

Modifying

LFP_REQUIRE_DECL([TIOCSCTTY], [sys/ioctl.h sys/termios.h])
to remove the sys/ prefix on termios.h, I can compile on DFBSD, but this obviously isn't the correct solution.

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