Re: [arch] linux/config.h: No such file or directory (kernel26 2.6.19)

2006-12-24 Thread Damir Perisa
Sunday 24 December 2006 23:30, Giovanni Scafora wrote: | I think this patch help you. | http://www.tuxx-home.at/projects/cisco-vpnclient/vpnclient-linux-2 |.6.19.diff :) ... i have made almost the same patch and emailed it to my university computing centre so that they update their tarball. t

Re: [arch] linux/config.h: No such file or directory (kernel26 2.6.19)

2006-12-24 Thread Giovanni Scafora
> i just tried to replace with linux/autoconf.h, but this does not help > about this CHECKSUM_HW I think this patch help you. http://www.tuxx-home.at/projects/cisco-vpnclient/vpnclient-linux-2.6.19.diff -- Giovanni Scafora Arch Linux Trusted User & Package Maintainer (voidnull) http://www.archl

Re: [arch] linux/config.h: No such file or directory (kernel26 2.6.19)

2006-12-24 Thread Giovanni Scafora
> unfortunately this leads to the error about "CHECKSUM_HW" being undeclared. >From kernel 2.6.19, the CHECKSUM_HW value has long been used in the networking subsystem to support hardware checksumming. That value has been replaced with CHECKSUM_PARTIAL (intended for outgoing packets where the job

Re: [arch] linux/config.h: No such file or directory (kernel26 2.6.19)

2006-12-24 Thread Damir Perisa
Sunday 24 December 2006 22:37, Giovanni Scafora wrote: | linux/config.h is deprecated from 2.6.19. | Simply sed or patch out any references to linux/config.h with | linux/autoconf.h i just tried to replace with linux/autoconf.h, but this does not help about this CHECKSUM_HW thanx anyway. gre

Re: [arch] linux/config.h: No such file or directory (kernel26 2.6.19)

2006-12-24 Thread Damir Perisa
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 ||g' *.c unfortunately this leads to

Re: [arch] linux/config.h: No such file or directory (kernel26 2.6.19)

2006-12-24 Thread Giovanni Scafora
2006/12/24, Damir Perisa <[EMAIL PROTECTED]>: > i use cisco vpn client to connect to the university network from home. > unfortunately, when trying to build the module with the latest kernel26, > i get this error: > > make -C /lib/modules/2.6.19-ARCH/build > SUBDIRS=/home/damir/software/VPN-unibas

Re: [arch] linux/config.h: No such file or directory (kernel26 2.6.19)

2006-12-24 Thread Yonathan Dossow
On Sun, Dec 24, 2006 at 08:30:17PM +0100, Damir Perisa wrote: > i use cisco vpn client to connect to the university network from home. > unfortunately, when trying to build the module with the latest kernel26, > i get this error: > > make -C /lib/modules/2.6.19-ARCH/build > SUBDIRS=/home/damir/

Re: [arch] linux/config.h: No such file or directory (kernel26 2.6.19)

2006-12-24 Thread James
On 12/25/06, Damir Perisa <[EMAIL PROTECTED]> wrote: > i use cisco vpn client to connect to the university network from home. > unfortunately, when trying to build the module with the latest kernel26, > i get this error: > > make -C /lib/modules/2.6.19-ARCH/build > SUBDIRS=/home/damir/software/VPN

Re: [arch] linux/config.h: No such file or directory (kernel26 2.6.19)

2006-12-24 Thread brotheris
On Sunday 24 December 2006 21:30, Damir Perisa wrote: > any input welcome, Although I use beyond kernel, got the same error while trying to compile lirc-beyond. After fidling with it, I've came across the solution. I don't know if it's optimal or even good, but: I've done # touch /usr/src/linu