2002-07-14 16:02:02

by Jerry McBride

[permalink] [raw]
Subject: missing include...



In compiling 2.4.18 I find that this include is missing from the source...

linux-2.4.18/include/linux/version.h



--

*************************************************************************
*****
Registered Linux User Number 185956
http://groups.google.com/groups?hl=en&safe=off&group=linux
11:59am up 123 days, 17:08, 5 users, load average: 0.03, 0.08, 0.04


2002-07-14 16:51:10

by Tomas Szepe

[permalink] [raw]
Subject: Re: missing include...

> In compiling 2.4.18 I find that this include is missing from the source...
> linux-2.4.18/include/linux/version.h

It is not. You have just failed to follow the kernel build instructions:
See /usr/src/linux/README.

T.

2002-07-14 17:15:54

by Jerry McBride

[permalink] [raw]
Subject: Re: missing include...

On Sun, 14 Jul 2002 18:53:57 +0200 Tomas Szepe <[email protected]>
wrote:

> > In compiling 2.4.18 I find that this include is missing from the
> > source... linux-2.4.18/include/linux/version.h
>
> It is not. You have just failed to follow the kernel build instructions:
> See /usr/src/linux/README.
>

I read it, I printed it out. Where does it discuss a missing version.h
include?



--

*************************************************************************
*****
Registered Linux User Number 185956
http://groups.google.com/groups?hl=en&safe=off&group=linux
1:12pm up 123 days, 18:21, 5 users, load average: 0.08, 0.09, 0.04

2002-07-14 17:24:17

by Tomas Szepe

[permalink] [raw]
Subject: Re: missing include...

> > > In compiling 2.4.18 I find that this include is missing from the
> > > source... linux-2.4.18/include/linux/version.h
> >
> > It is not. You have just failed to follow the kernel build instructions:
> > See /usr/src/linux/README.
>
> I read it, I printed it out. Where does it discuss a missing version.h
> include?

$SRCDIR/include/linux/version.h is a generated file. "make dep" will create
an instance of it for you.

T.

2002-07-15 13:33:56

by DervishD

[permalink] [raw]
Subject: Re: missing include...

Hi Jerry :)

>In compiling 2.4.18 I find that this include is missing from the source...
>linux-2.4.18/include/linux/version.h

It is created when doing the 'make dep'.
Ra?l