On søn, 2005-10-23 at 15:05 +0200, Carsten Salveter wrote:
> Hello!
>
> I tried to build a small linuxsystem for my SBC with the howto from
> Heath Holcomb. But I've a problem to build the kernel. Make config oder
> make menuconfig doesn't work. The includefile "libintl.h" is missing.
> 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 <libintl.h>
+//#include <libintl.h>
#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
--
[email protected] mailing list