I've got an IBM thinkpad X41 that runs FreeBSD 10.0 pretty well out of the box and it comes with a built in Wacom tablet/touchscreen. I've installed the input-wacom package from PKGNG but it did not install a driver. My next thought was to install from ports but the port seems to be either broken or missing something, see below:
Really I only have the goal of trying to get the Wacom driver working on this tablet/laptop and don't care so much how I get there. But if the port is in fact broken I wanted to report on that as well.
Code:
uname -a
FreeBSD fbsd 10.0-RELEASE FreeBSD 10.0-RELEASE #0 r260789: Thu Jan 16 22:34:59 UTC 2014 root@snap.freebsd.org:/usr/obj/usr/src/sys/GENERIC amd64
Code:
root@fbsd:/usr/ports/x11-drivers/input-wacom # make
===> Building for input-wacom-40.0.15.0_1
Warning: Object directory not changed from original /usr/ports/x11-drivers/input-wacom/work/uwacom
cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdinc -I. -I@ -I@/contrib/altq -fno-common -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -mno-aes -mno-avx -mcmodel=kernel -mno-red-zone -mno-mmx -mno-sse -msoft-float -fno-asynchronous-unwind-tables -ffreestanding -fstack-protector -std=iso9899:1999 -Qunused-arguments -fstack-protector -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -Wmissing-include-dirs -fdiagnostics-show-option -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -c uwacom.c
uwacom.c:75:10: fatal error: 'sys/clist.h' file not found
#include <sys/clist.h>
^
1 error generated.
*** Error code 1
Stop.
make[2]: stopped in /usr/ports/x11-drivers/input-wacom/work/uwacom
*** Error code 1
Stop.
make[1]: stopped in /usr/ports/x11-drivers/input-wacom
*** Error code 1
Stop.
make: stopped in /usr/ports/x11-drivers/input-wacom
Really I only have the goal of trying to get the Wacom driver working on this tablet/laptop and don't care so much how I get there. But if the port is in fact broken I wanted to report on that as well.