[gtkada] GTKAda install problem on RH 8.0

David Mirfin dmirfin at qsf.com
Sun Apr 25 21:58:32 CEST 2004


Thanks Arno. I had assumed backwards compatibility. Silly me.

Anyway I now have Gtk+ 2.2.4 installed without error messages and GtkAda 2.2
installed with one unspecified/ignored error reported at the end of make
install:

.
.
.
for dir in base_widget calendar_combo composite_widget doublebuffer
documentation dynamic_cast editor gtk_examples tutorial handlers powergnu
user_data tutorial/gtkdial tutorial/helloworld tutorial/helloworld2
tutorial/packbox tutorial/simple tutorial/table tutorial/tictactoe; do \
  mkdir -p /usr/local/share/gtkada/examples/${dir}; \
  rm -f ${dir}/b~*; \
  cp -p ${dir}/*.ad? /usr/local/share/gtkada/examples/${dir} 2>/dev/null; \
  cp -p ${dir}/Makefile /usr/local/share/gtkada/examples/${dir} 2>/dev/null; \
  cp -p ${dir}/README /usr/local/share/gtkada/examples/${dir} 2>/dev/null; \
done
make[1]: [install] Error 1 (ignored)
make[1]: Leaving directory `/root/GNAT/GtkAda-2.2.1/examples'
[root at localhost GtkAda-2.2.1]#


I am now having a problem trying to use gate (perhaps it is related to the
ignored make install error?). Gate seems to fail for all Glade project files I
try (including the examples file.glade and menu.glade). This is the error
message I get:

Generating Ada files...
/root/GNAT/GtkAda-2.2.1/examples/menu.gladep is not a regular file
Couldn't parse /root/GNAT/GtkAda-2.2.1/examples/menu.glade Exiting.


Any ideas what I have done wrong?







Quoting Arnaud Charlet <charlet at ACT-Europe.FR>:

> > Does anyone have any suggestions?
>
> See below
>
> > > You need to install first Gtk+ 2.2.x with GtkAda 2.2
> > > Then you need to do CC=/usr/bin/gcc ./configure instead of ./configure
>
> Apparently gtkextra is not compatible with Gtk+ 2.4
>
> Arno
> _______________________________________________
> gtkada mailing list
> gtkada at lists.act-europe.fr
> http://lists.act-europe.fr/mailman/listinfo/gtkada
>



More information about the gtkada mailing list