Contenu | Rechercher | Menus

Annonce

Si vous avez des soucis pour rester connecté, déconnectez-vous puis reconnectez-vous depuis ce lien en cochant la case
Me connecter automatiquement lors de mes prochaines visites.

À propos de l'équipe du forum.

#1 Le 13/05/2010, à 14:45

KnY

Bamboo pen & touch ne fonctionne pas selon la procédure.

Bonjour.

Possesseur d'une Wacom Bamboo Pen & Touch et sur Lucid Lynx 10.04, j'ai suivi le tuto de la documentation (http://doc.ubuntu-fr.org/wacom_bamboo_pen).
Malheureusement cela ne marche pas, la commande ./configure me renvoyait des erreurs et la commande make ne marchait pas forcément
J'ai donc pensé que c'était du à l'absence de kernel précédent, donc j'ai rajouté le kernel 2.6.30 en fichier deb.
Rebelote, cette fois-ci, .configure semble donner quelque chose, mais pas la commande make, qui me me renvoie à son tour des erreurs.

J'ai testé différente technique d'installation glanée sur le net, mais aucune de marchent pour l'instant, et je n'arrive pas à trouver d'où vient le problème.

Je viens donc à vous.

Ci-contre le rapport de mes entrées de commande. (selon le tutoriel).

blackalmond@blackalmond:~$ sudo apt-get install build-essential libx11-dev libxi-dev x11proto-input-dev xserver-xorg-dev tk8.4-dev tcl8.4-dev libncurses5-dev
[sudo] password for blackalmond: 
Lecture des listes de paquets... Fait
Construction de l'arbre des dépendances       
Lecture des informations d'état... Fait
build-essential est déjà la plus récente version disponible.
libx11-dev est déjà la plus récente version disponible.
libxi-dev est déjà la plus récente version disponible.
x11proto-input-dev est déjà la plus récente version disponible.
xserver-xorg-dev est déjà la plus récente version disponible.
tk8.4-dev est déjà la plus récente version disponible.
tcl8.4-dev est déjà la plus récente version disponible.
libncurses5-dev est déjà la plus récente version disponible.
Les paquets suivants ont été installés automatiquement et ne sont plus nécessaires :
  plasma-dataengines-workspace libprocessui4 libtaskmanager4 libqimageblitz4
  libpackagekit-glib2-12 libkscreensaver5 libsolidcontrolifaces4 upower
  ocaml-base-nox libupower-glib1 libplasma-geolocation-interface4
  libpackagekit-qt-12 install-package libksgrd4 libkworkspace4
  libfindlib-ocaml-dev libplasmagenericshell4 libkfontinst4 camlp4
  libfindlib-ocaml python-packagekit packagekit libkephal4 tcl8.5
  kdebase-workspace-data ledit software-properties-kde ksysguardd
  libplasmaclock4 ocaml-interp libweather-ion4
  kdebase-workspace-kgreet-plugins libsolidcontrol4 tk8.5 ocaml-base
  packagekit-backend-apt libruby1.8 libplasma-applet-system-monitor4
  libprocesscore4 ocaml-nox
Veuillez utiliser « apt-get autoremove » pour les supprimer.
0 mis à jour, 0 nouvellement installés, 0 à enlever et 0 non mis à jour.
blackalmond@blackalmond:~$ wget http://linuxfans.keryxproject.org/packages/wacom/archive/linuxwacom-0.8.6-1.tar.bz2
--2010-05-13 14:38:44--  http://linuxfans.keryxproject.org/packages/wacom/archive/linuxwacom-0.8.6-1.tar.bz2
Résolution de linuxfans.keryxproject.org... 96.30.11.144
Connexion vers linuxfans.keryxproject.org|96.30.11.144|:80... connecté.
requête HTTP transmise, en attente de la réponse... 200 OK
Longueur: 1157113 (1,1M) [application/x-tar]
Sauvegarde en : «linuxwacom-0.8.6-1.tar.bz2.1»

100%[======================================>] 1 157 113    158K/s   ds 7,4s    

2010-05-13 14:38:52 (153 KB/s) - «linuxwacom-0.8.6-1.tar.bz2.1» sauvegardé [1157113/1157113]

blackalmond@blackalmond:~$ tar -xf linuxwacom-0.8.6-1.tar.bz2.1
blackalmond@blackalmond:~$ cd linuxwacom-0.8.6-1
blackalmond@blackalmond:~/linuxwacom-0.8.6-1$ ./configure --enable-wacom
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking for gawk... (cached) gawk
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking for a sed that does not truncate output... /bin/sed
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for /usr/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking whether ln -s works... yes
checking how to recognize dependent libraries... pass_all
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3
checking how to run the C++ preprocessor... g++ -E
checking for g77... no
checking for xlf... no
checking for f77... no
checking for frt... no
checking for pgf77... no
checking for cf77... no
checking for fort77... no
checking for fl32... no
checking for af77... no
checking for xlf90... no
checking for f90... no
checking for pgf90... no
checking for pghpf... no
checking for epcf90... no
checking for gfortran... no
checking for g95... no
checking for xlf95... no
checking for f95... no
checking for fort... no
checking for ifort... no
checking for ifc... no
checking for efc... no
checking for pgf95... no
checking for lf95... no
checking for ftn... no
checking whether we are using the GNU Fortran 77 compiler... no
checking whether  accepts -g... no
checking the maximum length of command line arguments... 1572864
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for objdir... .libs
checking for ar... ar
checking for ranlib... ranlib
checking for strip... strip
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
configure: creating libtool
appending configuration tag "CXX" to libtool
checking for ld used by g++... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC
checking if g++ PIC flag -fPIC works... yes
checking if g++ static flag -static works... yes
checking if g++ supports -c -o file.o... yes
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
(cached) (cached) checking how to hardcode library paths into programs... immediate
appending configuration tag "F77" to libtool
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for HAL... yes
checking for arch type... i486-linux-gnu
checking for kernel type... Linux
checking for linux-based kernel... yes
checking for kernel source/headers... not found
***
*** WARNING:
*** Unable to guess kernel source directory
***   Looked at /lib/modules/2.6.32-22-generic/source, /lib/modules/2.6.32-22-generic/build,
***     /usr/src/linux, /usr/src/linux-2.6.32-22-generic, and
***     /usr/src/linux-2.6
*** Kernel modules will not be built
***
checking for Xlib... yes
checking for XSERVER... yes
checking for xserver libc-wrapper header-files... no
checking if scaling tablet to screen size is needed... no
checking if Xorg server is version 1.4 or later... yes
checking if Xorg is 7.3 or earlier... no
checking if Xorg server is version 1.5.2 or later... yes
checking if Xorg server is version 1.6 or later... yes
checking if Xorg SDK defined IsXExtensionPointer... yes
checking if Xorg SDK defines dixScreenOrigins... yes
checking XInput extension version... >= 2.0
checking for lib xf86config... checking for X... libraries , headers 
checking for gethostbyname... yes
checking for connect... yes
checking for remove... yes
checking for shmat... yes
checking for IceConnectionNumber in -lICE... yes
checking for tclsh... /usr/bin/tclsh
checking for tcl version... 8.4
checking for tcl header files... found, /usr/include/tcl8.4
checking for tk header files... found, /usr/include/tcl8.4
checking ncurses.h usability... yes
checking ncurses.h presence... yes
checking for ncurses.h... yes
checking if libwacomcfg should/can be built... yes
checking if libwacomxi should/can be built... yes
checking if wacdump should/can be built... yes
checking if xidump should/can be built... yes
checking if xsetwacom should be built... yes
checking if wacomxrrd should be built... checking X11/extensions/Xrandr.h usability... yes
checking X11/extensions/Xrandr.h presence... yes
checking for X11/extensions/Xrandr.h... yes
checking for Wacom X driver module path... /usr/lib/xorg/modules/input
checking for dynamic driver loading support... yes
checking if wacom_drv.{o,so} should be compiled... yes
checking if gcc accepts -fno-merge-constants... yes
checking if gcc accepts -fno-stack-protector... yes

configure: creating ./config.status
config.status: creating Makefile
config.status: creating mkxincludes
config.status: creating src/Makefile
config.status: creating src/util/Makefile
config.status: creating src/xdrv/Makefile
config.status: creating src/2.6.9/Makefile
config.status: creating src/2.6.10/Makefile
config.status: creating src/2.6.11/Makefile
config.status: creating src/2.6.13/Makefile
config.status: creating src/2.6.14/Makefile
config.status: creating src/2.6.15/Makefile
config.status: creating src/2.6.16/Makefile
config.status: creating src/2.6.18/Makefile
config.status: creating src/2.6.19/Makefile
config.status: creating src/2.6.22/Makefile
config.status: creating src/2.6.24/Makefile
config.status: creating src/2.6.26/Makefile
config.status: creating src/2.6.27/Makefile
config.status: creating src/2.6.30/Makefile
config.status: creating src/wacomxi/Makefile
config.status: creating src/wacomxi/wacomcpl
config.status: creating src/include/xdrv-config.h
config.status: src/include/xdrv-config.h is unchanged
config.status: creating src/include/kernel-config.h
config.status: src/include/kernel-config.h is unchanged
config.status: creating src/include/util-config.h
config.status: src/include/util-config.h is unchanged
config.status: executing depfiles commands

----------------------------------------
  BUILD ENVIRONMENT:
       architecture - i486-linux-gnu
       linux kernel - yes 
  module versioning - no 
      kernel source - no 
     XFree86 source - no 
           Xorg SDK - yes /usr/include/xorg
          XSERVER64 - no
           dlloader - yes
               XLib - yes /usr/lib
         xf86config - no
                TCL - yes /usr/include/tcl8.4
                 TK - yes /usr/include/tcl8.4
            ncurses - yes

  BUILD OPTIONS:
            wacom.o - no
            wacdump - yes 
             xidump - yes 
        libwacomcfg - yes
         libwacomxi - yes
          xsetwacom - yes
          wacomxrrd - yes
              hid.o - no 
       wacom_drv.so - yes /usr/lib/xorg/modules/input 
        wacom_drv.o - no
  wacom*_drv quirks - hal IsXExtensionPointer key-events dixScreenOrigins
----------------------------------------
blackalmond@blackalmond:~/linuxwacom-0.8.6-1$ make
Making all in src
make[1]: entrant dans le répertoire « /home/blackalmond/linuxwacom-0.8.6-1/src »
Making all in .
make[2]: entrant dans le répertoire « /home/blackalmond/linuxwacom-0.8.6-1/src »
make[2]: Rien à faire pour « all-am ».
make[2]: quittant le répertoire « /home/blackalmond/linuxwacom-0.8.6-1/src »
Making all in wacomxi
make[2]: entrant dans le répertoire « /home/blackalmond/linuxwacom-0.8.6-1/src/wacomxi »
make[2]: Rien à faire pour « all ».
make[2]: quittant le répertoire « /home/blackalmond/linuxwacom-0.8.6-1/src/wacomxi »
Making all in util
make[2]: entrant dans le répertoire « /home/blackalmond/linuxwacom-0.8.6-1/src/util »
make[2]: Rien à faire pour « all ».
make[2]: quittant le répertoire « /home/blackalmond/linuxwacom-0.8.6-1/src/util »
Making all in xdrv
make[2]: entrant dans le répertoire « /home/blackalmond/linuxwacom-0.8.6-1/src/xdrv »
gcc -MM -g -O2 -DDBUS_API_SUBJECT_TO_CHANGE -I/usr/include/hal -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include   -I/usr/include/tcl8.4  -I../include -I/usr/include/xorg   ./xf86Wacom.c ./wcmSerial.c ./wcmUSB.c ./wcmISDV4.c ./wcmXCommand.c ./wcmCommon.c ./wcmCompat.c ./wcmConfig.c ./wcmFilter.c ./wcmTilt2Rotation.c ./wcmTouchFilter.c ./wcmValidateDevice.c ./wcmMapping.c > .depend
make[2]: quittant le répertoire « /home/blackalmond/linuxwacom-0.8.6-1/src/xdrv »
make[2]: entrant dans le répertoire « /home/blackalmond/linuxwacom-0.8.6-1/src/xdrv »
gcc -g -O2 -DDBUS_API_SUBJECT_TO_CHANGE -I/usr/include/hal -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include   -I/usr/include/tcl8.4  -fPIC -pipe -std=c99 \
		-pedantic -Wall -Wpointer-arith -fno-merge-constants \
		-fno-stack-protector -I. -I../include -I/usr/include/xorg   \
		 -fvisibility=hidden -I/usr/include/xorg -I/usr/include/pixman-1   \
		-o xf86Wacom.o -c ./xf86Wacom.c
In file included from ./xf86Wacom.h:27,
                 from ./xf86Wacom.c:87:
/usr/include/xorg/xorg-server.h:183:1: warning: "XFree86LOADER" redefined
In file included from ./xf86Wacom.h:25,
                 from ./xf86Wacom.c:87:
./../include/xdrv-config.h:12:1: warning: this is the location of the previous definition
In file included from ./xf86Wacom.h:176,
                 from ./xf86Wacom.c:87:
./xf86WacomDefs.h:135:1: warning: "MAX_BUTTONS" redefined
In file included from /usr/include/xorg/xf86str.h:38,
                 from /usr/include/xorg/xf86.h:46,
                 from ./xf86Wacom.h:85,
                 from ./xf86Wacom.c:87:
/usr/include/xorg/input.h:80:1: warning: this is the location of the previous definition
./xf86Wacom.c: In function ‘xf86WcmRegisterX11Devices’:
./xf86Wacom.c:393: warning: passing argument 3 of ‘InitButtonClassDeviceStruct’ from incompatible pointer type
/usr/include/xorg/input.h:290: note: expected ‘Atom *’ but argument is of type ‘CARD8 *’
./xf86Wacom.c:393: error: too few arguments to function ‘InitButtonClassDeviceStruct’
./xf86Wacom.c:433: warning: passing argument 3 of ‘InitValuatorClassDeviceStruct’ makes pointer from integer without a cast
/usr/include/xorg/input.h:296: note: expected ‘Atom *’ but argument is of type ‘int’
./xf86Wacom.c:433: error: too few arguments to function ‘InitValuatorClassDeviceStruct’
./xf86Wacom.c:475: warning: implicit declaration of function ‘InitKeyClassDeviceStruct’
./xf86Wacom.c:483: warning: implicit declaration of function ‘InitKbdFeedbackClassDeviceStruct’
./xf86Wacom.c:514: error: too few arguments to function ‘InitValuatorAxisStruct’
./xf86Wacom.c:519: error: too few arguments to function ‘InitValuatorAxisStruct’
./xf86Wacom.c:520: error: too few arguments to function ‘InitValuatorAxisStruct’
./xf86Wacom.c:528: error: too few arguments to function ‘InitValuatorAxisStruct’
./xf86Wacom.c:529: error: too few arguments to function ‘InitValuatorAxisStruct’
./xf86Wacom.c:535: error: too few arguments to function ‘InitValuatorAxisStruct’
./xf86Wacom.c:536: error: too few arguments to function ‘InitValuatorAxisStruct’
./xf86Wacom.c:544: error: too few arguments to function ‘InitValuatorAxisStruct’
./xf86Wacom.c:549: error: too few arguments to function ‘InitValuatorAxisStruct’
./xf86Wacom.c:553: error: too few arguments to function ‘InitValuatorAxisStruct’
make[2]: *** [xf86Wacom.o] Erreur 1
make[2]: quittant le répertoire « /home/blackalmond/linuxwacom-0.8.6-1/src/xdrv »
make[1]: *** [all-recursive] Erreur 1
make[1]: quittant le répertoire « /home/blackalmond/linuxwacom-0.8.6-1/src »
make: *** [all-recursive] Erreur 1
blackalmond@blackalmond:~/linuxwacom-0.8.6-1$

{ Vous remarquerez que d'une part les paquets sont déjà installés, et que la source du tar.bz2 numéro 0.8.6-1 n'existant plus sur le site, je l'ai récupéré d'un autre développeur qui avait gardé une copie, et pour finir que j'ai un tar.bz2.1, le tout simplement parce que j'ai déjà fait la manipulation; ici c'est pour vous rapportez les erreurs}

En vous remerciant.

Hors ligne