|
From: Sheldon R. <sry...@gm...> - 2006-04-23 12:13:45
|
Hello. could you please help me with the following problem in suse 10 compi=
le
ake[2]: Entering directory `/usr/src/linux-2.6.13-15.8'
WARNING: Symbol version dump /usr/src/linux-2.6.13-15.8/Module.symvers
is missing; modules will have no dependencies and modversions.
CC [M] /usr/src/affix-kernel-3.2.0/btcore/hci.o
In file included from /usr/src/affix-kernel-3.2.0/btcore/hci.c:68:
/usr/src/affix-kernel-3.2.0/include/affix/bluetooth.h: In function
'btsys_close':
/usr/src/affix-kernel-3.2.0/include/affix/bluetooth.h:1032: error:
implicit declaration of function 'close'
/usr/src/affix-kernel-3.2.0/btcore/hci.c: In function 'affix_sock_reset':
/usr/src/affix-kernel-3.2.0/btcore/hci.c:2109: error: 'struct sock'
has no member named 'sk_pair'
/usr/src/affix-kernel-3.2.0/btcore/hci.c: In function 'affix_sock_ready':
/usr/src/affix-kernel-3.2.0/btcore/hci.c:2118: error: 'struct sock'
has no member named 'sk_pair'
/usr/src/affix-kernel-3.2.0/btcore/hci.c:2130: error: 'struct sock'
has no member named 'sk_pair'
make[4]: *** [/usr/src/affix-kernel-3.2.0/btcore/hci.o] Error 1
make[3]: *** [/usr/src/affix-kernel-3.2.0/btcore] Error 2
make[2]: *** [_module_/usr/src/affix-kernel-3.2.0] Error 2
make[2]: Leaving directory `/usr/src/linux-2.6.13-15.8'
make[1]: *** [build] Error 2
make[1]: Leaving directory `/usr/src/affix-kernel-3.2.0'
make: *** [all] Error 2
|