Re: Kernel Headers Script [was: Rally the Troops LFS/BLFS/CLFS/Livecd too]

2006-05-04 Thread steve crosby
On 5/4/06, Jim Gifford <[EMAIL PROTECTED]> wrote: I probably need to document that a little better. Basically you untar your program and tell it ./headers_list iptables-1.3.5 and it creates a report of all the headers needed for a build. also below are results for ulog, a companion program to i

Re: Kernel Headers Script [was: Rally the Troops LFS/BLFS/CLFS/Livecd too]

2006-05-04 Thread steve crosby
On 5/4/06, Jim Gifford <[EMAIL PROTECTED]> wrote: I probably need to document that a little better. Basically you untar your program and tell it ./headers_list iptables-1.3.5 and it creates a report of all the headers needed for a build. That makes more sense ;) resulting asm-headers and linux

Re: Kernel Headers Script [was: Rally the Troops LFS/BLFS/CLFS/Livecd too]

2006-05-03 Thread Jim Gifford
steve crosby wrote: On 5/4/06, Jim Gifford <[EMAIL PROTECTED]> wrote: Steve, I just added a headers_list script that will look at the sources and pull all the headers and put them into a report. Let's run that and compare what I have in the script now to see what's missing. http://ftp.jg555

Re: Kernel Headers Script [was: Rally the Troops LFS/BLFS/CLFS/Livecd too]

2006-05-03 Thread steve crosby
On 5/4/06, Jim Gifford <[EMAIL PROTECTED]> wrote: Steve, I just added a headers_list script that will look at the sources and pull all the headers and put them into a report. Let's run that and compare what I have in the script now to see what's missing. http://ftp.jg555.com/headers/headers_

Re: Kernel Headers Script [was: Rally the Troops LFS/BLFS/CLFS/Livecd too]

2006-05-03 Thread Jim Gifford
Steve, I just added a headers_list script that will look at the sources and pull all the headers and put them into a report. Let's run that and compare what I have in the script now to see what's missing. http://ftp.jg555.com/headers/headers_list -- http://linuxfromscratch.org/mailman/list

Re: Kernel Headers Script [was: Rally the Troops LFS/BLFS/CLFS/Livecd too]

2006-05-03 Thread Jim Gifford
steve crosby wrote: On 5/4/06, Jim Gifford <[EMAIL PROTECTED]> wrote: Ok, got those changes in. Thanx for the reports Steve, this is what I need. no worries - with those changes (dccp.h, netfilter.h) iptables (and ulog) compile fine. Diff attached for headers script for reference diff -Naur

Re: Kernel Headers Script [was: Rally the Troops LFS/BLFS/CLFS/Livecd too]

2006-05-03 Thread steve crosby
On 5/4/06, Jim Gifford <[EMAIL PROTECTED]> wrote: Ok, got those changes in. Thanx for the reports Steve, this is what I need. no worries - with those changes (dccp.h, netfilter.h) iptables (and ulog) compile fine. Diff attached for headers script for reference diff -Naur headers.sh.orig heade

Re: Kernel Headers Script [was: Rally the Troops LFS/BLFS/CLFS/Livecd too]

2006-05-03 Thread Jim Gifford
Ok, got those changes in. Thanx for the reports Steve, this is what I need. -- http://linuxfromscratch.org/mailman/listinfo/lfs-dev FAQ: http://www.linuxfromscratch.org/faq/ Unsubscribe: See the above information page

Re: Kernel Headers Script [was: Rally the Troops LFS/BLFS/CLFS/Livecd too]

2006-05-03 Thread steve crosby
On 5/4/06, Jim Gifford <[EMAIL PROTECTED]> wrote: Steve, I think I got it covered in the 00.52, I'll be posting it shortly. still no joy linux/dccp.h missing - I added that, and then this occurs extensions/libipt_connmark.c: In function 'init': extensions/libipt_connmark.c:52: error: 'NFC_U

Re: Kernel Headers Script [was: Rally the Troops LFS/BLFS/CLFS/Livecd too]

2006-05-03 Thread Jim Gifford
steve crosby wrote: On 5/4/06, Jim Gifford <[EMAIL PROTECTED]> wrote: steve crosby wrote: > My intent was to identify that one of the options provided in the > thread (Jim's work with the linux headers) has problems, as it's > currently not working with certain applications outside of LFS.

Re: Kernel Headers Script [was: Rally the Troops LFS/BLFS/CLFS/Livecd too]

2006-05-03 Thread Jim Gifford
steve crosby wrote: On 5/4/06, Jim Gifford <[EMAIL PROTECTED]> wrote: steve crosby wrote: > My intent was to identify that one of the options provided in the > thread (Jim's work with the linux headers) has problems, as it's > currently not working with certain applications outside of LFS.

Kernel Headers Script [was: Rally the Troops LFS/BLFS/CLFS/Livecd too]

2006-05-03 Thread steve crosby
On 5/4/06, Jim Gifford <[EMAIL PROTECTED]> wrote: steve crosby wrote: > My intent was to identify that one of the options provided in the > thread (Jim's work with the linux headers) has problems, as it's > currently not working with certain applications outside of LFS. > I think I was able