From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org) by nuthatch.gentoo.org with esmtp (Exim 4.50) id 1EU1X6-000171-Jc for garchives@archives.gentoo.org; Mon, 24 Oct 2005 12:34:33 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.13.5/8.13.5) with SMTP id j9OCXDVb016127; Mon, 24 Oct 2005 12:33:13 GMT Received: from mail42.e.nsc.no (mail42.e.nsc.no [193.213.115.42]) by robin.gentoo.org (8.13.5/8.13.5) with ESMTP id j9OCXCT6026405 for ; Mon, 24 Oct 2005 12:33:12 GMT Received: from mail.nor.wtbts.org ([213.234.126.131]) by mail42.nsc.no (8.12.11/8.12.11) with ESMTP id j9OCX9lx011829 for ; Mon, 24 Oct 2005 14:33:09 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by mail.nor.wtbts.org (Postfix) with ESMTP id E5A093FA42 for ; Mon, 24 Oct 2005 14:31:29 +0200 (CEST) Received: from mail.nor.wtbts.org ([127.0.0.1]) by localhost (mail [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 01495-07 for ; Mon, 24 Oct 2005 14:31:29 +0200 (CEST) Received: from nc (unknown [192.168.65.211]) by mail.nor.wtbts.org (Postfix) with ESMTP id BF4303FA40 for ; Mon, 24 Oct 2005 14:31:29 +0200 (CEST) Subject: Re: [gentoo-embedded] Problem with libintl.h From: Natanael Copa To: gentoo-embedded@lists.gentoo.org In-Reply-To: <435B8AAD.4050009@linux.salveter.com> References: <435B8AAD.4050009@linux.salveter.com> Content-Type: text/plain; charset=ISO-8859-1 Date: Mon, 24 Oct 2005 14:31:29 +0200 Message-Id: <1130157089.18769.8.camel@nc> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-embedded@gentoo.org Reply-to: gentoo-embedded@lists.gentoo.org Mime-Version: 1.0 X-Mailer: Evolution 2.4.1 X-Virus-Scanned: by amavisd-new-20030616-p10 (Debian) at example.com Content-Transfer-Encoding: quoted-printable X-MIME-Autoconverted: from 8bit to quoted-printable by robin.gentoo.org id j9OCXDWM016127 X-Archives-Salt: 60bfc609-bb94-44ff-bfbd-265cb3ebda93 X-Archives-Hash: 8f41cda0db66cf50a20004ca24dfcc6b On s=F8n, 2005-10-23 at 15:05 +0200, Carsten Salveter wrote: > Hello! >=20 > I tried to build a small linuxsystem for my SBC with the howto from=20 > Heath Holcomb. But I've a problem to build the kernel. Make config oder= =20 > make menuconfig doesn't work. The includefile "libintl.h" is missing.=20 > Has someone any ideas what can I do to solve the problem? Try something like this: --- linux-2.6.13-gentoo-r3.orig/scripts/kconfig/lkc.h 2005-10-10 11:53:= 03 +0000 +++ linux-2.6.13-gentoo-r3/scripts/kconfig/lkc.h 2005-10-10 11:54:= 10 +0000 @@ -8,7 +8,7 @@ #include "expr.h" -#include +//#include #ifdef __cplusplus extern "C" { @@ -28,7 +28,7 @@ #define PACKAGE "linux" #define LOCALEDIR "/usr/share/locale" -#define _(text) gettext(text) +#define _(text) (text) #define N_(text) (text) int zconfparse(void); -- Natanael Copa --=20 gentoo-embedded@gentoo.org mailing list