2
我今晚第一次在Macbook上安裝了Ada和AWS。Ada的AWS安裝問題
一切似乎都成功的安裝,但我感覺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.
所以我沒有改變目標。
但是,當我嘗試從除AWS演示文件夾中的系統上的任何地方編譯程序hello_world,我得到這個錯誤:
~/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已正確安裝,或移動它,如果它WASN 「T?