我在 cygwin 中找不到文件 spawn.h

发布于 2025-01-04 17:10:10 字数 482 浏览 1 评论 0原文

我在 Windows 7 上安装 cygwin 1.7.10。 我想安装 gearmand-0.28,在 make 过程中,找不到spawn.h。 错误是:

./libtest/cmdline.h:24:19: fatal error: spawn.h: No such file or directory
compilation terminated.
Makefile:4157: recipe for target `libtest/libtest_libtest_la-binaries.lo' failed
make[1]: *** [libtest/libtest_libtest_la-binaries.lo] Error 1
make[1]: 离开目录“/home/power/gearmand-0.28”
Makefile:2072: recipe for target `all' failed
make: *** [all] Error 2

我需要安装哪个包?

I install cygwin 1.7.10 on windows 7.
I want to install gearmand-0.28,when during the make,it can't find spawn.h.
The error is:

./libtest/cmdline.h:24:19: fatal error: spawn.h: No such file or directory
compilation terminated.
Makefile:4157: recipe for target `libtest/libtest_libtest_la-binaries.lo' failed
make[1]: *** [libtest/libtest_libtest_la-binaries.lo] Error 1
make[1]: 离开目录“/home/power/gearmand-0.28”
Makefile:2072: recipe for target `all' failed
make: *** [all] Error 2

Which package I need install?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

睡美人的小仙女 2025-01-11 17:10:10

看起来这是 Cygwin 的某些版本的 gearman 的问题。我终于成功安装了 gearmand,但是是旧版本:0.14。 (参见 https://launchpad.net/gearmand/+download

我的环境:Cygwin 1.7.13 -1,Windows 7 64 位。

不要忘记安装 boost、gcc、make、libuuid1-devel 和 libiconv。您可以下载&使用 Cygwin (setup.exe) 安装它们

Looks like it's an issue with some versions of gearman with Cygwin. I finally managed to install gearmand, but an old version: 0.14. (see https://launchpad.net/gearmand/+download )

My environment: Cygwin 1.7.13-1, Windows 7 64-bit.

Don't forget to install boost, gcc, make, libuuid1-devel and libiconv. You can download & install them with Cygwin (setup.exe)

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文