Thanks Moutusi. It seems that versions of GTK+-Directfb higher than
2.12 are broken or the DirectFB 1.4.2 version is not compatible with GTK
2.18 just yet. I've ended up installing the debian libgtk-directfb
package. This has gtk+-2.12.12 and directfb 1.0.1. I was hoping to get
working a ne
Hi Roger,
Yes I could ressolve the problem .I have built gtk with target directfb
with following pacakages.
1.gtk+-2.12.9
2.atk-1.13.2
3.cairo-1.6.4
4.glib-2.22.2
5.pango-1.20.2
6.pixman-0.12.0
7.DirectFB-1.2.0
But I installed everything on pc .
You can refer to this link https://wiki.mozilla.
gtk_widget_show (button);
>
> exit(0);
> /* and the window */
> gtk_widget_show (window);
> /* All GTK applications must have a gtk_main(). Control ends here
> * and waits for an event to occur (like a key press or
> * mouse event). */
>
Hi All,
I have built gtk with target directfb.
I have installed following pacakages:
1.gtk+-2.12.9
2.atk-1.13.2
3.cairo-1.6.4
4.glib-2.22.2
5.pango-1.20.2
6.pixman-0.12.0
7.DirectFB-1.2.0
I have built webkit-1.1.1 based on this gtk-directfb.Then I have bulit
one browser called "Midori" that is
Hi All,
I have built gtk with target directfb.
I have installed following pacakages:
1.gtk+-2.18.0
2.atk-1.28.0
3.cairo-1.8.0
4.glib-2.22.2
5.pango-1.26.0
6.pixman-0.12.0
7.DirectFB-1.2.7
8.FreeType 2-9.16.3
Now I am trying to run examples programs thats comes with gtk.While
running the program