gpt4 book ai didi

ada - 无法编译 Ada Web Server AWS hello_world 应用程序

转载 作者:行者123 更新时间:2023-12-03 23:57:40 27 4
gpt4 key购买 nike

系统配置:

  • Linux 3.19(全新)
  • GPS 版本:GPS 2016 (20160515) 托管在 i686-pc-linux-gnu 上
    GNAT 4.6

  • 安装包:
  • libaws-bin
  • libaws-dbg
  • libaws2.10.2
  • libaws2.10.2-dev
  • gnat-gps
  • gnat-gps-common
  • gnat-4.6
  • gnat-4.6-base
  • gnat-4.8-base

  • 故障描述:

    尝试使用 GNAT Programming Studio (GPS) 编译 aws_hello_world 项目时,我看到以下错误消息:

    错误文本:default.gpr:2:6 未知项目文件:“aws”

    default.gpr
    with "aws"; -- This is the line with the error --

    project Default is

    for Source_Dirs use ("src");
    for Object_Dir use "obj";
    for Exec_Dir use ".";

    for Main use ("default-main.adb");

    package Builder is
    for Executable ("default-main.adb") use "default";
    end Builder;

    package Compiler is
    for Switches ("Ada") use ("-gnat05");
    end Compiler;

    end Default;

    尝试使用命令行构建项目也失败:
    ada_n00b@wasted_planet ~/Desktop/aws_hello_world $ gprbuild
    using project file default.gpr
    Error: no native compiler found for language 'ada', default runtime
    default.gpr:2:06: unknown project file: "aws"
    gprbuild: "default.gpr" processing failed

    任何有关构建此功能的帮助将不胜感激!提前致谢。

    最佳答案

    解决方案是从 AdaCore 安装 GNAT GPL 编译器并使用它来构建 Ada Web 服务器。

    我正在使用 Debian 软件包存储库中提供的 FSF GNAT。 Ada Web Server 不会使用 FSF GNAT 构建“开箱即用”。

    关于ada - 无法编译 Ada Web Server AWS hello_world 应用程序,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/40699436/

    27 4 0
    Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
    广告合作:1813099741@qq.com 6ren.com