Gentoo Archives: gentoo-embedded

From: Natanael Copa <mlists@××××××.org>
To: gentoo-embedded@l.g.o
Subject: Re: [gentoo-embedded] Problem with libintl.h
Date: Mon, 24 Oct 2005 12:34:33
Message-Id: 1130157089.18769.8.camel@nc
In Reply to: [gentoo-embedded] Problem with libintl.h by Carsten Salveter
1 On søn, 2005-10-23 at 15:05 +0200, Carsten Salveter wrote:
2 > Hello!
3 >
4 > I tried to build a small linuxsystem for my SBC with the howto from
5 > Heath Holcomb. But I've a problem to build the kernel. Make config oder
6 > make menuconfig doesn't work. The includefile "libintl.h" is missing.
7 > Has someone any ideas what can I do to solve the problem?
8
9 Try something like this:
10
11 --- linux-2.6.13-gentoo-r3.orig/scripts/kconfig/lkc.h 2005-10-10 11:53:03 +0000
12 +++ linux-2.6.13-gentoo-r3/scripts/kconfig/lkc.h 2005-10-10 11:54:10 +0000
13 @@ -8,7 +8,7 @@
14
15 #include "expr.h"
16
17 -#include <libintl.h>
18 +//#include <libintl.h>
19
20 #ifdef __cplusplus
21 extern "C" {
22 @@ -28,7 +28,7 @@
23 #define PACKAGE "linux"
24 #define LOCALEDIR "/usr/share/locale"
25
26 -#define _(text) gettext(text)
27 +#define _(text) (text)
28 #define N_(text) (text)
29
30 int zconfparse(void);
31
32
33 --
34 Natanael Copa
35
36
37 --
38 gentoo-embedded@g.o mailing list