RE: Cannot build emulators/vmware2

2001-01-22 Thread Garrett Wollman
On Sun, 21 Jan 2001 22:39:56 -0800 (PST), John Baldwin [EMAIL PROTECTED] said: work on stable, just do a #ifdef __FreeBSD_version 4 use selinfo, else use select.h. Make that: #if __FreeBSD_version = 500014 #include sys/selinfo.h #else #include sys/select.h #endif -GAWollman -- Garrett A.

Cannot build emulators/vmware2

2001-01-21 Thread Jun Kuriyama
After installworld'ing today, I cannot compile emulators/vmware2. Does someone see this result? - cc -O -mpentiumpro -pipe -I/tmp/work/home/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/include -I/tmp/work/home/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/common

RE: Cannot build emulators/vmware2

2001-01-21 Thread John Baldwin
On 22-Jan-01 Jun Kuriyama wrote: After installworld'ing today, I cannot compile emulators/vmware2. Does someone see this result? Fix it to #include sys/selinfo.h instead of sys/select.h sys/select.h was just recently gutted and/or axed (can't remember which). If selinfo doesn't work on