Sunday 24 December 2006 21:19, James wrote:
 | config.h has been removed upstream by the kernel devs. Simply
 | sed/patch out any references and it should compile with no
 | problems.

thank you! good to know that!

so i did a substitution:

sed -i 's|#include <linux/config.h>||g' *.c

unfortunately this leads to the error about "CHECKSUM_HW" being undeclared.

/home/damir/software/VPN-unibasel/vpnclient/interceptor.c: In function 
'handle_vpnup':
/home/damir/software/VPN-unibasel/vpnclient/interceptor.c:310: warning: 
assignment from incompatible pointer type
/home/damir/software/VPN-unibasel/vpnclient/interceptor.c:334: warning: 
assignment from incompatible pointer type
/home/damir/software/VPN-unibasel/vpnclient/interceptor.c:335: warning: 
assignment from incompatible pointer type
/home/damir/software/VPN-unibasel/vpnclient/interceptor.c: In function 
'do_cleanup':
/home/damir/software/VPN-unibasel/vpnclient/interceptor.c:378: warning: 
assignment from incompatible pointer type
/home/damir/software/VPN-unibasel/vpnclient/interceptor.c: In function 
'recv_ip_packet_handler':
/home/damir/software/VPN-unibasel/vpnclient/interceptor.c:553: error: 
'CHECKSUM_HW' undeclared (first use in this function)
/home/damir/software/VPN-unibasel/vpnclient/interceptor.c:553: error: (Each 
undeclared identifier is reported only once
/home/damir/software/VPN-unibasel/vpnclient/interceptor.c:553: error: for each 
function it appears in.)
/home/damir/software/VPN-unibasel/vpnclient/interceptor.c:557: error: too many 
arguments to function 'skb_checksum_help'
/home/damir/software/VPN-unibasel/vpnclient/interceptor.c: In function 
'do_cni_send':
/home/damir/software/VPN-unibasel/vpnclient/interceptor.c:680: error: 
'CHECKSUM_HW' undeclared (first use in this function)
/home/damir/software/VPN-unibasel/vpnclient/interceptor.c:683: error: too many 
arguments to function 'skb_checksum_help'
make[2]: *** [/home/damir/software/VPN-unibasel/vpnclient/interceptor.o] Error 1
make[1]: *** [_module_/home/damir/software/VPN-unibasel/vpnclient] Error 2

i will check with our guys from the university computing center, if cisco has a 
new version that is 
ready for 2.6.19 :)

thanx again + greetings,
Damir

-- 
The first sign of maturity is the discovery that the volume knob also turns to 
the left.

Attachment: pgp8ZS5trFH0J.pgp
Description: PGP signature

_______________________________________________
arch mailing list
arch@archlinux.org
http://www.archlinux.org/mailman/listinfo/arch

Reply via email to