Hi All,
I am trying to build the GTK+
libraries with DirectFB support on Linux (my goal is to do it for ARM –
but I am starting with x86 first)
I am following this procedure:
http://www.directfb.org/wiki/index.php/Projects:GTK_on_DirectFB
But when I try to make the GTK+
libraries I am getting the following error:
gdktestutils-directfb.c: In
function 'IA__gdk_test_simulate_key':
gdktestutils-directfb.c:178: error: 'DFBWindowEvent' has no member named
'flags'
gdktestutils-directfb.c:178: error: 'DWEF_NONE' undeclared (first use in this
function)
gdktestutils-directfb.c:178: error: (Each undeclared identifier is reported
only once
gdktestutils-directfb.c:178: error: for each function it appears in.)
gdktestutils-directfb.c: In function 'IA__gdk_test_simulate_button':
gdktestutils-directfb.c:244: error: 'DFBWindowEvent' has no member named
'flags'
gdktestutils-directfb.c:244: error: 'DWEF_NONE' undeclared (first use in this
function)
make[4]: *** [gdktestutils-directfb.lo] Error 1
make[4]: Leaving directory `/usr/gtkfb/src/gtk+-2.15.3/gdk/directfb'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/usr/gtkfb/src/gtk+-2.15.3/gdk'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/usr/gtkfb/src/gtk+-2.15.3/gdk'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/gtkfb/src/gtk+-2.15.3'
make: *** [all] Error 2
Does anyone know what is going on
here?
Thanks,
Sean.