compile error on Mac OS X 10.3 (Panther) and the patch
dormando
dormando at rydia.net
Wed Nov 28 17:18:21 UTC 2007
js wrote:
> Thank you.
> Today I tested 1.2.4-rc1 but it failed with the same error.
> Isn't this fix included in 1.2.4-rc1?
>
It's in, I probably goofed it:
#ifndef IOV_MAX
#if defined(__FreeBSD__) || MAC_OS_X_VERSION_MAX_ALLOWED >= 1030
# define IOV_MAX 1024
#endif
#endif
What was the first version of OS X to support
'MAC_OS_X_VERSION_MAX_ALLOWED' ? I tested it on tiger/leopoard, but not
panther.
You wanna tweak with those lines a bit? I don't have access to a panther
machine to fix with.
-Dormando
More information about the memcached
mailing list