Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S263823AbTKZTDZ (ORCPT ); Wed, 26 Nov 2003 14:03:25 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S263463AbTKZTDZ (ORCPT ); Wed, 26 Nov 2003 14:03:25 -0500 Received: from tweedy.ksc.nasa.gov ([128.217.76.165]:18634 "EHLO tweedy.ksc.nasa.gov") by vger.kernel.org with ESMTP id S264283AbTKZTDV (ORCPT ); Wed, 26 Nov 2003 14:03:21 -0500 Subject: Re: kernel 2.4-22 won't compile... From: Bob Chiodini To: rgx Cc: Linux Kernel List In-Reply-To: <200311261935.03860.rgx@gmx.de> References: <200311261734.23177.rgx@gmx.de> <200311261749.12545.rgx@gmx.de> <1069870412.25657.6.camel@tweedy.ksc.nasa.gov> <200311261935.03860.rgx@gmx.de> Content-Type: text/plain Message-Id: <1069873394.25657.28.camel@tweedy.ksc.nasa.gov> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.5 Date: Wed, 26 Nov 2003 14:03:15 -0500 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1114 Lines: 36 On Wed, 2003-11-26 at 13:35, rgx wrote: > Bob Chiodini schrieb am Mittwoch, 26. November 2003 19:13: > > On Wed, 2003-11-26 at 11:49, rgx wrote: > > > > Did you 'make oldconfig'? > > > > > > Yes, sure :) The NLS_DEFAULT... is not defined for some reason... > > > I could replace it with the needed content in the source code if I > > > knew its format... > > > > Sorry, had to ask. > > > > My 2.4.20 .config defines: > > > > CONFIG_NLS_DEFAULT="iso8859-1" > > yes, this is in my .config file, too, but for gcc it has to be converted > to a > #define CONFIG_NLS_DEFAULT line - and I think that it > shouldn't be just a string there... See include/linux/autoconf.h: around line 2167, my 2.4.20 source: #define CONFIG_NLS_DEFAULT "iso8859-1" Which corresponds to its usage in /data/src/linux-2.4.22/fs/fat/inode.c, char *. Is this a ix86 kernel? Bob.. - 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/