【发布时间】:2016-05-21 15:40:40
【问题描述】:
我使用 Windows 我已经使用 git clone 命令下载 git 库。git library documentation 该库有一个生成文件。
- 我安装了 GNU make (GnuWin32)
- 我给了文件路径 cd
<makefilepath>cmd - 类型 进行配置
我遇到以下错误。任何帮助表示赞赏。谢谢。
C:\Users\venushka\Desktop\libxbee3>make configure
process_begin: CreateProcess(NULL, uname, ...) failed.
process_begin: CreateProcess(NULL, uname, ...) failed.
make/os_detect.mk:13: make/os.windows.mk: No such file or directory
makefile:29: make/build.generic.mk: No such file or directory
make: *** No rule to make target `make/build.generic.mk'. Stop.
【问题讨论】:
-
现成的 ms-windows 中没有
make程序。您必须安装一些开发工具集。有几种不同的可用。描述每种方法的优缺点需要很长时间。 -
@RolandSmith 我安装了 GNUWin32 。请你好心看看我的问题。我不知道。
标签: makefile