Ich versuche seit einiger Zeit auf meinem Laptop unter etch 'Kernel 2.6.16-2-686-smp' das Bluetooth-Alsa-Modul snd-bt-sco nach dieser Anleitung zu kompilieren. Es gibt zwar keine Fehlermeldungen mehr auf der Konsole, aber leider wird auch kein Modul 'snd-bt-sco.ko' gebaut. Ich habe es mit Version 0.41 und 0.42 versucht.
Die Meldung von 'make'
Code: Alles auswählen
make[2]: Für das Ziel »all« ist nichts zu tun.
Code: Alles auswählen
make[2]: Für das Ziel »install-exec-am« ist nichts zu tun.
make[2]: Für das Ziel »install-data-am« ist nichts zu tun.
In der Datei 'config.log' gibt einen Block
Code: Alles auswählen
...
configure:3686: checking how to run the C preprocessor
configure:3726: gcc -E conftest.c
configure:3732: $? = 0
configure:3770: gcc -E conftest.c
conftest.c:10:28: error: ac_nonexistent.h: No such file or directory
configure:3776: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "btsco"
| #define VERSION "0.2"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:3816: result: gcc -E
configure:3845: gcc -E conftest.c
configure:3851: $? = 0
configure:3889: gcc -E conftest.c
conftest.c:10:28: error: ac_nonexistent.h: No such file or directory
configure:3895: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "btsco"
| #define VERSION "0.2"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:3940: checking for grep that handles long lines and -e
...
Schon mal besten Dank in voraus.
Gruss
Wolfgang