【问题标题】:Error: Program "make" not found in PATH错误:在 PATH 中找不到程序“make”
【发布时间】:2012-08-02 19:36:17
【问题描述】:

我在 Eclipse CDT 中出现以下错误(使用 Windows 7)。如何纠正?

错误:在 PATH 中找不到程序“make” PATH=[C:\cygwin\bin;C:/Program Files/Java/jre1.6.0/bin/client;C:/Program Files/Java/jre1.6.0/bin;C:/Program Files/Java/jre1. 6.0/lib/i386;C:\Program Files\WinRAR;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C :\cygwin\bin\;C:\Users\user\AppData\Local\Temp\Rar$EX00.502\eclipse]

Path 环境变量有以下内容

C:\cygwin\bin\

重击

【问题讨论】:

标签: c++ eclipse window eclipse-cdt


【解决方案1】:

你应该在 cygwin 中安装 make 包。为此,请执行 cygwin setup.exe,当软件包窗口打开时,搜索 make 并安装它。我想这会解决你的问题

【讨论】:

    【解决方案2】:

    您缺少 make,它用于处理 Makefile 以构建程序。

    在我看来,这似乎与 superuser.com 更相关,here 是一个类似的问题。

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 2012-07-19
      • 1970-01-01
      • 2014-08-11
      • 2020-03-23
      • 2013-12-10
      • 2013-07-14
      • 2012-01-03
      相关资源
      最近更新 更多