Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fails to build in DragonFlyBSD #35

Open
byteit101 opened this issue May 19, 2024 · 0 comments
Open

Fails to build in DragonFlyBSD #35

byteit101 opened this issue May 19, 2024 · 0 comments

Comments

@byteit101
Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant