sublimetext3 配置c++ 遇到的问题:找不到g++路径
PHP中文网
PHP中文网 2017-04-17 11:45:55
0
1
731

首先 g++已经安装好了

变量地址也配置好了。

看到了网上的一些说法 说必须要把basic下载全 我也下载全了。

build-system也配置了

但是在编译的时候 出现
gcc.exe: error: CreateProcess: No such file or directory
这样应该怎么做?sublimetext还用不用配置什么地址的? 我的版本是sublimetext 3 在http://www.sublimetext.com/3 下载的。


我现在发现了一个问题 就是我的DATA文件夹不在sublimetext 文件中,在c盘下面 是不是和这个有关呢?

PHP中文网
PHP中文网

认证高级PHP讲师

reply all(1)
PHPzhong

Are you sure you selected the configuration file you posted now in the Tools-Build System menu?
If you use this configuration file, Sublime Text will not call g++ at all, it will only call cmd, and then cmd will call g++.

In other words, your error report at this time should be:
'g++' is not recognized as an internal or external command, operable program or batch file. (The worst case scenario should be: cmd.exe: error: CreateProcess: No such file or directory, if your CMD disappears:)

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template