[...]
x86_64-pc-linux-gnu-cc -DHAVE_CONFIG_H -I. -I.. -I../src -I../include -pipe -O2 -march=native -DUNIT_TESTS -fvisibility=hidden -I/usr/x86_64-pc-linux-gnu/include/xorg -I/usr/x86_64-pc-linux-gnu/include/pixman-1 -I/usr/x86_64-pc-linux-gnu/include/X11/dri -I/usr/x86_64-pc-linux-gnu/include/libdrm -Wall -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wold-style-definition -Wdeclaration-after-statement -Wunused -Wuninitialized -Wshadow -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wlogical-op -Werror=implicit -Werror=nonnull -Werror=init-self -Werror=main -Werror=missing-braces -Werror=sequence-point -Werror=return-type -Werror=trigraphs -Werror=array-bounds -Werror=write-strings -Werror=address -Werror=int-to-pointer-cast -Werror=pointer-to-int-cast -fno-strict-aliasing -pipe -O2 -march=native -c -o wacom_tests-wacom-tests.o `test -f 'wacom-tests.c' || echo './'`wacom-tests.c
x86_64-pc-linux-gnu-cc -DHAVE_CONFIG_H -I. -I.. -I../src -I../include -pipe -O2 -march=native -DUNIT_TESTS -fvisibility=hidden -I/usr/x86_64-pc-linux-gnu/include/xorg -I/usr/x86_64-pc-linux-gnu/include/pixman-1 -I/usr/x86_64-pc-linux-gnu/include/X11/dri -I/usr/x86_64-pc-linux-gnu/include/libdrm -Wall -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wold-style-definition -Wdeclaration-after-statement -Wunused -Wuninitialized -Wshadow -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wlogical-op -Werror=implicit -Werror=nonnull -Werror=init-self -Werror=main -Werror=missing-braces -Werror=sequence-point -Werror=return-type -Werror=trigraphs -Werror=array-bounds -Werror=write-strings -Werror=address -Werror=int-to-pointer-cast -Werror=pointer-to-int-cast -fno-strict-aliasing -pipe -O2 -march=native -c -o wacom_tests-fake-symbols.o `test -f 'fake-symbols.c' || echo './'`fake-symbols.c
libtool: compile: x86_64-pc-linux-gnu-cc -DHAVE_CONFIG_H -I. -I.. -I../src -I../include -pipe -O2 -march=native -DUNIT_TESTS -I../src -fvisibility=hidden -I/usr/x86_64-pc-linux-gnu/include/xorg -I/usr/x86_64-pc-linux-gnu/include/pixman-1 -I/usr/x86_64-pc-linux-gnu/include/X11/dri -I/usr/x86_64-pc-linux-gnu/include/libdrm -Wall -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wold-style-definition -Wdeclaration-after-statement -Wunused -Wuninitialized -Wshadow -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wlogical-op -Werror=implicit -Werror=nonnull -Werror=init-self -Werror=main -Werror=missing-braces -Werror=sequence-point -Werror=return-type -Werror=trigraphs -Werror=array-bounds -Werror=write-strings -Werror=address -Werror=int-to-pointer-cast -Werror=pointer-to-int-cast -fno-strict-aliasing -fvisibility=default -pipe -O2 -march=native -c ../src/wcmTouchFilter.c -fPIC -DPIC -o .libs/libwacom_test_la-wcmTouchFilter.o
fake-symbols.c:497:1: error: redefinition of 'xf86BlockSIGIO'
xf86BlockSIGIO (void)
^
In file included from fake-symbols.h:6:0,
from fake-symbols.c:1:
/usr/x86_64-pc-linux-gnu/include/xorg/xf86.h:97:33: note: previous definition of 'xf86BlockSIGIO' was here
static inline _X_DEPRECATED int xf86BlockSIGIO(void) { input_lock(); return 0; }
^
fake-symbols.c:503:1: error: redefinition of 'xf86UnblockSIGIO'
xf86UnblockSIGIO (int wasset)
^
In file included from fake-symbols.h:6:0,
from fake-symbols.c:1:
/usr/x86_64-pc-linux-gnu/include/xorg/xf86.h:98:34: note: previous definition of 'xf86UnblockSIGIO' was here
static inline _X_DEPRECATED void xf86UnblockSIGIO(int wasset) { input_unlock(); }
^
make[2]: *** [Makefile:779: wacom_tests-fake-symbols.o] Error 1
make[2]: *** Waiting for unfinished jobs....
[...]
Installed version of xorg-server is 1.19.1.
Diff:
Thanks for the report. A fix should be posted to the linuxwacom-devel mailinglist shortly.
Fix has been integrated into xf86-input-wacom with commit f0dedf7.
Expected release: xf86-input-wacom 0.35.0
Fix included with xf86-input-wacom 0.34.2 release.