[gtkada] errors at installation time (compilation of gtkada)

Thomas De Contes d.l.tDeContes at free.fr
Thu Nov 18 15:50:04 CET 2004


Le jeudi, 18 nov 2004, à 03:18 Europe/Paris, Thomas De Contes a écrit :

> all what i've found is :
>
>
>
> misc_extra.c :
>
>
> #include "gtkextra/gtkcombobox.h"
>
> GtkWidget*
> ada_gtk_combo_box_get_button (GtkComboBox* combo) {
>   return combo->button;
> }
>
> GtkWidget*
> ada_gtk_combo_box_get_arrow (GtkComboBox* combo) {
>   return combo->arrow;
> }
>
> GtkWidget*
> ada_gtk_combo_box_get_frame (GtkComboBox* combo) {
>   return combo->frame;
> }
>
>
>
> gtkcombobox.h :
>
>
> typedef struct _GtkComboBox		GtkComboBox;
>
> struct _GtkComboBox {
> 	GtkHBox hbox;
>
> 	GtkWidget *button;
>         GtkWidget *arrow;
> 	GtkWidget *popup;
> 	GtkWidget *popwin;
> 	GtkWidget *frame;
> };
>

sorry, i've forget to say the error i had :

cd lib-obj; gcc -c -fno-common -g -O2 -Wall -DXTHREADS 
-I/Users/thomas/bin/autoinstall/include/gtk-2.0 
-I/Users/thomas/bin/autoinstall/lib/gtk-2.0/include 
-I/Users/thomas/bin/autoinstall/include/atk-1.0 
-I/Users/thomas/bin/autoinstall/include/pango-1.0 
-I/Users/thomas/bin/autoinstall/include 
-I/Users/thomas/bin/autoinstall/include/freetype2 -I/usr/X11R6/include 
-I/Users/thomas/bin/autoinstall/include/glib-2.0 
-I/Users/thomas/bin/autoinstall/lib/glib-2.0/include   -I.. -fPIC 
../misc_extra.c
../misc_extra.c: In function `ada_gtk_combo_box_get_button':
../misc_extra.c:165: error: structure has no member named `button'
../misc_extra.c: In function `ada_gtk_combo_box_get_arrow':
../misc_extra.c:170: error: structure has no member named `arrow'
../misc_extra.c: In function `ada_gtk_combo_box_get_frame':
../misc_extra.c:175: error: structure has no member named `frame'

>
>
> so, what to do with this ???




More information about the gtkada mailing list