You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ttyrec.c:60:10: fatal error: stropts.h: No such file or directory
60 | #include <stropts.h>
| ^~~~~~~~~~~
compilation terminated.
make: *** [<builtin>: ttyrec.o] Error 1
==> ERROR: A failure occurred in build().
Aborting...
Error making: ttyrec
OK, I figured it out:
libc has removed STREAMS as of release 2.30 and it's now obsolete. Arch being rolling means its on a later version of libc. Over time other distros will be updating libc, so you will need to find an alternative to using stropts.h
The obsolete and never-implemented XSI STREAMS header files <stropts.h>
and <sys/stropts.h> have been removed.
On arch linux:
OK, I figured it out:
libc has removed STREAMS as of release 2.30 and it's now obsolete. Arch being rolling means its on a later version of libc. Over time other distros will be updating libc, so you will need to find an alternative to using stropts.h
and <sys/stropts.h> have been removed.
https://sourceware.org/ml/libc-alpha/2019-08/msg00029.html
The text was updated successfully, but these errors were encountered: