Hello,
When compiling the thrift template on OSX, I end up with the following error :
......../thrift/concurrency/BoostThreadFactory.cpp:102:11: error: no viable
conversion from 'boost::thread::id' to 'Thread::id_t' (aka 'unsigned long long')
return thread_.get() ? thread_->get_id() : boost::thread::id();
I test the compilation process with 0.8 / 0.9 / and dev brach without success.
I pretty sure it is an error on my side, but I have no idea which one. The
boost library I used is from the mac port repository.
Thanks for your help,
Regards,
Christophe.