【问题标题】:Using Botan library with Eclispse在 Eclipse 中使用 Botan 库
【发布时间】:2017-08-06 17:58:53
【问题描述】:

我正在尝试将植物库与 Eclipse 一起使用。我使用 Ubuntu 编译了 botan,并创建了如下的小程序

#include <botan/botan.h>
int main()
{
    LibraryInitializer init;
    return 0;
}

但我遇到了致命错误:botan/build.h: No such file or directory

提前致谢,等待帮助。

【问题讨论】:

标签: c++ eclipse compiler-errors botan


【解决方案1】:

您需要在 gcc 命令行中添加 -lbotan 选项才能正确编译。

【讨论】:

    猜你喜欢
    • 2012-06-07
    • 2019-10-10
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2018-02-04
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    相关资源
    最近更新 更多