[gtkada] which version should i use ?

Arnaud Charlet charlet at adacore.com
Sun Jan 17 17:30:26 CET 2010


> is it because my gnat is too old ?

Yes.

> gtkitementry.c: In function 'gtk_entry_real_insert_text':
> gtkitementry.c:696: error: 'GtkEntry' has no member named 'n_bytes'

That's because this version of GtkAda isn't compatible with Gtk+ 2.18

So you can either:
- upgrade your GNAT version
- modify GtkAda source to remove the pragma Obsolescent which are optional
  anyway
- use a less recent Gtk+

Arno



More information about the gtkada mailing list