Lachim / redis

Automatically exported from code.google.com/p/redis
2 stars 0 forks source link

make fial #549

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
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

Original issue reported on code.google.com by kaisha...@gmail.com on 18 May 2011 at 9:40

GoogleCodeExporter commented 8 years ago
vi deps/hiredis/Makefile
Line 18:else ifeq ($(uname_S),Darwin)
modify:elif ifeq ($(uname_S),Darwin)

Original comment by kaisha...@gmail.com on 20 May 2011 at 1:35

GoogleCodeExporter commented 8 years ago
Thanks, this will be lined up for the next patch release of 2.2.

Original comment by pcnoordh...@gmail.com on 14 Jun 2011 at 7:37

GoogleCodeExporter commented 8 years ago

Original comment by pcnoordh...@gmail.com on 14 Jun 2011 at 7:38