/mnt/mxe/usr/i686-w64-mingw32.static/include/pthread.h:196:19: error: conflicting declaration 'typedef uintptr_t pthread_t'
Can you also share a copy of your litebar-qt.pro file? Thanks.
Oh ya, I remember that - I made a note in my mnt directory.
Litebar-error.txt
ERROR typedef void* pthread_t
/mnt/mxe/usr/i686-w64-mingw32.static/include/pthread.h
// typedef uintptr_t pthread_t;
// remark it out for litebar
litebar already uses the variable pthread_t so you have to remark out the typedef in the header file - line 196 on my system.
remember to un-remark it for other coins - you will know if you have to un-remark it out when you start getting errors like pthread_t is not declared