Post
Topic
Board Announcements (Altcoins)
Re: HoboNickels - HBN - High Fast Stake - Version 1.5. Come on in the water's fine!
by
2xjO9M3P
on 15/09/2017, 03:19:07 UTC
[...]
I get boost::thread_resource_error: Resource temporarily unavailable
In first place it didn't build and i had to change:
Code:
const CScriptID& hash = boost::get(address);
To:
Code:
const CScriptID& hash = boost::get(address);

Thank you, this can be different for different compilers. What system were you compiling for?
[...]

This is needed for libboost 1.5.8 (Ubuntu 16.04)