On Jan 6, 2012, at 6:39 PM, crowe@mailhaven.com wrote:
fyi, these,
memcached.c:2214:9: error: dereferencing type-punned pointer will break strict-aliasing rules [-Werror=strict-aliasing]
seem to be a problem with the v1.4.5 memcached bundled with CalendarServer,
http://code.google.com/p/memcached/issues/detail?id=125
"This should be fixed in 1.4.6, please reopn if it's not."
Don't know yet about the other errors.
crowe
In that case, feel free to file a Trac ticket for us to bump our dependency to 1.4.6 ;). However, in the meanwhile, it might be better for you to just install memcached and libevent development packages using your system's native package manager; if dependencies are already set up, the run script should notice and avoid building its own versions. -glyph