【发布时间】: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