PDA

Archiv verlassen und diese Seite im Standarddesign anzeigen : WACOM einrichten



dark.weasel
27.02.06, 22:03
Ich habe mir das Treiber Paket von http://linuxwacom.sourceforge.net/ runtergeladen (0.7.2). Danach wollte ich
./configure --enable-wacom ausführen, allerdings spuckt er mir dann folgenden Fehler aus
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... no
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 ANSI C... none needed
checking for style of include used by make... none
checking dependency style of gcc... none
checking for gawk... (cached) mawk
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 egrep... 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 recognise 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++... no
checking for c++... no
checking for gpp... gpp
checking whether we are using the GNU C++ compiler... no
checking whether gpp accepts -g... no
checking dependency style of gpp... none
checking how to run the C++ preprocessor... /lib/cpp
configure: error: C++ preprocessor "/lib/cpp" fails sanity check
See `config.log' for more details.


Die config.log findet ihr im Anhang.

Ich benutze Ubuntu 5.10 (2.6.12-10-386), außerdem habe ich die Pakete wie cpp, g++ usw. schon installiert. In /usr/bin existier die cpp. Keine Ahnung. Was braucht ihr noch?

MiGo
28.02.06, 09:25
Der wacom-Treiber ist ¹auch im Kernel unter
-> Device Drivers
-> USB support

MiGo
P.S.: um "error: C++ preprocessor "/lib/cpp" fails sanity check" solltest du dich dennoch kümmern, nicht dass es beim nächsten Kompileversuch ebenfalls ärger macht ;)

¹edit inzwischen->auch.

dark.weasel
28.02.06, 09:34
P.S.: um "error: C++ preprocessor "/lib/cpp" fails sanity check" solltest du dich dennoch kümmern, nicht dass es beim nächsten Kompileversuch ebenfalls ärger macht ;)
Im Prinzip war das ja meine Frage, sorry ich hab mich wohl undeutlich ausgedrückt.

MiGo
28.02.06, 09:41
checking for g++... no
checking for c++... no
http://www.linuxforen.de/forums/showthread.php?t=207004&highlight=%2Flib%2Fcpp+fails+sanity+check
2 Sekunden SuFu ;)

dark.weasel
28.02.06, 10:14
Okay danke! Dann hab ich wohl gestern Abend die falschen Begriffe zum suchen benutzt.