Hi guys, I am interested in using st on OpenBSD, but it does not compile since OpenBSD does not implement posix_openpt et al:
st.c: In function 'ttynew': st.c:243: warning: implicit declaration of function 'posix_openpt' st.c:245: warning: implicit declaration of function 'grantpt' st.c:247: warning: implicit declaration of function 'unlockpt' st.c:249: warning: implicit declaration of function 'ptsname' st.c:249: warning: assignment makes pointer from integer without a cast st.c:253: error: 'O_NDELAY' undeclared (first use in this function) st.c:253: error: (Each undeclared identifier is reported only once st.c:253: error: for each function it appears in.) *** Error code 1 It looks like there was once effort to make it work[1] but I donât guess itâs still in⦠any advice? 1: http://lists.suckless.org/dwm/0806/6070.html