• Willkommen im Linux Club - dem deutschsprachigen Supportforum für GNU/Linux. Registriere dich kostenlos, um alle Inhalte zu sehen und Fragen zu stellen.

Funktionstasten

Hallo
Ich wollte gerne die Funktionstasten meines Notebooks auch unter Suse 10.2 nutzen. Die xmodmap scheint nur unter XFree86 zu funktionieren, weshalb ich es gerne mit xbindkeys versuchen wollte. Da es scheinbar keine fertigen Pakete gibt, wollte ich es mir aus den Quellen installieren, was nicht funktionieren will. Vielleicht hat jemand eine Idee?

Hier die Ausgaben von configure und make:


inspiron:/tmp/xbind/xbindkeys-1.8.2 # ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
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 a BSD-compatible install... /usr/bin/install -c
checking whether make sets $(MAKE)... (cached) yes
checking for gawk... (cached) gawk
checking how to run the C preprocessor... gcc -E
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 grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for sys/wait.h that is POSIX.1 compatible... 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 fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
checking for XCreateWindow in -lX11... yes
checking for guile... /usr/bin/guile
checking for guile-config... /usr/bin/guile-config
checking for guile-tools... /usr/bin/guile-tools
checking libguile compile flags... -pthread
checking libguile link flags... -pthread -lguile -lltdl -lgmp -lcrypt -lm -lltdl
checking for pid_t... yes
checking vfork.h usability... no
checking vfork.h presence... no
checking for vfork.h... no
checking for fork... yes
checking for vfork... yes
checking for working fork... yes
checking for working vfork... (cached) yes
checking for stdlib.h... (cached) yes
checking for GNU libc compatible malloc... yes
checking return type of signal handlers... void
checking for strcasecmp... yes
checking for strchr... yes
checking for strrchr... yes
checking for strstr... yes
checking for strtol... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating config.h
config.status: executing depfiles commands
inspiron:/tmp/xbind/xbindkeys-1.8.2 # make
make all-am
make[1]: Entering directory `/tmp/xbind/xbindkeys-1.8.2'
if gcc -DHAVE_CONFIG_H -I. -I. -I. -g -O2 -DFORK_FLAG=1 -DGUILE_FLAG=1 -pthread -I. -Wall -g -O2 -MT xbindkeys.o -MD -MP -MF ".deps/xbindkeys.Tpo" -c -o xbindkeys.o xbindkeys.c; \
then mv -f ".deps/xbindkeys.Tpo" ".deps/xbindkeys.Po"; else rm -f ".deps/xbindkeys.Tpo"; exit 1; fi
In file included from xbindkeys.c:30:
keys.h:23:22: error: libguile.h: Datei oder Verzeichnis nicht gefunden
In file included from xbindkeys.c:30:
keys.h:54: error: expected specifier-qualifier-list before ‘SCM’
keys.h:65: error: expected declaration specifiers or ‘...’ before ‘SCM’
keys.h:76: error: expected declaration specifiers or ‘...’ before ‘SCM’
keys.h:78: error: expected declaration specifiers or ‘...’ before ‘SCM’
keys.h:80: error: expected declaration specifiers or ‘...’ before ‘SCM’
xbindkeys.c: In function ‘main’:
xbindkeys.c:152: warning: implicit declaration of function ‘scm_boot_guile’
make[1]: *** [xbindkeys.o] Fehler 1
make[1]: Leaving directory `/tmp/xbind/xbindkeys-1.8.2'
make: *** [all] Fehler 2
inspiron:/tmp/xbind/xbindkeys-1.8.2 #
 
Hallo
Habe wohl nicht richtig gesucht.
Das rpm ist jetzt installiert und bei einigen Tasten tut sich auch schon was.
Mir fehlen jetzt nur noch die richtigen Parameter zu den gewünschten Funktionen.
Wird sich aber sicher finden, wenn nicht, schreib ich hier gerade noch mal.

Cu
 
Oben