Eclipse C++ : quot;Program quot;g++quot; not found in PATHquot;(Eclipse C++:“程序g++“在 PATH 中找不到)
问题描述
我在我的 Windows 7(32 位)中安装了 gpp,如图所示.
I have gpp installed in my Windows 7 (32 bit) as shown in the picture.
PATH 变量气体 g++
PATH variable gas g++
"%SystemRoot%system32;%SystemRoot%;%SystemRoot%System32Wbem;%SYSTEMROOT%System32WindowsPowerShellv1.0;C:cygnuscygwin-b20H-i586-cygwin32ing++"
仍然 eclipse 显示错误:
Still eclipse shows the error:
在 PATH 中找不到程序g++"".
"Program "g++" not found in PATH".
如何解决?
推荐答案
今天碰到这个问题,通过以下方式解决.我在 Eclipse 设置(例如,Preferences/C++/Build/Settings/Discovery)中找到的任何地方都按下了重置默认值"按钮.之后错误消失,代码编译成功.
Today I have bumped into this problem and solved it in the following way. I pressed "Reset defaults" button everywhere I could find it in Eclipse settings (for example, Preferences/C++/Build/Settings/Discovery). After that the error disappeared and the code compiled successfully.
这篇关于Eclipse C++:“程序"g++“在 PATH 中找不到"的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:Eclipse C++:“程序"g++“在 PATH 中找不到"
基础教程推荐
- 如何在不安装整个 WTP 包的情况下将 Tomcat 8 添加到 Eclipse Kepler 2022-01-01
- 在螺旋中写一个字符串 2022-01-01
- 由于对所需库 rt.jar 的限制,对类的访问限制? 2022-01-01
- 如何使用 Eclipse 检查调试符号状态? 2022-01-01
- 首次使用 Hadoop,MapReduce Job 不运行 Reduce Phase 2022-01-01
- 如何使用 Stream 在集合中拆分奇数和偶数以及两者的总和 2022-01-01
- 如何强制对超级方法进行多态调用? 2022-01-01
- Spring Boot Freemarker从2.2.0升级失败 2022-01-01
- 如何对 HashSet 进行排序? 2022-01-01
- Java 中保存最后 N 个元素的大小受限队列 2022-01-01