Export to GitHub

redis - issue #549

make fial


Posted on May 18, 2011 by Grumpy Rhino

Redis version of redis-2.2.7.tar.gz,my linux System is b2d.. error msg:

root@yes7k:/usr/local# cd redis-2.2.7/ root@yes7k:/usr/local/redis-2.2.7# make cd src && make all make[1]: Entering directory /usr/local/redis-2.2.7/src' cd ../deps/hiredis && make static ARCH="" make[2]: Entering directory/usr/local/redis-2.2.7/deps/hiredis' Makefile:18: 在“else”指令之后含有不该出现的文字 Makefile:27: * 每个条件只能有一个“else”。 停止。 make[2]: Leaving directory /usr/local/redis-2.2.7/deps/hiredis' make[1]: *** [dependencies] 错误 2 make[1]: Leaving directory/usr/local/redis-2.2.7/src' make: * [all] 错误 2

Comment #1

Posted on May 20, 2011 by Grumpy Rhino

vi deps/hiredis/Makefile Line 18:else ifeq ($(uname_S),Darwin) modify:elif ifeq ($(uname_S),Darwin)

Comment #2

Posted on Jun 14, 2011 by Happy Elephant

Thanks, this will be lined up for the next patch release of 2.2.

Comment #3

Posted on Jun 14, 2011 by Happy Elephant

(No comment was entered for this change.)

Status: Duplicate

Labels:
Type-Defect Priority-Medium