This is a discussion on VMWare2 doesnt build on 5.2-RC1? - FreeBSD ; Hi, I cannot build VMWare2 on FreeBSD 5.2-RC1. First I get /usr/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/freebsd/driver.c:301:35: i386/isa/intr_machdep.h: No such file or directory *** Error code 1 which is relatively easy to fix by changing the include to i386/include/intr_machdep.h The next error I don't know ...
Hi,
I cannot build VMWare2 on FreeBSD 5.2-RC1.
First I get
/usr/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/freebsd/driver.c:301:35:
i386/isa/intr_machdep.h: No such file or directory
*** Error code 1
which is relatively easy to fix by changing the include to
i386/include/intr_machdep.h
The next error I don't know how to fix:
/usr/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/freebsd/hostif.c:
In function `HostIF_IOAPIC_Base':
/usr/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/freebsd/hostif.c:1072:
error: `io_apic_address' undeclared (first use in this function)
*** Error code 1
I also get some warnings about comparisons always being true
due to limited range of data type, don't know if I should be worried.
--
Regards,
Georg.
_______________________________________________
freebsd-emulation@freebsd.org mailing list
http://lists.freebsd.org/mailman/lis...ebsd-emulation
To unsubscribe, send any mail to "freebsd-emulation-unsubscribe@freebsd.org"