Post
Topic
Board Development & Technical Discussion
Re: Building headless Bitcoin and Bitcoin-qt on Windows
by
Bram
on 06/01/2014, 02:20:22 UTC
I installed an compiled Bitcoin-qt after about a week and it works fine.

I tried to follow the direction to build the foocoin/barcoin QT but I keep getting this error:

src/util.h: At global scope:
src/util.h:555:16: error: conflicting declaration 'typedef void* pthread_t'
 typedef HANDLE pthread_t;


any idea how to fix this?