Marek wrote: > > ../../../source/tools/amoc/amoc -I. -I. -I../../../source/core > -I../../../source/core -I../../../source/gui -I../../../source/gui > -I../../../source/sql -I../../../source/sql ./graph_widgets-impl.ads > gcc: error trying to exec 'gnat1': execvp: File or directory is missing > > graph_widgets-impl.ads:1:1: unable to compile source file into the GNAT > Ada Tree file > > What is wrong? > > I use Debian Lenny and GNAT 2008 GPL > This looks like error in your setup. GNAT is not installed for GCC used by ASIS library. Do you use official GNAT GPL 2008 compiler and ASIS for GNAT packages?
If no, you can try to configure QtAda using --with-gela command line switch for use internal compiler independent ASIS implementation. _______________________________________________ qtada-users mailing list [email protected] http://lists.qtada.com/mailman/listinfo/qtada-users_lists.qtada.com
