gpt4 book ai didi

c++ - 如何在mac终端编译c++程序

转载 作者:行者123 更新时间:2023-11-27 23:48:53 26 4
gpt4 key购买 nike

我用 sublime text 作为平台在我的 mac 上写了一个程序..

    #include<iostream>
using namespace std;
int main()
{
cout<<"HELLOW WORLD";
return 0;
}

这是我的程序..我把它保存在桌面上作为 hellow.cpp

在 mac 终端上编译为 g++ hellow.cpp 时,我发现了一个错误

adarshs-MacBook-Air:Desktop adarshak$ g++ hellow.cpp
xcrun: error: invalid active developer path
(/Library/Developer/CommandLineTools), missing xcrun at:
/Library/Developer/CommandLineTools/usr/bin/xcrun

谁能帮我找出错误

最佳答案

听起来您没有安装命令行开发人员工具。从终端运行此命令一次:

xcode-select --install

这将打开下载和安装 UI。按照这个进行到底。 (这可能需要一段时间,具体取决于您的互联网连接速度。)

从那时起编译应该可以了。

关于c++ - 如何在mac终端编译c++程序,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/48303507/

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