I get boost::thread_resource_error: Resource temporarily unavailable
In first place it didn't build and i had to change:
const CScriptID& hash = boost::get(address);
To:
const CScriptID& hash = boost::get(address);
In rpcrawtransaction.cpp
I've recompiled the code for our pool - but no nodes...