首先 g++已经安装好了
变量地址也配置好了。
看到了网上的一些说法 说必须要把basic下载全 我也下载全了。
build-system也配置了
但是在编译的时候 出现
gcc.exe: error: CreateProcess: No such file or directory
这样应该怎么做?sublimetext还用不用配置什么地址的? 我的版本是sublimetext 3 在http://www.sublimetext.com/3 下载的。
我现在发现了一个问题 就是我的DATA文件夹不在sublimetext 文件中,在c盘下面 是不是和这个有关呢?
PHPz2017-04-17 11:47:55
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:)