Eclipse + Cygwin =在PATH中找不到程序“make”

时间:2013-09-26 20:28:53

标签: eclipse cygwin eclipse-cdt

我安装了cygwin,并且可以通过make命令行正常编译项目。

现在如何用eclipse编译同一个项目?

它说

**** Build of configuration Default for project leptonica-1.69 ****

****  WARNING: The "Default" Configuration may not build  ****
****  because it uses the "cdt.managedbuild.toolchain.gnu.cygwin.base"  ****
****  tool-chain that is unsupported on this system.  ****

****  Attempting to build...  **** 

make all 

Cannot run program "make": Launching failed
Error: Program "make" is not found in PATH

如果我尝试编译。

我找不到设置cygwin某个位置的CDT的地方。当然,我不想将cygwin路径添加到全局窗口路径。

是否可以仅为eclipse设置它?

1 个答案:

答案 0 :(得分:0)

您可以在SKPhysicsContact中设置路径(和其他变量),即添加变量Eclipse Preferences -> C/C++ -> Build -> Environment,其值为PATH

(编辑:删除了我误解的东西的第二段)