Re: Chapter 5.6: Linux API Headers won't build

2009-06-29 Thread Justin P. Mattock
Smartboy wrote: > On Mon, Jun 29, 2009 at 9:21 PM, Bruce Dubbs > wrote: > > Smartboy wrote: > > I have checked, and went over the build exactly how the book says. > > What book? There are lots of versions. > > > Yet, when > > I try to compile the

Re: Chapter 5.6: Linux API Headers won't build

2009-06-29 Thread Smartboy
On Mon, Jun 29, 2009 at 9:21 PM, Bruce Dubbs wrote: > Smartboy wrote: > > I have checked, and went over the build exactly how the book says. > > What book? There are lots of versions. > > > Yet, when > > I try to compile the Linux API headers, I get stuck at make headers_check > > with the erro

Re: Chapter 5.6: Linux API Headers won't build

2009-06-29 Thread Bruce Dubbs
Smartboy wrote: > I have checked, and went over the build exactly how the book says. What book? There are lots of versions. Yet, when > I try to compile the Linux API headers, I get stuck at make headers_check > with the error message: > "scripts/unifdef.c:209: error: conflicting types for 'g

Re: Chapter 5.6: Linux API Headers won't build

2009-06-29 Thread Justin P. Mattock
Smartboy wrote: > I have checked, and went over the build exactly how the book says. > Yet, when I try to compile the Linux API headers, I get stuck at make > headers_check with the error message: > "scripts/unifdef.c:209: error: conflicting types for 'getline' > /usr/include/stdio.h:651: error:

Chapter 5.6: Linux API Headers won't build

2009-06-29 Thread Smartboy
I have checked, and went over the build exactly how the book says. Yet, when I try to compile the Linux API headers, I get stuck at make headers_check with the error message: "scripts/unifdef.c:209: error: conflicting types for 'getline' /usr/include/stdio.h:651: error: previous declaration of 'get

Re: 5.6 linux api headers

2009-02-14 Thread Ken Moffat
On Sat, Feb 14, 2009 at 10:11:02PM +0100, ForrestG wrote: > Hello everyone, > > I dont understanding the chapter 5.6 in LFS book 6.4. > First I dont have any Linux-2.6.27 API Headers tar archive, that a can > extract. > Second if I try "make mrproper" in $LFS/sources make wrote this. > make: ***

Re: 5.6 linux api headers

2009-02-14 Thread Randy McMurchy
ForrestG wrote these words on 02/14/09 15:11 CST: > I dont understanding the chapter 5.6 in LFS book 6.4. > First I dont have any Linux-2.6.27 API Headers tar archive, that a can > extract. > Second if I try "make mrproper" in $LFS/sources make wrote this. > make: *** No rule to make target `mrpr

5.6 linux api headers

2009-02-14 Thread ForrestG
Hello everyone, I dont understanding the chapter 5.6 in LFS book 6.4. First I dont have any Linux-2.6.27 API Headers tar archive, that a can extract. Second if I try "make mrproper" in $LFS/sources make wrote this. make: *** No rule to make target `mrproper'. Stop. Thanks for your repply Forrest