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

Thomas De Contes d.l.tDeContes at free.fr
Thu Nov 18 03:18:45 CET 2004


remember :
i try to install gtkada on mac os x 10.3 with this script :
http://tDeContes.hd.free.fr/miseADisposition/install%20scripts/ 
03%20gtkada/gtkadascript


Le jeudi, 11 nov 2004, à 07:51 Europe/Paris, Thomas De Contes a écrit :

> now, i get exactly what i got with the 10.2 compiler :
> http://tDeContes.hd.free.fr/aide/ada/gtk/the%20errors/10.2%20compiler

now i'm on 10.3, so i should have exactly the same result as you :-)

http://tDeContes.hd.free.fr/aide/ada/gtk/the%20errors/ 
3.4.4%20compiler%20on%2010.3


btw, curious, there is "Hunk #3 succeeded at 80 (offset -1 lines)." on  
mac os x 10.3 which is not on 10.2


> where is the file misc_extra.c ? i didn't found it in GtkAda-2.2.1  
> folder

i didn't search like i should ;-)
i've found it :-)



but, i don't know program in c more than last time ... so i don't know  
what to do ...

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;
};



so, what to do with this ???



ps :
i succeed in run the gtk-demo on the remote computer, via ssh -X :-)
so, yet i wait only after gtkada ... i hope it will run soon :-)




More information about the gtkada mailing list