Comment 14 for bug 575968

Revision history for this message
Fabrice Coutadeur (fabricesp) wrote :

Hi,

IT seems to FTBFS (not because of your patch, I think). Can you check?

This is the error I am getting:
...g++ -o Video.o -g -O2 -I/usr/include/freetype2 -fno-strict-aliasing -g -DDBG -pthread -D_REENTRANT -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/directfb -I/usr/include/libpng12 -I/usr/include/freetype2 -fno-strict-aliasing -g -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -fpic -DPIC -Wall -DUSE_GTK -pthread -D_REENTRANT -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/directfb -I/usr/include/libpng12 -c Video.cpp
In file included from /usr/include/glib-2.0/glib.h:90,
                 from /usr/include/glib-2.0/gobject/gtype.h:26,
                 from /usr/include/glib-2.0/gobject/gboxed.h:26,
                 from /usr/include/glib-2.0/glib-object.h:25,
                 from /usr/include/glib-2.0/gio/gioenums.h:30,
                 from /usr/include/glib-2.0/gio/giotypes.h:30,
                 from /usr/include/glib-2.0/gio/gio.h:28,
                 from /usr/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30,
                 from /usr/include/gtk-2.0/gdk/gdk.h:32,
                 from /usr/include/gtk-2.0/gtk/gtk.h:32,
                 from messagebox.h:26,
                 from Video.cpp:27:
/usr/include/glib-2.0/glib/gvariant.h:71: error: two or more data types in declaration of 'parameter'
make[3]: *** [Video.o] Error 1

thanks,
Fabrice