Pushed your branch, thanks!
On Fri, 29 Nov 2013, emcconville wrote:
> Memcached v1.4.15 compiles just fine on OSX 10.9 with GCC v4.8.0. Xcode's LLVM+clang will have some configuration conflicts.
> All conflicts are minor, and are more related to testing. In this case: clang works fine, but emits warnings that are treated as errors.
> * It's safe to remove the '-pthread' option from CFLAGS.
> * File testapp.c will need to be patched to address warning "variable length array folded to constant array as an extension." See pull request
> * Profile library `gcov` is not present in favor of an internal Xcode `profile_rt` library.
> I'd recommend install & using GCC, but if you wish to use LLVM+clang, simply install from a working development branch:
> * Install automake
> * Grab development source (
https://github.com/emcconville/memcached/archive/mavericks-support.tar.gz)
> * Extract & change directory
> * Run `./autogen.sh` (Note: This will kick-out an unknown version)
> * Compile with standard `./configure`, `make` & `make test`
> --
> �
> ---
> You received this message because you are subscribed to the Google Groups "memcached" group.
> To unsubscribe from this group and stop receiving emails from it, send an email to
memcached+...@googlegroups.com.
> For more options, visit
https://groups.google.com/groups/opt_out.
>
>