Re: Issue 218 in memcached: Mac OS/X install fails

2012-06-19 Thread memcached
Comment #8 on issue 218 by crucialf...@gmail.com: Mac OS/X install fails http://code.google.com/p/memcached/issues/detail?id=218 broken again 1.4.13

Re: Issue 218 in memcached: Mac OS/X install fails

2011-10-14 Thread Chris
Thanks, 1.4.8 configures and compiles for me. On Aug 27, 5:04 am, Trond Norbye wrote: > I just pushed the following fix to the problem: > > diff --git a/configure.ac b/configure.ac

Re: Issue 218 in memcached: Mac OS/X install fails

2011-09-06 Thread memcached
Comment #7 on issue 218 by anto...@antonioshome.net: Mac OS/X install fails http://code.google.com/p/memcached/issues/detail?id=218 Hi, This is just to confirm that the changes works perfectly on Darwin hostname 10.8.0 Darwin Kernel Version 10.8.0: Tue Jun 7 16:33:36 PDT 2011; root:xnu-1504

Re: Issue 218 in memcached: Mac OS/X install fails

2011-09-06 Thread memcached
Comment #6 on issue 218 by eric.d.l...@gmail.com: Mac OS/X install fails http://code.google.com/p/memcached/issues/detail?id=218 Issue 222 has been merged into this issue.

Re: Issue 218 in memcached: Mac OS/X install fails

2011-08-27 Thread memcached
Updates: Status: Fixed Comment #5 on issue 218 by trond.no...@gmail.com: Mac OS/X install fails http://code.google.com/p/memcached/issues/detail?id=218 I just pushed: diff --git a/configure.ac b/configure.ac index 1e3893e..fdb385b 100644 --- a/configure.ac +++ b/configure.ac @@ -247,7 +

Re: Issue 218 in memcached: Mac OS/X install fails

2011-08-27 Thread Trond Norbye
I just pushed the following fix to the problem: diff --git a/configure.ac b/configure.ac index 1e3893e..fdb385b 100644 --- a/configure.ac +++ b/configure.ac @@ -247,7 +247,7 @@ AC_CACHE_CHECK([for libevent directory], ac_cv_libevent_dir, [ AS_IF(test "$SUNCC" = "yes" -o "x$_myos" = "xsol

Re: Issue 218 in memcached: Mac OS/X install fails

2011-08-27 Thread memcached
Comment #4 on issue 218 by trond.no...@gmail.com: Mac OS/X install fails http://code.google.com/p/memcached/issues/detail?id=218 ehh.. not succeeding, but subsequent (haven't had my coffee ;-))

Re: Issue 218 in memcached: Mac OS/X install fails

2011-08-27 Thread Trond Norbye
It would make it a lot easier to debug if we could get the output of config.log to see what the compiler complains about (or if it is the runtime linker that complains) trond On Tue, Aug 23, 2011 at 11:22 PM, Chris wrote: > I tried finding the file that had the content you patched but I don't

Re: Issue 218 in memcached: Mac OS/X install fails

2011-08-27 Thread memcached
Comment #3 on issue 218 by trond.no...@gmail.com: Mac OS/X install fails http://code.google.com/p/memcached/issues/detail?id=218 Dormando: Your patch will probably remove that problem but did you try that on a system where you didn't have libevent available in the search path? (because you d

Re: Issue 218 in memcached: Mac OS/X install fails

2011-08-23 Thread Chris
I tried finding the file that had the content you patched but I don't have my system set up with all the things I needed to make that work, I was trying to keep it simple and not worry about how configure is made, I'm not well versed in that process. These were the steps I did for Lion (and I had

Re: Issue 218 in memcached: Mac OS/X install fails

2011-08-23 Thread dormando
> Also having the same issue on Max OS X Lion: > > checking for library containing pthread_create... no > configure: error: Can't enable threads without the POSIX thread > library. > > 1.4.7 I wish you guys would try the -rc's that I leave up for a week :P > sh ./configure --with-libevent=../libe

Re: Issue 218 in memcached: Mac OS/X install fails

2011-08-23 Thread Chris
Also having the same issue on Max OS X Lion: checking for library containing pthread_create... no configure: error: Can't enable threads without the POSIX thread library. 1.4.7 sh ./configure --with-libevent=../libevent --enable-threads - I removed the failure test from configure, and there

Re: Issue 218 in memcached: Mac OS/X install fails

2011-08-21 Thread memcached
Updates: Status: Accepted Owner: trond.no...@gmail.com Comment #2 on issue 218 by dorma...@rydia.net: Mac OS/X install fails http://code.google.com/p/memcached/issues/detail?id=218 nevermind, that was easy to reproduce. Guess I need to build test os x myself... -

Re: Issue 218 in memcached: Mac OS/X install fails

2011-08-21 Thread memcached
Comment #1 on issue 218 by dorma...@gmail.com: Mac OS/X install fails http://code.google.com/p/memcached/issues/detail?id=218 Can you include the output from configure?

Issue 218 in memcached: Mac OS/X install fails

2011-08-21 Thread memcached
Status: New Owner: Labels: Type-Defect Priority-Medium New issue 218 by anto...@antonioshome.net: Mac OS/X install fails http://code.google.com/p/memcached/issues/detail?id=218 What steps will reproduce the problem? 1. Download version 1.4.6 or above. 2. Follow instructions at https://winc