[Gambas-user] R: ERROR with revision 6562
Benoît Minisini
gambas at ...1...
Sun Oct 19 00:27:29 CEST 2014
Le 18/10/2014 23:50, Ru Vuott a écrit :
> Here the complete result about making in gb.gtk3:
>
>
> Making all in gb.gtk3
> make[2]: Entering directory `/home/vuott/trunk/gb.gtk3'
> make all-recursive
> make[3]: Entering directory `/home/vuott/trunk/gb.gtk3'
> Making all in src
> make[4]: Entering directory `/home/vuott/trunk/gb.gtk3/src'
> CXX gb_gtk3_la-gdrag.lo
> gdrag.cpp: In function 'void cb_get_text(GtkClipboard*, GtkSelectionData*, guint, gpointer)':
> gdrag.cpp:148:45: error: invalid use of incomplete type 'GtkSelectionData {aka struct _GtkSelectionData}'
> gtk_selection_data_set(selection, selection->target, 8, (guchar *)text, strlen((char *)text));
> ^
> In file included from /usr/include/gtk-3.0/gtk/gtkwidget.h:35:0,
> from /usr/include/gtk-3.0/gtk/gtkapplication.h:27,
> from /usr/include/gtk-3.0/gtk/gtkwindow.h:33,
> from /usr/include/gtk-3.0/gtk/gtkdialog.h:33,
> from /usr/include/gtk-3.0/gtk/gtkaboutdialog.h:30,
> from /usr/include/gtk-3.0/gtk/gtk.h:31,
> from widgets.h:34,
> from gdrag.cpp:32:
> /usr/include/gtk-3.0/gtk/gtktypes.h:41:16: error: forward declaration of 'GtkSelectionData {aka struct _GtkSelectionData}'
> typedef struct _GtkSelectionData GtkSelectionData;
> ^
> make[4]: *** [gb_gtk3_la-gdrag.lo] Error 1
> make[4]: Leaving directory `/home/vuott/trunk/gb.gtk3/src'
> make[3]: *** [all-recursive] Error 1
> make[3]: Leaving directory `/home/vuott/trunk/gb.gtk3'
> make[2]: *** [all] Error 2
> make[2]: Leaving directory `/home/vuott/trunk/gb.gtk3'
> make[1]: *** [all-recursive] Error 1
> make[1]: Leaving directory `/home/vuott/trunk'
> make: *** [all] Error 2
>
> =============================================================================
>
> Regards
> vuott
>
>
>
>
>
>
> --------------------------------------------
> Sab 18/10/14, Ru Vuott <vuott at ...325...> ha scritto:
>
> Oggetto: [Gambas-user] ERROR with revision 6562
> A: gambas-user at lists.sourceforge.net
> Data: Sabato 18 ottobre 2014, 23:40
>
> Hello,
>
> updating my Gambas3 with revision 6562 via SVN, I obtained
> this error:
>
> **************************************************************************************************************************************
> In file included from
> /usr/include/gtk-3.0/gtk/gtkwidget.h:35:0,
>
> from
> /usr/include/gtk-3.0/gtk/gtkapplication.h:27,
>
> from
> /usr/include/gtk-3.0/gtk/gtkwindow.h:33,
>
> from
> /usr/include/gtk-3.0/gtk/gtkdialog.h:33,
>
> from
> /usr/include/gtk-3.0/gtk/gtkaboutdialog.h:30,
>
> from /usr/include/gtk-3.0/gtk/gtk.h:31,
>
> from widgets.h:34,
>
> from gdrag.cpp:32:
> /usr/include/gtk-3.0/gtk/gtktypes.h:41:16: error: forward
> declaration of 'GtkSelectionData {aka struct
> _GtkSelectionData}'
> typedef struct _GtkSelectionData
> GtkSelectionData;
> ^
> make[4]: *** [gb_gtk3_la-gdrag.lo] Error 1
> make[4]: Leaving directory `/home/vuott/trunk/gb.gtk3/src'
> make[3]: *** [all-recursive] Error 1
> make[3]: Leaving directory `/home/vuott/trunk/gb.gtk3'
> make[2]: *** [all] Error 2
> make[2]: Leaving directory `/home/vuott/trunk/gb.gtk3'
> make[1]: *** [all-recursive] Error 1
> make[1]: Leaving directory `/home/vuott/trunk'
> make: *** [all] Error 2
> **************************************************************************************************************************************
>
> Regards
> vuott
>
Is it better with revision #6563?
--
Benoît Minisini
More information about the User
mailing list