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.
I was trying to compile LFP for JRuby/Ruby SubSpawn on DragonFlyBSD, but it errored out.
The only issue is that
sys/termios.hisn'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.