sublime text3 这个怎么处理

img


按网上的方法搞的,他们都没有这种情况,


{
    "cmd": ["g++", "${file}", "-fexec-charset=gbk", "-o", "${file_path}/${file_base_name}"],
    "file_regex": "^(..[^:]*):([0-9]+):?([0-9]+)?:? (.*)$",
    "working_dir": "${file_path}",
    "selector": "source.c, source.c++",
    "variants":
    [
        {
            "name": "Run",
            "cmd": ["cmd", "/c", "g++", "${file}", "-o", "${file_path}/${file_base_name}", "&&", "start", "cmd", "/c", "${file_path}/${file_base_name} & pause"]
        }
    ]
}

```这个是C.sublime-build和C++11.sublime-build的(不会搞,搞了两个一样的)

用户名有空格了。
把文件放到其他盘路径下打开编译