* [Buildroot] Gtk on Arm
@ 2010-10-11 9:48 Giriprasad Deviprasad
2010-10-11 10:07 ` Paulius Zaleckas
0 siblings, 1 reply; 6+ messages in thread
From: Giriprasad Deviprasad @ 2010-10-11 9:48 UTC (permalink / raw)
To: buildroot
Hi All,
?I am trying to cross compile Gtk+ for the arm architecture (www.hawkboard.org). I have enabled the following options in the menuconfig:
?????? [*] cairo??????????????????????????????????????????????????????????????????????????? ? ??
? ? ?????????????? [*]?? postscript support???????????????????????????????????????????????????????????? ? ??
? ? ?????????????? -*-?? pdf support??????????????????????????????????????????????????????????????????? ? ??
? ? ?????????????? -*-?? png support??????????????????????????????????????????????????????????????????? ? ??
? ? ?????????????? [*]?? svg support??????????????????????????????????????????????????????????????????? ? ??
? ? ?????????????? -*- fontconfig?????????????????????????????????????????????????????????????????????? ? ??
? ? ?????????????? -*- freetype???????????????????????????????????????????????????????????????????????? ? ??
? ? ?????????????? [ ] jpeg???????????????????????????????????????????????????????????????????????????? ? ??
? ? ?????????????? [*] libart?????????????????????????????????????????????????????????????????????????? ? ??
? ? ?????????????????? *** libgtk2 requires a toolchain with WCHAR and C++ support ***????????????????? ? ??
? ? ?????????????? -*- libpng??????????????????????????????????????????????????????????????
When I do a make, it downloads and compiles all required software like cairo/pango etc,except gtk. Can any one please let me know, what option to enable for including the gtk in the cross compile. I am using buildroot-2010.08.tar.bz2.
Thanks & Regards,
D.Giriprasad
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.busybox.net/pipermail/buildroot/attachments/20101011/62aa3e82/attachment.html>
^ permalink raw reply [flat|nested] 6+ messages in thread
* [Buildroot] Gtk on Arm
2010-10-11 9:48 [Buildroot] Gtk on Arm Giriprasad Deviprasad
@ 2010-10-11 10:07 ` Paulius Zaleckas
2010-10-11 10:33 ` Giriprasad Deviprasad
2010-10-13 10:42 ` Giriprasad Deviprasad
0 siblings, 2 replies; 6+ messages in thread
From: Paulius Zaleckas @ 2010-10-11 10:07 UTC (permalink / raw)
To: buildroot
On Mon, Oct 11, 2010 at 12:48 PM, Giriprasad Deviprasad <g_pr21@yahoo.in>wrote:
> Hi All,
>
> I am trying to cross compile Gtk+ for the arm architecture (
> www.hawkboard.org). I have enabled the following options in the
> menuconfig:
> [*]
> cairo
> ? ?
> ? ? [*] postscript
> support ? ?
> ? ? -*- pdf
> support ?
> ?
> ? ? -*- png
> support ?
> ?
> ? ? [*] svg
> support ?
> ?
> ? ? -*-
> fontconfig
> ? ?
> ? ? -*-
> freetype
> ? ?
> ? ? [ ]
> jpeg
> ? ?
> ? ? [*]
> libart
> ? ?
> ? ? *** libgtk2 requires a toolchain with WCHAR and C++
> support *** ? ?
>
Isn't this line saying anything to you?
> ? ? -*-
> libpng
>
>
> When I do a make, it downloads and compiles all required software like
> cairo/pango etc,except gtk. Can any one please let me know, what option to
> enable for including the gtk in the cross compile. I am using
> buildroot-2010.08.tar.bz2.
>
> Thanks & Regards,
> D.Giriprasad
>
>
>
> _______________________________________________
> buildroot mailing list
> buildroot at busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.busybox.net/pipermail/buildroot/attachments/20101011/32d47c54/attachment-0001.html>
^ permalink raw reply [flat|nested] 6+ messages in thread
* [Buildroot] Gtk on Arm
2010-10-11 10:07 ` Paulius Zaleckas
@ 2010-10-11 10:33 ` Giriprasad Deviprasad
2010-10-11 10:43 ` Paulius Zaleckas
2010-10-13 10:42 ` Giriprasad Deviprasad
1 sibling, 1 reply; 6+ messages in thread
From: Giriprasad Deviprasad @ 2010-10-11 10:33 UTC (permalink / raw)
To: buildroot
Isn't this line saying anything to you?
? ? -*-
libpng
It shows as follows:
Library for handling PNG (Portable Network Graphics)????????????????????????????????????????????????? ??
? ? images.?????????????????????????????????????????????????????????????????????????????????????????????? ??
? ??????????????????????????????????????????????????????????????????????????????????????????????????????? ??
? ? http://www.libpng.org/??????????????????????????????????????????????????????????????????????????????? ??
? ??????????????????????????????????????????????????????????????????????????????????????????????????????? ??
? ? Symbol: BR2_PACKAGE_LIBPNG [=y]?????
But downloads directory has no file for gtk such as gtk+-2.14.7.tar.bz2.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.busybox.net/pipermail/buildroot/attachments/20101011/85df975d/attachment.html>
^ permalink raw reply [flat|nested] 6+ messages in thread
* [Buildroot] Gtk on Arm
2010-10-11 10:33 ` Giriprasad Deviprasad
@ 2010-10-11 10:43 ` Paulius Zaleckas
0 siblings, 0 replies; 6+ messages in thread
From: Paulius Zaleckas @ 2010-10-11 10:43 UTC (permalink / raw)
To: buildroot
On Mon, Oct 11, 2010 at 1:33 PM, Giriprasad Deviprasad <g_pr21@yahoo.in>wrote:
>
> Isn't this line saying anything to you?
>
> ? ? -*- libpng
>
>
> It shows as follows:
> Library for handling PNG (Portable Network
> Graphics) ?
> ?
> images.
> ?
>
> ?
> ?
> ? http://www.libpng.org/
> ?
>
> ?
> ?
> ? Symbol: BR2_PACKAGE_LIBPNG [=y]
>
>
> But downloads directory has no file for gtk such as gtk+-2.14.7.tar.bz2.
>
>
>
Oh come on... Look above my comment.
You must enable WCHAR and C++ somewhere in Toolchain section!
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.busybox.net/pipermail/buildroot/attachments/20101011/751eff5e/attachment.html>
^ permalink raw reply [flat|nested] 6+ messages in thread
* [Buildroot] Gtk on Arm
[not found] <80E679EB71174AC5A2DEBB9A03A73A76@beraninstruments.com.local>
@ 2010-10-11 12:13 ` Giriprasad Deviprasad
0 siblings, 0 replies; 6+ messages in thread
From: Giriprasad Deviprasad @ 2010-10-11 12:13 UTC (permalink / raw)
To: buildroot
I enabled WHAR and C++ in the config, errors as :
In file included from mbchar.h:285,
???????????????? from mbchar.c:22:
wcwidth.h:62: error: expected ')' before 'wc'
In file included from mbchar.c:22:
mbchar.h:294: error: expected specifier-qualifier-list before 'wchar_t'
mbchar.h: In function 'mb_copy':
mbchar.h:390: error: 'mbchar_t' has no member named 'buf'
mbchar.h:392: error: 'mbchar_t' has no member named 'buf'
mbchar.h:392: error: 'mbchar_t' has no member named 'buf'
mbchar.h:393: error: 'mbchar_t' has no member named 'buf'
mbchar.h:399: error: 'mbchar_t' has no member named 'wc'
mbchar.h:399: error: 'mbchar_t' has no member named 'wc'
make[5]: *** [mbchar.o] Error 1
Does your toolchain have C++ and WCHAR support?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.busybox.net/pipermail/buildroot/attachments/20101011/bc9a478a/attachment.html>
^ permalink raw reply [flat|nested] 6+ messages in thread
* [Buildroot] Gtk on Arm
2010-10-11 10:07 ` Paulius Zaleckas
2010-10-11 10:33 ` Giriprasad Deviprasad
@ 2010-10-13 10:42 ` Giriprasad Deviprasad
1 sibling, 0 replies; 6+ messages in thread
From: Giriprasad Deviprasad @ 2010-10-13 10:42 UTC (permalink / raw)
To: buildroot
I enabled WCHAR and C++, build errors as :
/bin/sh ./config.charset 'arm-unknown-linux-gnu' > t-charset.alias
In file included from mbchar.h:285,
???????????????? from mbchar.c:22:
wcwidth.h:62: error: expected ')' before 'wc'
In file included from mbchar.c:22:
mbchar.h:294: error: expected specifier-qualifier-list before 'wchar_t'
mbchar.h: In function 'mb_copy':
mbchar.h:390: error: 'mbchar_t' has no member named 'buf'
mbchar.h:392: error: 'mbchar_t' has no member named 'buf'
mbchar.h:392: error: 'mbchar_t' has no member named 'buf'
mbchar.h:393: error: 'mbchar_t' has no member named 'buf'
mbchar.h:399: error: 'mbchar_t' has no member named 'wc'
mbchar.h:399: error: 'mbchar_t' has no member named 'wc'
make[5]: *** [mbchar.o] Error 1
make[5]: *** Waiting for unfinished jobs....
mv t-charset.alias charset.alias
Isn't this line saying anything to you?
? ? -*-
libpng
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.busybox.net/pipermail/buildroot/attachments/20101013/f3a8a22b/attachment.html>
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2010-10-13 10:42 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-10-11 9:48 [Buildroot] Gtk on Arm Giriprasad Deviprasad
2010-10-11 10:07 ` Paulius Zaleckas
2010-10-11 10:33 ` Giriprasad Deviprasad
2010-10-11 10:43 ` Paulius Zaleckas
2010-10-13 10:42 ` Giriprasad Deviprasad
[not found] <80E679EB71174AC5A2DEBB9A03A73A76@beraninstruments.com.local>
2010-10-11 12:13 ` Giriprasad Deviprasad
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox