【问题标题】:Mupdf Android make generate not workingMupdf Android make 生成不起作用
【发布时间】:2014-07-08 08:30:57
【问题描述】:

我无法构建 mupdf android。执行 make generate 命令时出现以下错误

make generate
CC build/debug/cmapdump.o
/bin/sh: cc: command not found
Makefile:157: recipe for target 'build/debug/cmapdump.o' failed
make: *** [build/debug/cmapdump.o] Error 127

我正在使用从 git 存储库克隆的最新代码。我正在使用带有cygwin的Windows 7。当我通过各种论坛搜索时,他们提到喜欢它是因为 cuygwin 中缺少 c 编译器。但我已经安装了 gcc。

【问题讨论】:

  • 当我用 ubuntu 尝试同样的方法时,一切都很好,没有错误。

标签: android git makefile mupdf


【解决方案1】:

我遇到了同样的问题,并在 mupdf 的问题中找到了答案。 http://bugs.ghostscript.com/show_bug.cgi?id=693935

解决方案是重新运行 cygwin 设置并从软件包列表中选择一个 C 编译器。 我使用了 Devel 类别的 gcc 编译器。

【讨论】:

    猜你喜欢
    • 1970-01-01
    • 1970-01-01
    • 2014-01-19
    • 1970-01-01
    • 2019-08-07
    • 1970-01-01
    • 1970-01-01
    • 2012-05-03
    • 2017-03-27
    相关资源
    最近更新 更多