Help building linuxwacom

Ali Mazandar ali.mazandar at gmail.com
Tue Apr 3 02:46:32 UTC 2007


According to the linuxwacom website
(http://linuxwacom.sourceforge.net/), FreeBSD is a supported OS.  So I
downloaded the production release 0.7.6-4 and setup the configure
script to the best of my abilities.

----------------------------------------
  BUILD ENVIRONMENT:
       architecture - i386
       linux kernel - no
  module versioning - no
      kernel source - no
           Xorg SDK - no /usr
          XSERVER64 - no
           dlloader - yes
               XLib - yes /usr/X11R6/lib
                TCL - yes /usr/local/include/tcl8.4
                 TK - yes /usr/local/include/tk8.4
            ncurses - yes

  BUILD OPTIONS:
            wacom.o - no
            wacdump - yes (no USB)
             xidump - yes
        libwacomcfg - yes
         libwacomxi - yes
          xsetwacom - yes
              hid.o - no
         usbmouse.o - no
            evdev.o - no
         mousedev.o - no
            input.o - no
        tabletdev.o - no
       wacom_drv.so - no /usr/X11R6/lib/modules/input (no USB)
        wacom_drv.o - no
----------------------------------------

When I ran make, I got the following error messages:

alimaz at beastie ~/wacom/linuxwacom-0.7.6-4> make
make  all-recursive
Making all in src
Making all in .
Making all in wacomxi
if /usr/local/bin/bash ../../libtool --tag=CC --mode=compile gcc
-DHAVE_CONFIG_H  -I. -I. -I../..     -Wall -g -O2
-I/usr/local/include/tcl8.4 -I/usr/local/include/tk8.4 -MT wacomxi.lo
-MD -MP -MF ".deps/wacomxi.Tpo" -c -o wacomxi.lo wacomxi.c;  then mv
-f ".deps/wacomxi.Tpo" ".deps/wacomxi.Plo"; else rm -f
".deps/wacomxi.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../.. -Wall -g -O2
-I/usr/local/include/tcl8.4 -I/usr/local/include/tk8.4 -MT wacomxi.lo
-MD -MP -MF .deps/wacomxi.Tpo -c wacomxi.c  -fPIC -DPIC -o
.libs/wacomxi.o
In file included from wacomxi.c:29:
wacomxi.h:31:35: X11/extensions/XInput.h: No such file or directory
wacomxi.h:36:36: X11/extensions/XIproto.h: No such file or directory
wacomxi.h:37:22: X11/Xlib.h: No such file or directory
In file included from wacomxi.h:38,
                 from wacomxi.c:29:
...


The instructions make mention of a "xorg sdk", however I'm not sure if
these are installed and/or where I can obtain them.  There seem to be
xorg sdk rpms out there for a variety of linux distros but nothing
FreeBSD specific.  Is this something I can obtain from ports?

Any help would be appreciated.

Thank you,
Ali


More information about the freebsd-ports mailing list