Сегодня вечером я впервые установил Ada и AWS на Macbook.
С установкой все выглядело успешно, но у меня возникает ощущение, что AWS не установился в нужный каталог.
GNAT находится в /usr/local/gnat.
AWS makefile.conf сказал:
AWS will be installed under $(prefix). Update this variable to point to
the install directory. By default, it is set to the current GNAT root
directory to have AWS project files automatically available.
Так что я не изменил цель.
Но когда я пытаюсь скомпилировать hello_world из любой точки системы, кроме папки демоверсий AWS, я получаю эту ошибку:
~/projects/ada:gnatmake hello.adb
gcc -c hello.adb
hello.adb:1:06: file "aws.ads" not found
hello.adb:2:06: file "aws.ads" not found
hello.adb:3:06: file "aws.ads" not found
hello.adb:4:06: file "aws.ads" not found
gnatmake: "hello.adb" compilation error
Как я могу убедиться, что AWS был установлен правильно, или переместить его, если он не был?