/usr/local/include/string.h:25:10:致命错误:找不到“ plist / Node.h”文件

时间:2019-07-13 13:12:45

标签: c++ gcc g++ clang clang++

我正在尝试在MacOS中用C ++运行hello world程序。尝试使用终端g++ -o test.cpp test

在终端上运行它

它给了我上面的错误。我是否需要以某种方式重新安装编译器?如果是,那我该怎么做?

clang ++和g ++和gcc。 我已经设置了xcode。

我在某处阅读时也安装了xcode-select --install

我已经尝试了所有这些来运行程序。他们有这样的版本

clang++ -v

Target: x86_64-apple-darwin18.6.0
Thread model: posix
InstalledDir: /Library/Developer/CommandLineTools/usr/bin

g++ -v

Apple LLVM version 10.0.1 (clang-1001.0.46.4)
Target: x86_64-apple-darwin18.6.0
Thread model: posix
InstalledDir: /Library/Developer/CommandLineTools/usr/bin

1 个答案:

答案 0 :(得分:0)

是g ++命令输入错误,还是您尝试将输出文件设置为test.cpp? 您是如何安装g ++的?

这是您得到的唯一错误吗?

/usr/local/include/string.h:25:10: fatal error: 'plist/Node.h' file not found

如果跑步,会发生什么

g++ -o test -Wall test.cpp