Re: XFree86 3.3.6_3 build dies on -current

2000-10-26 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' snip The following 2 patches solve the

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.

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 problem is

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 killing (at

Re: XFree86 3.3.6_3 build dies on -current

2000-10-26 Thread Garrett Wollman
On Thu, 26 Oct 2000 13:58:09 -0400, Marcel Moolenaar [EMAIL PROTECTED] 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).

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,

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' snip I've not seen this reported before, nor a work around. I don't know

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' snip I've not seen this reported

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' snip I've not seen this reported

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 from