trying to build bochs 2.6.9 on freebsd 11.
Used ./configure and make. It builds fine and runs.
When I tried ./configure --enable-ne2000, then make, I get: eth_socket.cc:86:10: fatal error: 'netpacket/packet.h' file not found
There is a freebsd ethernet driver, but somehow the configure is not picking this up.
Any ideas?
regards
Paul
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
The include line 'netpacket/packet.h' can be removed, since it is not needed at all. It already has been removed in SVN. So please try again and let us know if there are still issues.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi!
me, again :-(
I try to start bochs on my FreeBSD 4.7. I tried it per pkg_add from ftp.freebsd.org [it's a 1.4.1 version].
fatal: EIP>CS.limit
After this i tried the last bzip-file from this site. configure,make, run -> but same fatal, well not so same:
RIP>CS.limit
whatta a hell is this? what's wrong?
thanx,
*Sho*
trying to build bochs 2.6.9 on freebsd 11.
Used
./configureandmake. It builds fine and runs.When I tried
./configure --enable-ne2000, then make, I get:eth_socket.cc:86:10: fatal error: 'netpacket/packet.h' file not foundThere is a freebsd ethernet driver, but somehow the configure is not picking this up.
Any ideas?
regards
Paul
The include line 'netpacket/packet.h' can be removed, since it is not needed at all. It already has been removed in SVN. So please try again and let us know if there are still issues.