Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S264634AbTFLJyi (ORCPT ); Thu, 12 Jun 2003 05:54:38 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S264639AbTFLJyi (ORCPT ); Thu, 12 Jun 2003 05:54:38 -0400 Received: from imap.gmx.net ([213.165.64.20]:47258 "HELO mail.gmx.net") by vger.kernel.org with SMTP id S264634AbTFLJyg convert rfc822-to-8bit (ORCPT ); Thu, 12 Jun 2003 05:54:36 -0400 Content-Type: text/plain; charset=US-ASCII From: Torsten Foertsch To: Disconnect Subject: Re: [PATCHSET] 2.4.21-rc6-dis3 released Date: Thu, 12 Jun 2003 12:04:50 +0200 User-Agent: KMail/1.4.3 Cc: lkml References: <1055195284.19815.55.camel@slappy> <200306102207.02870.torsten.foertsch@gmx.net> <1055357410.1338.183.camel@slappy> In-Reply-To: <1055357410.1338.183.camel@slappy> MIME-Version: 1.0 Content-Transfer-Encoding: 7BIT Message-Id: <200306121205.11891.torsten.foertsch@gmx.net> Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1667 Lines: 51 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Wednesday 11 June 2003 20:50, Disconnect wrote: > What gcc version are you using? > > Using 3.2.3 I built modules with your config and no problems - make > mrproper ; cp config .config ; make oldconfig ; make dep && make clean > && make modules worked fine... I'm using 3.2. But I don't think it's a compiler issue: > > sound.c sound.c:29:27: sound/version.h: No such file or directory There is a file missing: sound/version.h I have fetched the file from ALSA CVS. It says - ------------------------------------------------------------ /* include/version.h. Generated by configure. */ #define CONFIG_SND_VERSION "0.9.4" #define CONFIG_SND_DATE "" - ------------------------------------------------------------ The comment states, this file is generated by configure. Does that mean "make (x|menu|old)config"? I doubt it because there was no such file. I have built my source tree that way. Maybe that matters: tar xvfj linux-2.4.20.tar.bz2 cd linux-2.4.20 bzcat ../patch-2.4.21-rc6.bz2 | patch -p1 bzcat ../2.4.21-rc6-dis3-final.diff.bz2 | patch -p1 Have I missed an extra ALSA configuration step? Anyway, with the file from ALSA CVS it compiles without errors. Torsten -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (GNU/Linux) iD8DBQE+6FBXwicyCTir8T4RApGxAJ9F4TCKXSSl0jALmpVEpD89b2mGugCgtw9R AW/v1HaFsmjxCr+MuJDjnLU= =WkIR -----END PGP SIGNATURE----- - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/