Re: libxrandr patch for Xrandr.h

2007-02-22 Thread Anthony Mercatante
On Thursday 22 February 2007 23:55:36 Julien Cristau wrote: > On Thu, Feb 22, 2007 at 23:19:13 +0100, Anthony Mercatante wrote: > > Hi, > > > > Xrandr.h contains the variable name "delete" which is a reserved name in > > c++ The consequence is kdebase ./configure will fail to include it, > > causin

Re: libxrandr patch for Xrandr.h

2007-02-22 Thread Julien Cristau
On Thu, Feb 22, 2007 at 23:19:13 +0100, Anthony Mercatante wrote: > Hi, > > Xrandr.h contains the variable name "delete" which is a reserved name in c++ > The consequence is kdebase ./configure will fail to include it, causing > kdebase FTBFS since krandrtray cannot be built. > > The patch is j

libxrandr patch for Xrandr.h

2007-02-22 Thread Anthony Mercatante
Hi, Xrandr.h contains the variable name "delete" which is a reserved name in c++ The consequence is kdebase ./configure will fail to include it, causing kdebase FTBFS since krandrtray cannot be built. The patch is just a workarround to make it to work before upstream, that I've warned about tha