Hi,
I recently rebuilt my computer and was trying to get a dev environment
up and running again under Lion. I've been trying to get the dependencies
via fink (for instance autoconf/automake/boost/pkg-config), but am running
into compilation problems with HEAD.
Here's the current error
In file included from src/concurrency/ThreadManager.h:26,
from src/concurrency/ThreadManager.cpp:24:
src/concurrency/Thread.h: In static member function 'static uint64_t
apache::thrift::concurrency::Thread::get_current()':
src/concurrency/Thread.h:91: error: invalid conversion from
'_opaque_pthread_t*' to 'uint64_t'
I tried hacking this with a cast, but that caused some other issue.
Does anyone have thrift building from HEAD under Lion, and if so can you
share how you got your dependencies?
Thanks,
-Anthony
--
------------------------------------------------------------------------
Anthony Molinaro <[email protected]>