我在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
我需要安装哪个软件包?
答案 0 :(得分:2)
看起来这是与Cygwin的一些齿轮装版本的问题。我终于设法安装了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)安装它们