Open GoogleCodeExporter opened 8 years ago
Hello, can you please try with Redis git? Thanks
Original comment by anti...@gmail.com
on 30 Nov 2009 at 7:10
centurydaily-lm:binaries sabhinav$ git clone git://github.com/antirez/redis.git
Initialized empty Git repository in /Users/sabhinav/binaries/redis/.git/
remote: Counting objects: 1940, done.
remote: Compressing objects: 100% (946/946), done.
remote: Total 1940 (delta 1242), reused 1520 (delta 931)
Receiving objects: 100% (1940/1940), 561.71 KiB | 28 KiB/s, done.
Resolving deltas: 100% (1242/1242), done.
centurydaily-lm:binaries sabhinav$ cd redis/
centurydaily-lm:redis sabhinav$ make
cc -c -arch x86_64 -g -Os -pipe -no-cpp-precomp -g -rdynamic -ggdb adlist.c
cc -c -arch x86_64 -g -Os -pipe -no-cpp-precomp -g -rdynamic -ggdb ae.c
cc -c -arch x86_64 -g -Os -pipe -no-cpp-precomp -g -rdynamic -ggdb anet.c
cc -c -arch x86_64 -g -Os -pipe -no-cpp-precomp -g -rdynamic -ggdb dict.c
cc -c -arch x86_64 -g -Os -pipe -no-cpp-precomp -g -rdynamic -ggdb redis.c
redis.c: In function 'getMcontextEip':
redis.c:6222: error: 'struct __darwin_x86_thread_state64' has no member named
'__eip'
make: *** [redis.o] Error 1
Lemme know if anything can be done here
Original comment by mailsfor...@gmail.com
on 1 Dec 2009 at 8:33
Can you try what happens after a git pull? I just committed a patch that could
work.
Thanks.
Original comment by anti...@gmail.com
on 1 Dec 2009 at 10:53
Just pulled da0a1620771c54bb67cdef46dae40f005133b8d1 and compiled successfully
on Snow Leopard with
64bit Kernel.
Original comment by ggars...@gmail.com
on 1 Dec 2009 at 11:05
Thanks a ton.
Compiled, runned and passed all tests :D
Really a great effort in bringing such a scalable server out for us all :)
Cheers,
Abhinav
Original comment by mailsfor...@gmail.com
on 1 Dec 2009 at 1:51
Original issue reported on code.google.com by
mailsfor...@gmail.com
on 30 Nov 2009 at 7:02