We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
sys/termios.h
termios.h
Modifying
libfixposix/configure.ac
Line 84 in 16f524a
sys/
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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 justtermios.h
.Modifying
libfixposix/configure.ac
Line 84 in 16f524a
sys/
prefix ontermios.h
, I can compile on DFBSD, but this obviously isn't the correct solution.The text was updated successfully, but these errors were encountered: