我目前正在用代码块运行ubuntu 13.10,当我尝试构建时,出现以下消息:

g++    -c /home/rhys/Documents/Progamming/c++/Class_private/main.cpp -o /home/rhys/Documents/Progamming/c++/Class_private/main.o
/bin/sh: 0: Can't open g++    -c /home/rhys/Documents/Progamming/c++/Class_private/main.cpp -o /home/rhys/Documents/Progamming   /c++/Class_private/main.o

Process terminated with status 127 (0 minutes, 0 seconds)
0 errors, 0 warnings (0 minutes, 0 seconds)

它曾经可以正常工作,但现在不起作用,我已经下载了build-essential,然后下载了它在设置中设置的gcc编译器。

有人可以帮忙吗?

最佳答案

检查“设置->环境->常规设置-> Shell在以下位置运行命令”,并确保其显示“/ bin / sh -c”,您必须具有-c参数。这或者是编译器或源文件本身的文件路径问题。

关于c++ - 代码块无法打开g++,我们在Stack Overflow上找到一个类似的问题:https://stackoverflow.com/questions/20848854/

10-09 15:51