Compilazione hotkeys-0.5.7
Inviato: sab 19 apr 2008, 21:14
Dopo tante soddisfazioni sotto slack 12, voglio riuscire ad usare il potenziometro della mia tastiera per il regolamento del volume (ho una btc 9000). Guardando un po in giro ho scoperto che posso risolvere questo problema con hotkeys (di cui ho scaricato la versione 0.5.7) che offre il supporto proprio x la mia tastiera. Una volta scaricato e decompresso, lancio il ./configure e purtroppo mi blocco al seguente messaggio:
A quanto pare c'è un problema di libxml obsolete. Ho scaricato le ultime da http://xmlsoft.org/sources/libxml2-2.6.32.tar.gz, compilato ed installato correttamente ma non ho risolto un granchè. Ho visto che altri utenti suse hanno trattato questo problema (http://www.suseitalia.org/modules/newbb ... 1170584459), ma la soluzione da loro proposta non mi è stata utile. Qualcuno può darmi una mano?
Codice: Seleziona tutto
root@zion:~/hotkeys-0.5.7# ./configure
checking for a BSD-compatible install... /usr/bin/ginstall -c
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
checking for C compiler default output... 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 how to run the C preprocessor... gcc -E
checking for a BSD-compatible install... /usr/bin/ginstall -c
checking whether ln -s works... yes
checking whether make sets $(MAKE)... (cached) yes
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 xml2-config... /usr/bin/xml2-config
checking for xmlParseFile in -lxml2... yes
checking for xmlChildrenNode in parser.h... no
*** This version of libxml has not defined xmlChildrenNode.
*** Please upgrade it. Version 2.2.8 and above are known to
*** to be good. If you've installed it in an unusual location,
*** please use --with-xml-prefix to specify it.
root@zion:~/hotkeys-0.5.7# cd src/
root@zion:~/hotkeys-0.5.7/src# vi kbddef.c
root@zion:~/hotkeys-0.5.7/src# cd ..
root@zion:~/hotkeys-0.5.7# ./configure
checking for a BSD-compatible install... /usr/bin/ginstall -c
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
checking for C compiler default output... 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 how to run the C preprocessor... gcc -E
checking for a BSD-compatible install... /usr/bin/ginstall -c
checking whether ln -s works... yes
checking whether make sets $(MAKE)... (cached) yes
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 xml2-config... /usr/bin/xml2-config
checking for xmlParseFile in -lxml2... yes
checking for xmlChildrenNode in parser.h... no
*** This version of libxml has not defined xmlChildrenNode.
*** Please upgrade it. Version 2.2.8 and above are known to
*** to be good. If you've installed it in an unusual location,
*** please use --with-xml-prefix to specify it.