RE: Cannot build emulators/vmware2

2001-01-22 Thread Garrett Wollman

< said:

> work on stable, just do a #ifdef __FreeBSD_version > 4 use selinfo, else use
> select.h.

Make that:

#if __FreeBSD_version >= 500014
#include 
#else
#include 
#endif

-GAWollman

--
Garrett A. Wollman   | O Siem / We are all family / O Siem / We're all the same
[EMAIL PROTECTED]  | O Siem / The fires of freedom 
Opinions not those of| Dance in the burning flame
MIT, LCS, CRS, or NSA| - Susan Aglukark and Chad Irschick


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



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  instead ofwas
just recently gutted and/or axed (can't remember which).  If  doesn't
work on stable, just do a #ifdef __FreeBSD_version > 4 use selinfo, else use
select.h.

-- 

John Baldwin <[EMAIL PROTECTED]> -- http://www.FreeBSD.org/~jhb/
PGP Key: http://www.baldwin.cx/~john/pgpkey.asc
"Power Users Use the Power to Serve!"  -  http://www.FreeBSD.org/


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



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 
-I/tmp/work/home/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/freebsd 
-I/tmp/work/home/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/export/include 
-I/sys 
-I/tmp/work/home/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/../vmnet-only/freebsd/
 -DCDEV_MAJOR_=200 -DSMP -DAPIC_IO  -D_KERNEL -Wall -Wredundant-decls -Wnested-externs 
-Wstrict-prototypes  -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual  
-fformat-extensions -ansi -DKLD_MODULE -nostdinc -I-  
-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 
-I/tmp/work/home/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/freebsd 
-I/tmp/work/home/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/expor!
 t/include -I/sys 
-I/tmp/work/home/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/../vmnet-only/freebsd/
 -I. -I@ -I@/dev -I@/../include  -mpreferred-stack-boundary=2 -c 
/tmp/work/home/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/freebsd/driver.c
In file included from 
/tmp/work/home/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/freebsd/driver.c:66:
/tmp/work/home/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/freebsd/driver.h:25:
 field `rsel' has incomplete type
/tmp/work/home/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/freebsd/driver.c:
 In function `FreeBSD_Driver_Poll':
/tmp/work/home/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/freebsd/driver.c:495:
 warning: implicit declaration of function `selrecord'
/tmp/work/home/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/freebsd/driver.c:
 In function `FreeBSD_DriverSelectTimeout':
/tmp/work/home/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/freebsd/driver.c:519:
 warning: implicit declaration of function `selwakeup'
*** Error code 1

Stop in /tmp/work/home/ports/emulators/vmware2/work/vmware-distrib/vmmon-only.
*** Error code 1

Stop in /tmp/work/home/ports/emulators/vmware2/work/vmware-distrib/vmmon-only.
*** Error code 1

Stop in /tmp/work/home/ports/emulators/vmware2/work/vmware-distrib.
*** Error code 1

Stop in /home/ports/emulators/vmware2.
*** Error code 1

Stop in /home/ports/emulators/vmware2.
*** Error code 1

Stop in /home/ports/emulators/vmware2.


-- 
Jun Kuriyama <[EMAIL PROTECTED]> // IMG SRC, Inc.
 <[EMAIL PROTECTED]> // FreeBSD Project


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message