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

Fehler beim komplimieren von Keytouch

tipex

Member
So irgebdwie will Keytouch nicht so wirklich seit dem Update auf 2.3....
Ich hab es im Runlvl Editor aktiviert und sogar mit dem Editor meine Tastatur erstellt....aber die Hälfte der Tasten gehen gar nicht und der Rest öffnet irgendwelche Programme aber nicht die, die ich will....

Ich hoffe mir kann wer helfen?

mfG tipex
 
OP
tipex

tipex

Member
So hier sind die Infos:

rpm -q keytouch
keytouch-2.3.0-0.pm.1

rpm -q keytouch-editor
keytouch-editor-3.1.1-0.pm.1

EDIT:
Weiß mal wieder keiner Rat?!
Naja denke das dort noch irgendein anderes Programm ist was die Hotkeys beeinflusst.....und keytouch dadurch nicht zum Zuge kommt..aber das PRoblem wird wie es aussieht mal wieder für eine Weile ungelöst bleiben.

EDIT2:

So habe mal probiert Keytouch zu komplimieren also 2.3 aber folgende Fehler tauchen auf:

.
.
checking whether build environment is sane... yes
checking whether make sets $(MAKE)... yes
checking for working aclocal-1.4... missing
checking for working autoconf... found
checking for working automake-1.4... missing
checking for working autoheader... found
checking for working makeinfo... found
checking whether to enable maintainer-specific portions of Makefiles... no
checking for gcc... gcc
.
.
configure: creating ./config.status
config.status: creating Makefile
config.status: WARNING: Makefile.in seems to ignore the --datarootdir setting
config.status: creating keytouchd/Makefile
config.status: WARNING: keytouchd/Makefile.in seems to ignore the --datarootdir
setting

config.status: creating keytouch-acpid/Makefile
config.status: WARNING: keytouch-acpid/Makefile.in seems to ignore the --dataro
otdir setting

config.status: creating keytouch-init/Makefile
config.status: WARNING: keytouch-init/Makefile.in seems to ignore the --dataroo
tdir setting

So aber automake ist installiert sogar 1.9.6

und dieses aclocal finde ich nicht als Paket....

nyo und b

Bei make kommt das dann:
.
.
In file included from amixer.c:42:
./plugin.h:26:1: warning: "TRUE" redefined
In file included from /opt/gnome/lib/glib-2.0/include/glibconfig.h:9,
from /opt/gnome/include/glib-2.0/glib/gtypes.h:30,
from /opt/gnome/include/glib-2.0/glib/galloca.h:30,
from /opt/gnome/include/glib-2.0/glib.h:30,
from /opt/gnome/include/gtk-2.0/gdk/gdktypes.h:32,
from /opt/gnome/include/gtk-2.0/gdk/gdkcolor.h:31,
from /opt/gnome/include/gtk-2.0/gdk/gdkcairo.h:23,
from /opt/gnome/include/gtk-2.0/gdk/gdk.h:30,
from /opt/gnome/include/gtk-2.0/gtk/gtk.h:31,
from amixer.c:34:
/opt/gnome/include/glib-2.0/glib/gmacros.h:163:1: warning: this is the location
of the previous definition
In file included from amixer.c:42:
./plugin.h:27:1: warning: "FALSE" redefined
In file included from /opt/gnome/lib/glib-2.0/include/glibconfig.h:9,
from /opt/gnome/include/glib-2.0/glib/gtypes.h:30,
from /opt/gnome/include/glib-2.0/glib/galloca.h:30,
from /opt/gnome/include/glib-2.0/glib.h:30,
from /opt/gnome/include/gtk-2.0/gdk/gdktypes.h:32,
from /opt/gnome/include/gtk-2.0/gdk/gdkcolor.h:31,
from /opt/gnome/include/gtk-2.0/gdk/gdkcairo.h:23,
from /opt/gnome/include/gtk-2.0/gdk/gdk.h:30,
from /opt/gnome/include/gtk-2.0/gtk/gtk.h:31,
from amixer.c:34:
/opt/gnome/include/glib-2.0/glib/gmacros.h:159:1: warning: this is the location
of the previous definition

gcc -lX11 -I. -O2 -Wall -shared -fPIC -o xmms.so xmms.c
gcc -lX11 -I. -O2 -Wall -shared -fPIC -o amarok.so amarok.c
gcc -lX11 -I. -O2 -Wall -shared -fPIC -o email.so email.c
gcc -lX11 -I. -O2 -Wall -shared -fPIC -o filemanager.so filemanager.c check_de
sktop.c

.
.

so und bei erstellen das Paketes mit checkinstall:


echo "/usr/local/bin/keytouch-init" > /etc/rc.d/keytouch-init.sh ; \
chmod +x /etc/rc.d/keytouch-init.sh; \
fi
insserv: Invalid argument/sbin/insserv failed, exit code 1
keytouch-init.sh 0:eek:ff 1:eek:ff 2:eek:ff 3:eek:ff 4:eek:ff 5:eek:ff 6:eek:ff

make[2]: *** [install-data-local] Fehler 1

So ich hoffe mir kann da wer helfen ^^...

mfG tipex

EDIT 3:

So mit automake hat sich gelöst..habe einfach die 1.4 noch nachinstalliert..die andere Fehler bleiben aber trotzdem noch bestehen.
 
Oben