gpt4 book ai didi

c++ - 使用 C++ 在 Eclipse 中编译

转载 作者:塔克拉玛干 更新时间:2023-11-03 06:52:37 25 4
gpt4 key购买 nike

我正在尝试包含和编译

#include <json/json.h>

然而,即使我已经安装它并将它包含在项目设置中,它也找不到路径。

这是我到目前为止所做的:

libjson 路径:

 /usr/include/jsoncpp-src-0.5.0

eclipse gcc c++ 编译器中的选项:

-Ijson_linux-gcc-4.5.2_libmt -O0 -g3 -Wall -c -fmessage-length=0 -ljson_linux-gcc-4.5.2_libmt

gcc c++ 链接器中的库:

-L/usr/include/jsoncpp-src-0.5.0/include/

还有什么我忘记做的来让它工作的吗?

最佳答案

尝试将 -I/usr/include/jsoncpp-src-0.5.0 添加到编译器选项

关于c++ - 使用 C++ 在 Eclipse 中编译 <json/json.h>,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/14024169/

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