Re: buildworld broken at libvgl [May 22]

2002-05-22 Thread Trish Lynch

Yes,

femme:/usr/src/include87 grep pause unistd.h
int  pause(void);

femme:/usr/src/sys/i386/include93 grep pause cpufunc.h
pause(void)
__asm __volatile("pause");
voidpause(void);

femme:/usr/src/lib/libvgl99 grep include vgl.h
#include 
#include 
#include 
#include 


See where it is?

-Trish


On Wed, 22 May 2002, walt wrote:

> cc -O -pipe -march=pentiumpro -Wall -I/usr/src/lib/libvgl  -c
> /usr/src/lib/libvgl/main.c -o main.o
> In file included from /usr/src/lib/libvgl/vgl.h:37,
>   from /usr/src/lib/libvgl/main.c:41:
> /usr/obj/usr/src/i386/usr/include/machine/cpufunc.h:362:
> conflicting types for `pause'
> /usr/obj/usr/src/i386/usr/include/unistd.h:119: previous
> declaration of `pause'
>
>
> To Unsubscribe: send mail to [EMAIL PROTECTED]
> with "unsubscribe freebsd-current" in the body of the message
>

--
Trish Lynch [EMAIL PROTECTED]
FreeBSD The Power to Serve
Ecartis Core Team   [EMAIL PROTECTED]
   http://www.freebsd.org



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



buildworld broken at libvgl [May 22]

2002-05-22 Thread walt

cc -O -pipe -march=pentiumpro -Wall -I/usr/src/lib/libvgl  -c 
/usr/src/lib/libvgl/main.c -o main.o
In file included from /usr/src/lib/libvgl/vgl.h:37,
  from /usr/src/lib/libvgl/main.c:41:
/usr/obj/usr/src/i386/usr/include/machine/cpufunc.h:362: 
conflicting types for `pause'
/usr/obj/usr/src/i386/usr/include/unistd.h:119: previous 
declaration of `pause'


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