* bug #1288
@ 2005-07-29 16:43 James Courtier-Dutton
2005-07-29 17:23 ` Takashi Iwai
0 siblings, 1 reply; 3+ messages in thread
From: James Courtier-Dutton @ 2005-07-29 16:43 UTC (permalink / raw)
To: alsa-devel
Hi,
The current alsa-driver,alsa-kernel CVS does not compile.
Please see details in bug #1288
Can anybody help?
James
-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: bug #1288
2005-07-29 16:43 bug #1288 James Courtier-Dutton
@ 2005-07-29 17:23 ` Takashi Iwai
2005-07-29 18:01 ` James Courtier-Dutton
0 siblings, 1 reply; 3+ messages in thread
From: Takashi Iwai @ 2005-07-29 17:23 UTC (permalink / raw)
To: James Courtier-Dutton; +Cc: alsa-devel
At Fri, 29 Jul 2005 17:43:45 +0100,
James Courtier-Dutton wrote:
>
> Hi,
>
> The current alsa-driver,alsa-kernel CVS does not compile.
> Please see details in bug #1288
>
> Can anybody help?
Do you have a correct linux/version.h?
KERNEL_VERSION() macro must be defined there.
Or you might have an empty linux/version.h in somewhere else,
e.g. alsa-driver/include...
Takashi
-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: bug #1288
2005-07-29 17:23 ` Takashi Iwai
@ 2005-07-29 18:01 ` James Courtier-Dutton
0 siblings, 0 replies; 3+ messages in thread
From: James Courtier-Dutton @ 2005-07-29 18:01 UTC (permalink / raw)
To: Takashi Iwai; +Cc: alsa-devel
[-- Attachment #1: Type: text/plain, Size: 748 bytes --]
Takashi Iwai wrote:
> At Fri, 29 Jul 2005 17:43:45 +0100,
> James Courtier-Dutton wrote:
>
>>Hi,
>>
>>The current alsa-driver,alsa-kernel CVS does not compile.
>>Please see details in bug #1288
>>
>>Can anybody help?
>
>
> Do you have a correct linux/version.h?
> KERNEL_VERSION() macro must be defined there.
>
> Or you might have an empty linux/version.h in somewhere else,
> e.g. alsa-driver/include...
>
>
> Takashi
>
>
In the alsa-driver tree:
find . -iname "version.h"
./alsa-kernel/include/version.h
./include/version.h
They both contain:
/* include/version.h. Generated by configure. */
#define CONFIG_SND_VERSION "1.0.9b"
#define CONFIG_SND_DATE ""
See attached /usr/include/linux/version.h
They all look fine to me.
James
[-- Attachment #2: version.h --]
[-- Type: text/x-chdr, Size: 126 bytes --]
#define UTS_RELEASE "2.6.11"
#define LINUX_VERSION_CODE 132619
#define KERNEL_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c))
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2005-07-29 18:01 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-07-29 16:43 bug #1288 James Courtier-Dutton
2005-07-29 17:23 ` Takashi Iwai
2005-07-29 18:01 ` James Courtier-Dutton
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.