Re: XFree86 3.3.6_3 build dies on -current

2000-10-26 Thread Garrett Wollman
< said: > Eventually yes, but not this way. According to Bruce sys/types is a > prerequisite for sys/wait. This is currently true, but should be fixed this year (probably not this month -- it depends on how much energy I have). Draft 4 (draft 5 isn't out yet) of POSIX.1-200x says the following

Re: XFree86 3.3.6_3 build dies on -current

2000-10-26 Thread Marcel Moolenaar
Satoshi - Ports Wraith - Asami wrote: > > * From: Marcel Moolenaar <[EMAIL PROTECTED]> > > * The following 2 patches solve the problem when building XFree86-3.3.6 > * with only the VGA16 and SVGA servers. Building other servers may still > * be broken. > > Yikes. The same problem is killin

Re: XFree86 3.3.6_3 build dies on -current

2000-10-26 Thread Bruce Evans
On 26 Oct 2000, Satoshi - Ports Wraith - Asami wrote: > * From: Marcel Moolenaar <[EMAIL PROTECTED]> > > * The following 2 patches solve the problem when building XFree86-3.3.6 > * with only the VGA16 and SVGA servers. Building other servers may still > * be broken. > > Yikes. The same pro

Re: XFree86 3.3.6_3 build dies on -current

2000-10-26 Thread Satoshi - Ports Wraith - Asami
* From: Marcel Moolenaar <[EMAIL PROTECTED]> * The following 2 patches solve the problem when building XFree86-3.3.6 * with only the VGA16 and SVGA servers. Building other servers may still * be broken. Yikes. The same problem is killing (at least) all the emacsen too. http://bento.FreeB

Re: XFree86 3.3.6_3 build dies on -current

2000-10-25 Thread Marcel Moolenaar
Patrick Gardella wrote: > > In file included from /usr/include/sys/wait.h:93, > from vgaHW.c:44: > /usr/include/machine/endian.h:72: syntax error before > `__uint16_swap_unit32' > /usr/include/machine/endian.h:72: syntax error before `__x' > > The following 2 patches solve the

Re: XFree86 3.3.6_3 build dies on -current

2000-10-24 Thread Marcel Moolenaar
Patrick Gardella wrote: > > I built and installed -current on a laptop yesterday (10/23/00), and > went to build XFree86 3.3.6_3 today from the ports directory. > > It built fine, but when you run make install, it dies, complaining of > syntax errors in machine/endian.h: > > In file included fr

Re: XFree86 3.3.6_3 build dies on -current

2000-10-24 Thread Steve Kargl
Rogier R. Mulhuijzen wrote: > > >In file included from /usr/include/sys/wait.h:93, > > from vgaHW.c:44: > >/usr/include/machine/endian.h:72: syntax error before > >`__uint16_swap_unit32' > >/usr/include/machine/endian.h:72: syntax error before `__x' > > > > > >I've not seen this

Re: XFree86 3.3.6_3 build dies on -current

2000-10-24 Thread Patrick Gardella
"Rogier R. Mulhuijzen" wrote: > > >In file included from /usr/include/sys/wait.h:93, > > from vgaHW.c:44: > >/usr/include/machine/endian.h:72: syntax error before > >`__uint16_swap_unit32' > >/usr/include/machine/endian.h:72: syntax error before `__x' > > > > > >I've not seen thi

Re: XFree86 3.3.6_3 build dies on -current

2000-10-24 Thread Rogier R. Mulhuijzen
>In file included from /usr/include/sys/wait.h:93, > from vgaHW.c:44: >/usr/include/machine/endian.h:72: syntax error before >`__uint16_swap_unit32' >/usr/include/machine/endian.h:72: syntax error before `__x' > > >I've not seen this reported before, nor a work around. I don't k

XFree86 3.3.6_3 build dies on -current

2000-10-24 Thread Patrick Gardella
I built and installed -current on a laptop yesterday (10/23/00), and went to build XFree86 3.3.6_3 today from the ports directory. It built fine, but when you run make install, it dies, complaining of syntax errors in machine/endian.h: In file included from /usr/include/sys/wait.h:93,