I'm trying to compile python on FreeBSD.
I've had several problems with openpty.
github.com
I managed to get it to find the libutil.so.9 library.
But I'm missing the header.
I can't find it.
However, it does exist if I look at the openpty documentation.
man.freebsd.org
Another reference:
cgit.freebsd.org
Thanks for your help
I've had several problems with openpty.
GhostBSD 20.10.1 python3 build failed: ./Modules/posixmodule.c:8817:21: error: 'I_PUSH' undeclared · Issue #130456 · python/cpython
Bug report Bug description: I want to compile python on my GhostBSD 20.10.1 OS based on freeBSD 14.1 STABLE The bug is the same for python 3.11, 3.12, 3.13. I have not tried with earlier versions. ...
I managed to get it to find the libutil.so.9 library.
But I'm missing the header.
I can't find it.
However, it does exist if I look at the openpty documentation.
openpty
util.h « libnetbsd « lib - src - FreeBSD source tree
Thanks for your help