折腾了两个小时,从官网下载源代码到编译成功一路上磕磕绊绊,总算是搞定了。总结一下,cygwin 下编译 redis 的一些坑。
首先将 src/anet.c 下的 #include <netinet/tcp.h> 注释掉
在 deps/hiredis 下的 hiredis.h 末尾追加一下宏定义
deps 下的工程需要逐个 make.
折腾了两个小时,从官网下载源代码到编译成功一路上磕磕绊绊,总算是搞定了。总结一下,cygwin 下编译 redis 的一些坑。
首先将 src/anet.c 下的 #include <netinet/tcp.h> 注释掉
在 deps/hiredis 下的 hiredis.h 末尾追加一下宏定义
deps 下的工程需要逐个 make.