Kalle Rautavuori 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.ads > gcc: error trying to exec 'gnat1': execvp: No such file or directory > graph_widgets.ads:1:1: unable to compile source file into the GNAT Ada Tree > file Amoc calls gcc to compile source file into the ADT internally. gcc is unable to call gnat1 - ada compiler. Most probably amoc calls wrong gcc, so please check you environment variables, and provide information about you OS. Sometimes such problem's appear when GNAT compiler and ASIS library come from third party. It is recommended to use official GNAT GPL 2009 compiler and corresponding ASIS-for-GNAT library. Another option is to configure QtAda to use GELA as ASIS library. You need just to add --with-gela switch to the configure's command line.
_______________________________________________ qtada-users mailing list [email protected] http://lists.qtada.com/mailman/listinfo/qtada-users_lists.qtada.com
