* [Buildroot] libglib2 now requires gettext
@ 2011-05-27 15:35 idunham at lavabit.com
2011-05-28 15:16 ` Sérgio Basto
2011-07-06 23:07 ` Peter Korsgaard
0 siblings, 2 replies; 3+ messages in thread
From: idunham at lavabit.com @ 2011-05-27 15:35 UTC (permalink / raw)
To: buildroot
I've been trying to build a system with buildroot 2011.05rc2, complete
with GTK2, which requires libglib2; gettext is enabled for some other
library.
So far, buildroot has reached configuring libglib2 for the target system;
here, it ignores the --disable-nls flag, and goes on to:
...
checking for libintl.h... no
configure: error:
*** You must have either have gettext support in your C library, or use the
*** GNU gettext library. (http://www.gnu.org/software/gettext/gettext.html)
This with is libglib2-2.28.6
So I guess the makefiles need to be changed so as to set gettext as a
dependency for libglib2, if buildroot uses the latest version.
^ permalink raw reply [flat|nested] 3+ messages in thread
* [Buildroot] libglib2 now requires gettext
2011-05-27 15:35 [Buildroot] libglib2 now requires gettext idunham at lavabit.com
@ 2011-05-28 15:16 ` Sérgio Basto
2011-07-06 23:07 ` Peter Korsgaard
1 sibling, 0 replies; 3+ messages in thread
From: Sérgio Basto @ 2011-05-28 15:16 UTC (permalink / raw)
To: buildroot
On Fri, 2011-05-27 at 08:35 -0700, idunham at lavabit.com wrote:
> I've been trying to build a system with buildroot 2011.05rc2, complete
> with GTK2, which requires libglib2; gettext is enabled for some other
> library.
> So far, buildroot has reached configuring libglib2 for the target system;
> here, it ignores the --disable-nls flag, and goes on to:
> ...
> checking for libintl.h... no
> configure: error:
> *** You must have either have gettext support in your C library, or use the
> *** GNU gettext library. (http://www.gnu.org/software/gettext/gettext.html)
>
> This with is libglib2-2.28.6
>
> So I guess the makefiles need to be changed so as to set gettext as a
> dependency for libglib2, if buildroot uses the latest version.
I had a similar problem here:
https://bugs.busybox.net/show_bug.cgi?id=759
see if helps ,
^ permalink raw reply [flat|nested] 3+ messages in thread
* [Buildroot] libglib2 now requires gettext
2011-05-27 15:35 [Buildroot] libglib2 now requires gettext idunham at lavabit.com
2011-05-28 15:16 ` Sérgio Basto
@ 2011-07-06 23:07 ` Peter Korsgaard
1 sibling, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2011-07-06 23:07 UTC (permalink / raw)
To: buildroot
>>>>> "idunham" == idunham <idunham@lavabit.com> writes:
idunham> I've been trying to build a system with buildroot 2011.05rc2, complete
idunham> with GTK2, which requires libglib2; gettext is enabled for some other
idunham> library.
idunham> So far, buildroot has reached configuring libglib2 for the target system;
idunham> here, it ignores the --disable-nls flag, and goes on to:
idunham> ...
idunham> checking for libintl.h... no
idunham> configure: error:
idunham> *** You must have either have gettext support in your C library, or use the
idunham> *** GNU gettext library. (http://www.gnu.org/software/gettext/gettext.html)
idunham> This with is libglib2-2.28.6
Odd, it works here with this config:
BR2_TOOLCHAIN_BUILDROOT_WCHAR=y
BR2_PACKAGE_LIBGLIB2=y
idunham> So I guess the makefiles need to be changed so as to set gettext as a
idunham> dependency for libglib2, if buildroot uses the latest version.
It already does so (and has done for some time). Could you please
provide some more details about your exact configuration?
--
Bye, Peter Korsgaard
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2011-07-06 23:07 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-05-27 15:35 [Buildroot] libglib2 now requires gettext idunham at lavabit.com
2011-05-28 15:16 ` Sérgio Basto
2011-07-06 23:07 ` Peter Korsgaard
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox