构建Ada Web服务器失败

时间:2015-07-23 14:58:22

标签: ada gnat gprinstall

我正在尝试构建AWS GPL 2015,但我收到此错误:

$ make setup build
gprbind xoscons.bexch
gnatbind xoscons.ali
gnatgcc -c b__xoscons.adb
gnatgcc xoscons.o -o xoscons
Setup OS specific definitions
Can not generate system tags. The test are disabled
aws.gpr:76:04: package "install" is forbidden in aggregate projects
gprbuild: "tools/tools.gpr" processing failed
makefile:183: recipe for target 'build-native' failed
make: *** [build-native] Error 4

我正在使用这个GNAT:

$ gnat --version
GNAT 4.9.2
Copyright 1996-2014, Free Software Foundation, Inc.

1 个答案:

答案 0 :(得分:1)

该版本的AWS需要“gprinstall”,因此您应该使用GNAT GPL 2015进行编译,以获得所有必需的工具。

相关问题