Re: Compile error building xf86-input-keyboard from current git

2009-01-23 Thread Mathieu Taillefumier
Hi, I also have this problem and a little more digging in the code shows that: 1- XkbSetRulesDflts is defined in two different ways with one argument (in the file xkb/xkbInit.c) and 5 arguments in the proto definition. Fixing this is not problematic but I would like to know which definition I

Re: Compile error building xf86-input-keyboard from current git

2009-01-22 Thread Alex Villací­s Lasso
Alan Coopersmith escribió: Alex Villací­s Lasso wrote: kbd.c:154: error: 'XKB_DFLT_RULES' undeclared here (not in a function) This is from a recent git pulled this morning. I am pulling the changes from the last few hours, in the hope this is fixed by compiling an updated proto

Re: Compile error building xf86-input-keyboard from current git

2009-01-22 Thread Alex Villací­s Lasso
Alan Coopersmith escribió: Alex Villací­s Lasso wrote: Alan Coopersmith escribió: Alex Villací­s Lasso wrote: kbd.c:154: error: 'XKB_DFLT_RULES' undeclared here (not in a function) This is from a recent git pulled this morning. I am pulling the changes from the last

Re: Compile error building xf86-input-keyboard from current git

2009-01-22 Thread Alan Coopersmith
Alex Villací­s Lasso wrote: I updated xserver to current git. Now I am getting the same compile error in xserver itself as reported here: http://tinderbox.x.org/builds/2009-01-22-0007/logs/xserver/#build A large chunk of XKB code from the XKB-atkins work landed on git master last night from

Compile error building xf86-input-keyboard from current git

2009-01-21 Thread Alex Villací­s Lasso
gcc -DHAVE_CONFIG_H -I. -I.. -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -Wbad-function-cast -Wold-style-definition -Wdeclaration-after-statement -fvisibility=hidden -I/home/alex/xserver/include/xorg

Re: Compile error building xf86-input-keyboard from current git

2009-01-21 Thread Alan Coopersmith
Alex Villací­s Lasso wrote: kbd.c:154: error: 'XKB_DFLT_RULES' undeclared here (not in a function) This is from a recent git pulled this morning. I am pulling the changes from the last few hours, in the hope this is fixed by compiling an updated proto somewhere. The xorg-server.h file