Re: [ANNOUNCE] xf86-input-evdev 2.1.99.1

2009-03-02 Thread Peter Hutterer
On Mon, Mar 02, 2009 at 09:06:12AM +, Alex Bennee wrote:
> 2009/3/2 Peter Hutterer :
> > First snapshot for evdev 2.2.
> >
> > Lots of cleanup, and - most notably - general axis/button support.
> > For those running an X server from master, evdev will label axes and buttons
> > for you.
> >
> > shortlog is a bit longer than it actually is, it includes a number of 
> > patches
> > that were cherry-picked onto 2.1 and have since been released.
> >
> >      Add support for button labelling.
> >      evdev 2.1.99.1
> 
> Seems to have broken:
> 
>  gcc -DHAVE_CONFIG_H -I. -I.. -I../include/ -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/src/xorg2/install/include/xorg
> -I/home/alex/src/xorg2/install/include/pixman-1
> -I/home/alex/src/xorg2/install/include -g3 -MT evdev.lo -MD -MP -MF
> .deps/evdev.Tpo -c evdev.c  -fPIC -DPIC -o .libs/evdev.o
> evdev.c:1806: error: 'BTN_LABEL_PROP_BTN_0' undeclared here (not in a 
> function)
> evdev.c:1807: error: 'BTN_LABEL_PROP_BTN_1' undeclared here (not in a 
> function)
> evdev.c:1808: error: 'BTN_LABEL_PROP_BTN_2' undeclared here (not in a 
> function)
> evdev.c:1809: error: 'BTN_LABEL_PROP_BTN_3' undeclared here (not in a 
> function)
> evdev.c:1810: error: 'BTN_LABEL_PROP_BTN_4' undeclared here (not in a 
> function)
> evdev.c:1811: error: 'BTN_LABEL_PROP_BTN_5' undeclared here (not in a 
> function)
> evdev.c:1812: error: 'BTN_LABEL_PROP_BTN_6' undeclared here (not in a 
> function)
> evdev.c:1813: error: 'BTN_LABEL_PROP_BTN_7' undeclared here (not in a 
> function)
> evdev.c:1814: error: 'BTN_LABEL_PROP_BTN_8' undeclared here (not in a 
> function)
> evdev.c:1815: error: 'BTN_LABEL_PROP_BTN_9' undeclared here (not in a 
> function)
> 

oops. forgot to push xserver, a706dd8771f is the matching commit now.
Thanks.

Cheers,
  Peter
___
xorg mailing list
xorg@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/xorg


Re: [ANNOUNCE] xf86-input-evdev 2.1.99.1

2009-03-02 Thread Ben Gamari
On Mon, 2009-03-02 at 16:42 +1000, Peter Hutterer wrote:
> First snapshot for evdev 2.2.
> 
> Lots of cleanup, and - most notably - general axis/button support.
> For those running an X server from master, evdev will label axes and buttons
> for you.

Theoretically. ;)  It seems that the BTN_LABEL_PROP_* definitions
haven't been committed to wherever it is they are supposed to be,

evdev.c:1806: error: ‘BTN_LABEL_PROP_BTN_0’ undeclared here (not in a
function)
evdev.c:1807: error: ‘BTN_LABEL_PROP_BTN_1’ undeclared here (not in a
function)
[it goes on]

I'm running pretty much everything from git. Moreover, grep wasn't able
to find those symbols anywhere in my xorg tree. Signs point to a missing
commit. Just figured I should probably let you know. Thanks a ton for
the work,

- Ben




___
xorg mailing list
xorg@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/xorg

Re: [ANNOUNCE] xf86-input-evdev 2.1.99.1

2009-03-02 Thread Alex Bennee
2009/3/2 Peter Hutterer :
> First snapshot for evdev 2.2.
>
> Lots of cleanup, and - most notably - general axis/button support.
> For those running an X server from master, evdev will label axes and buttons
> for you.
>
> shortlog is a bit longer than it actually is, it includes a number of patches
> that were cherry-picked onto 2.1 and have since been released.
>
>      Add support for button labelling.
>      evdev 2.1.99.1

Seems to have broken:

 gcc -DHAVE_CONFIG_H -I. -I.. -I../include/ -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/src/xorg2/install/include/xorg
-I/home/alex/src/xorg2/install/include/pixman-1
-I/home/alex/src/xorg2/install/include -g3 -MT evdev.lo -MD -MP -MF
.deps/evdev.Tpo -c evdev.c  -fPIC -DPIC -o .libs/evdev.o
evdev.c:1806: error: 'BTN_LABEL_PROP_BTN_0' undeclared here (not in a function)
evdev.c:1807: error: 'BTN_LABEL_PROP_BTN_1' undeclared here (not in a function)
evdev.c:1808: error: 'BTN_LABEL_PROP_BTN_2' undeclared here (not in a function)
evdev.c:1809: error: 'BTN_LABEL_PROP_BTN_3' undeclared here (not in a function)
evdev.c:1810: error: 'BTN_LABEL_PROP_BTN_4' undeclared here (not in a function)
evdev.c:1811: error: 'BTN_LABEL_PROP_BTN_5' undeclared here (not in a function)
evdev.c:1812: error: 'BTN_LABEL_PROP_BTN_6' undeclared here (not in a function)
evdev.c:1813: error: 'BTN_LABEL_PROP_BTN_7' undeclared here (not in a function)
evdev.c:1814: error: 'BTN_LABEL_PROP_BTN_8' undeclared here (not in a function)
evdev.c:1815: error: 'BTN_LABEL_PROP_BTN_9' undeclared here (not in a function)


-- 
Alex, homepage: http://www.bennee.com/~alex/
CV: http://www.bennee.com/~alex/cv.php
___
xorg mailing list
xorg@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/xorg