Re: Compiling CURRENT with XEN config fails

2009-04-02 Thread Mister Olli
Hi, the attached patch fixed the compile problem, but new ones are coming up (on r190464) ;-)) cc -c -O -pipe -std=c99 -g -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -nos

Re: Compiling CURRENT with XEN config fails

2009-04-01 Thread Bjoern A. Zeeb
On Wed, 1 Apr 2009, Björn JACKE wrote: On 2009-03-27 at 15:03 +0100 Mister Olli sent off: /usr/src/sys/xen/evtchn/evtchn.c:516: error: conflicting types for 'bind_virq_to_irqhandler' /usr/src/sys/xen/xen_intr.h:61: error: previous declaration of 'bind_virq_to_irqhandler' was here /usr/src/sys

Re: Compiling CURRENT with XEN config fails

2009-04-01 Thread Doug Rabson
On 1 Apr 2009, at 11:32, Björn JACKE wrote: Hi, On 2009-04-01 at 12:04 +0200 Björn JACKE sent off: On 2009-03-27 at 15:03 +0100 Mister Olli sent off: /usr/src/sys/xen/evtchn/evtchn.c:516: error: conflicting types for 'bind_virq_to_irqhandler' /usr/src/sys/xen/xen_intr.h:61: error: previous

Re: Compiling CURRENT with XEN config fails

2009-04-01 Thread Björn JACKE
On 2009-03-27 at 15:03 +0100 Mister Olli sent off: > /usr/src/sys/xen/evtchn/evtchn.c:516: error: conflicting types for > 'bind_virq_to_irqhandler' > /usr/src/sys/xen/xen_intr.h:61: error: previous declaration of > 'bind_virq_to_irqhandler' was here > /usr/src/sys/xen/evtchn/evtchn.c: In function

Re: Compiling CURRENT with XEN config fails

2009-04-01 Thread Björn JACKE
Hi, On 2009-04-01 at 12:04 +0200 Björn JACKE sent off: > On 2009-03-27 at 15:03 +0100 Mister Olli sent off: > > /usr/src/sys/xen/evtchn/evtchn.c:516: error: conflicting types for > > 'bind_virq_to_irqhandler' > > /usr/src/sys/xen/xen_intr.h:61: error: previous declaration of > > 'bind_virq_to_ir

Compiling CURRENT with XEN config fails

2009-03-27 Thread Mister Olli
Hi, I just tried to compile CURRENT kernel with the XEN kernel config that is shipped with it, but it fails with the following error: cc -c -O -pipe -std=c99 -g -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno