gpt4 book ai didi

c++ - QtCreator 返回错误 "Cannot change to working directory"

转载 作者:IT王子 更新时间:2023-10-29 01:00:43 26 4
gpt4 key购买 nike

我正在尝试使用 Qt Creator 运行一个简单的 HelloWorld 程序代码:

#include <iostream>

using namespace std;

int main()
{
cout << "Hello World!" << endl;
return 0;
}

运行时出现错误

Cannot change to working directory '/home/myusername/build-myproject-Desktop-Debug': file or directory not found

互联网上的许多教程告诉我禁用“在终端中运行”,但我的项目需要它。我的工作目录是/home/myusername/build-myproject-Desktop-Debug

有什么帮助吗?

最佳答案

您正在运行哪个操作系统?

我在 Linux 上遇到了同样的问题。我的解决方案是使用 xterm 并将 Qtcreator 中的默认终端设置为 xterm(在菜单中:工具,然后是选项,然后是环境,然后是终端,那里有“/usr/bin/xterm -e”)

关于c++ - QtCreator 返回错误 "Cannot change to working directory",我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/24097221/

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