Gentoo Archives: gentoo-embedded

From: Carsten Salveter <gentoo@××××××××××××××.com>
To: gentoo-embedded@l.g.o
Subject: [gentoo-embedded] Problem with libintl.h
Date: Mon, 24 Oct 2005 12:00:45
Message-Id: 435B8AAD.4050009@linux.salveter.com
1 Hello!
2
3 I tried to build a small linuxsystem for my SBC with the howto from
4 Heath Holcomb. But I've a problem to build the kernel. Make config oder
5 make menuconfig doesn't work. The includefile "libintl.h" is missing.
6 Has someone any ideas what can I do to solve the problem?
7
8 regards
9 Carsten
10
11
12 Here is my error output.
13
14 skipper linux # make menuconfig
15 HOSTCC scripts/basic/fixdep
16 HOSTCC scripts/basic/split-include
17 HOSTCC scripts/basic/docproc
18 SHIPPED scripts/kconfig/zconf.tab.h
19 HOSTCC scripts/kconfig/conf.o
20 In file included from scripts/kconfig/conf.c:14:
21 scripts/kconfig/lkc.h:11:21: libintl.h: No such file or directory
22 scripts/kconfig/conf.c: In function `check_stdin':
23 scripts/kconfig/conf.c:59: warning: implicit declaration of function
24 `gettext'
25 scripts/kconfig/conf.c:59: warning: passing arg 1 of `printf' makes
26 pointer from integer without a cast
27 scripts/kconfig/conf.c:60: warning: passing arg 1 of `printf' makes
28 pointer from integer without a cast
29 scripts/kconfig/conf.c:61: warning: passing arg 1 of `printf' makes
30 pointer from integer without a cast
31
32 --
33 gentoo-embedded@g.o mailing list

Replies

Subject Author
Re: [gentoo-embedded] Problem with libintl.h Natanael Copa <mlists@××××××.org>
Re: [gentoo-embedded] Problem with libintl.h Thierry Carrez <koon@g.o>