4

刚刚安装了 Sublime Text 2,尝试构建 hello world 程序,得到这个消息:

[Error 2] The system cannot find the file specified
[cmd:  [u'g++', u'', u'-o', u'/']]
[dir:  C:\Windows\system32]
[path: C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\]
[Finished]

我需要做什么才能在 ST2 中正确编译程序?

4

1 回答 1

3

解决了。Sublime Text 2 需要 g++、bash 等才能编译。这些文件 (?) 需要按照此页面上的说明安装在您的计算机中:

http://www.claremontmckenna.edu/pages/faculty/alee/g++/g++.html

确保在构建和运行之前将正在处理的文件保存在驱动器上的任何位置。

于 2012-10-31T01:53:45.060 回答