Hi Guys, Im planning to cross compile dillo to my target FR-V board. I already cross compiled gtk+-2.2.4 and already tested the sample program to the target. Currently, Im starting to cross compile dillo-0.8.5-i18n-misc-20050719. This is the patch version of dillo to display japanese characters. When Im trying to configure the dillo for cross compilation, It tries to find the gtk-config and glib-config from my target bin directory which is not found. Im trying to copy the said files from my host bin to my target bin and edit the target location of the scripts to my target. The configure options i initially tried is this: ./configure --prefix=/opt/gtk --host=frv-linux-gnu --build=i686-pc-linux-gnu --with-jpeg-lib=/opt/gtk/lib --with-jpeg-inc=/opt/gtk/include --with-glib-prefix=/opt/gtk --with-glib-exec-prefix=/opt/gtk --with-gtk-prefix=/opt/gtk --with-gtk-exec-prefix=/opt/gtk LIBZ_LIBS=/opt/gtk/lib LIBJPEG_LIBS=-L/opt/gtk/lib --without-libintl-prefix --without-libiconv-prefix The cross configure now detects it and successfully surpass the configure command. However, it does not detects the png and jpeg which is I successfully cross compiled already. when Im trying to issue a make command, it seems that it does not find gtk.h. When I try to issue a configure like this: ./configure --prefix=/opt/gtk --host=frv-linux-gnu --build=i686-pc-linux-gnu --with-jpeg-lib=/opt/gtk/lib --with-jpeg-inc=/opt/gtk/include --with-glib-prefix=/opt/gtk --with-glib-exec-prefix=/opt/gtk --with-gtk-prefix=/opt/gtk --with-gtk-exec-prefix=/opt/gtk LIBZ_LIBS=/opt/gtk/lib LIBJPEG_LIBS=-L/opt/gtk/lib --without-libintl-prefix --without-libiconv-prefix LDFLAGS=-L/opt/gtk/lib CPPFLAGS=-I/opt/gtk/include It finds my gtk.h and the said error on gtk.h disappear. However, when I issue the make command, error messages appear like this: ------------------------------------------------------------------------------------------------------------------------------------- In file included from /opt/gtk/include/gtk-2.0/gdk/gdkcolor.h:4, from /opt/gtk/include/gtk-2.0/gdk/gdk.h:30, from /opt/gtk/include/gtk-2.0/gtk/gtk.h:31, from mime.h:11, from mime.c:14: /opt/gtk/include/gtk-2.0/gdk/gdktypes.h:33:25: pango/pango.h: No such file or directory and so on..... ------------------------------------------------------------------------------------------------------------------------------------- This is where I stuck and don't know how to solve the problem. Does anyone here have any ideas on the solution of the said errors???Please help me guys.....
Xyber Blue wrote:
Hi Guys,
Im planning to cross compile dillo to my target FR-V board. I already cross compiled gtk+-2.2.4 and already tested the sample program to the target. Currently, Im starting to cross compile dillo-0.8.5-i18n-misc-20050719. This is the patch version of dillo to display japanese characters.
dillo uses gtk 1.2 and not gtk2 bloatware. -R
Ok, so Gtk2 is not supported by dillo. Currently, Im trying to port the Gtk1.2 but having hard time to port the glib. Glib1.2 seems hard to cross compile. Does anyone here had tried to port dillo to Gtk2??? Does anyone here successfully port dillo, glib1.2, and gtk1.2 to ARM??? On 10/3/05, Riccardo Mottola <rollei@tiscalinet.it> wrote:
Xyber Blue wrote:
Hi Guys,
Im planning to cross compile dillo to my target FR-V board. I already cross compiled gtk+-2.2.4 and already tested the sample program to the target. Currently, Im starting to cross compile dillo-0.8.5-i18n-misc-20050719. This is the patch version of dillo to display japanese characters.
dillo uses gtk 1.2 and not gtk2 bloatware.
-R
I have successfully ported dillo to fujitsu's frv platform and arm-linux. 1. I didn't cross-compile glib1.2 in frv-linux , I natively compiled it . It's a long time wait , but I finnaly finished it. :) 2. If u want to cross-compile dillo/glib1.2/gtk1.2 in arm-linux , I suggest that u use scratchbox ( www.scratchbox.org ). If u don't like spend time on compiling it , you can download a pre-compiled binary dillo-arm from gpe.handhelds.org . good luck Xyber Blue wrote:
Ok, so Gtk2 is not supported by dillo. Currently, Im trying to port the Gtk1.2 but having hard time to port the glib. Glib1.2 seems hard to cross compile. Does anyone here had tried to port dillo to Gtk2???
Does anyone here successfully port dillo, glib1.2, and gtk1.2 to ARM???
-- Regards Falls Huang
Thanks guys, I already got cross compiled the glib-1.2 and gtk-1.2 for Fujitsu FRV. For reference, I successfully cross compiled the glib-1.2.10and gtk-1.2.9 to get dillo working. Heres the site where it contains fixes for cross compiling glib-1.2.10: http://cvs.sourceforge.jp/cgi-bin/viewcvs.cgi/xqt/libs/glib By the way, did someone here get dillo working with japanese characters??? The patch dillo for japanese that Im using still didn't display japanese characters. Any hints guys??? Thanks.... On 10/3/05, Falls Huang <bhuang@qubit-star.com> wrote:
I have successfully ported dillo to fujitsu's frv platform and arm-linux.
1. I didn't cross-compile glib1.2 in frv-linux , I natively compiled it . It's a long time wait , but I finnaly finished it. :)
2. If u want to cross-compile dillo/glib1.2/gtk1.2 in arm-linux , I suggest that u use scratchbox ( www.scratchbox.org<http://www.scratchbox.org>). If u don't like spend time on compiling it , you can download a pre-compiled binary dillo-arm from gpe.handhelds.org <http://gpe.handhelds.org> .
good luck
Xyber Blue wrote:
Ok, so Gtk2 is not supported by dillo. Currently, Im trying to port the Gtk1.2 but having hard time to port the glib. Glib1.2 seems hard to cross compile. Does anyone here had tried to port dillo to Gtk2???
Does anyone here successfully port dillo, glib1.2, and gtk1.2 to ARM???
-- Regards Falls Huang
_______________________________________________ Dillo-dev mailing list Dillo-dev@dillo.org http://lists.auriga.wearlab.de/cgi-bin/mailman/listinfo/dillo-dev
By the way, in addition to my question, Im trying to run dillo with japanese support. I already set the export LC_LANG=ja_JP.UTF-8 and other options to set to run dillo with japanese support. I succeeded the japanese support of dillo on PC. I already installed the fonts, but when I try to do the same steps to the target embedded system FR-V board and try to run dillo, the warning message appeared: Gdk-WARNING **: locale not supported by C library And it fails to display japanese characters sites. Does anyone encounter the same as mine??? Any ideas on how to fix this and able to run dillo with japanese support??? On 10/4/05, Xyber Blue <xyberblue@gmail.com> wrote:
Thanks guys, I already got cross compiled the glib-1.2 and gtk-1.2 for Fujitsu FRV. For reference, I successfully cross compiled the glib-1.2.10and gtk-1.2.9 to get dillo working.
Heres the site where it contains fixes for cross compiling glib-1.2.10:
http://cvs.sourceforge.jp/cgi-bin/viewcvs.cgi/xqt/libs/glib
By the way, did someone here get dillo working with japanese characters??? The patch dillo for japanese that Im using still didn't display japanese characters. Any hints guys???
Thanks....
On 10/3/05, Falls Huang <bhuang@qubit-star.com> wrote:
I have successfully ported dillo to fujitsu's frv platform and arm-linux.
1. I didn't cross-compile glib1.2 in frv-linux , I natively compiled it . It's a long time wait , but I finnaly finished it. :)
2. If u want to cross-compile dillo/glib1.2/gtk1.2 in arm-linux , I suggest that u use scratchbox (
www.scratchbox.org<http://www.scratchbox.org>). If u don't like
spend time on compiling it , you can download a pre-compiled binary dillo-arm from gpe.handhelds.org <http://gpe.handhelds.org> .
good luck
Xyber Blue wrote:
Ok, so Gtk2 is not supported by dillo. Currently, Im trying to port the Gtk1.2 but having hard time to port the glib. Glib1.2 seems hard to cross compile. Does anyone here had tried to port dillo to Gtk2???
Does anyone here successfully port dillo, glib1.2, and gtk1.2 to ARM???
-- Regards Falls Huang
_______________________________________________ Dillo-dev mailing list Dillo-dev@dillo.org http://lists.auriga.wearlab.de/cgi-bin/mailman/listinfo/dillo-dev
Xyber Blue wrote:
By the way, in addition to my question, Im trying to run dillo with japanese support. I already set the export LC_LANG=ja_JP.UTF-8 and other options to set to run dillo with japanese support. I succeeded the japanese support of dillo on PC.
I already installed the fonts, but when I try to do the same steps to the target embedded system FR-V board and try to run dillo, the warning message appeared:
Gdk-WARNING **: locale not supported by C library
And it fails to display japanese characters sites. Does anyone encounter the same as mine??? Any ideas on how to fix this and able to run dillo with japanese support???
make sure that /usr/lib/locale/locale-archive exists and it's encoded in MSB , because frv cpu is MSB . -- Regards Falls Huang
By the way, does dillo in your side displays japanese text???I mean it widgets (i.e button, file menus). In my side, dillo tries to display japanese on its widgets but instead, it display lines instead of text. Any idea guys??? On 10/5/05, Falls Huang <bhuang@qubit-star.com> wrote:
Xyber Blue wrote:
By the way, in addition to my question, Im trying to run dillo with japanese support. I already set the export LC_LANG=ja_JP.UTF-8 and other options to set to run dillo with japanese support. I succeeded the japanese support of dillo on PC.
I already installed the fonts, but when I try to do the same steps to the target embedded system FR-V board and try to run dillo, the warning message appeared:
Gdk-WARNING **: locale not supported by C library
And it fails to display japanese characters sites. Does anyone encounter the same as mine??? Any ideas on how to fix this and able to run dillo with japanese support???
make sure that /usr/lib/locale/locale-archive exists and it's encoded in MSB , because frv cpu is MSB .
-- Regards Falls Huang
_______________________________________________ Dillo-dev mailing list Dillo-dev@dillo.org http://lists.auriga.wearlab.de/cgi-bin/mailman/listinfo/dillo-dev
participants (3)
-
Falls Huang
-
Riccardo Mottola
-
Xyber Blue