I am trying to install Nvidia driver on my very old computer with GeForce4 MX 440. But it failed. I have installed FreeBSD 12.1-RELEASE.
The port was deleted from the source tree so I checkout https://svnweb.freebsd.org/ports/branches/2014Q4 which contains the port nvidia-driver-96. I have installed FreeBSD release/12.1.0 source at /usr/src. I also installed compat5x-i386 from pkg because there was an error when making it from port.
When I run
I tried to installed again and this time, I got another error as in make2.txt.
I would like to know if it is possible to compile an old port on 12.1-RELEASE and how I can proceed. If not, should I compile it against some older FreeBSD release?
I am willing to try any possible suggestions. Thanks in advance.
The port was deleted from the source tree so I checkout https://svnweb.freebsd.org/ports/branches/2014Q4 which contains the port nvidia-driver-96. I have installed FreeBSD release/12.1.0 source at /usr/src. I also installed compat5x-i386 from pkg because there was an error when making it from port.
When I run
make install
at /usr/ports/x11/nvidia-driver-96/, I got the errors from the attachment, make1.txt, which is about unknown type name 'd_thread_t'. So I replaced them with struct thread as I read from here.I tried to installed again and this time, I got another error as in make2.txt.
I would like to know if it is possible to compile an old port on 12.1-RELEASE and how I can proceed. If not, should I compile it against some older FreeBSD release?
I am willing to try any possible suggestions. Thanks in advance.