coolexp / redis

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

Compile on FreeBSD? #42

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
I failed to compile redis on FreeBSD. But when remove below code in redis.c, 
it will succeed in compliling.

#include <execinfo.h>

Original issue reported on code.google.com by haiyi....@gmail.com on 17 Jun 2009 at 11:46

GoogleCodeExporter commented 8 years ago
It seems that sourcecode in Git can build successfully using make command. But 
my 
FreeBSD system is not clean system already, I'm not sure.

Original comment by haiyi....@gmail.com on 30 Jul 2009 at 8:42

GoogleCodeExporter commented 8 years ago
Hi,

I have an old FreeBSD4.X installation.  With the stock gcc 2.95, compiling was 
a no-
go.  With gcc 3.4.4, redis 1.0 compiled successfully without change.

I did however notice a problem with the printf strings -- %zu was not 
recognized.  I 
changed them to %lu and all was well.

Regards,

Original comment by chri...@four.net on 13 Sep 2009 at 1:36

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
Redis 1.0 compiled successfully on my machine with FreeBSD 7.2 Release 
installation.
And redis is added to Ports now:
/usr/ports/databases/redis/

Original comment by haiyi....@gmail.com on 14 Sep 2009 at 1:22

GoogleCodeExporter commented 8 years ago
Great, closing this issue.

Original comment by anti...@gmail.com on 22 Oct 2009 at 11:42