Post
Topic
Board Announcements (Altcoins)
Re: [ANN] LiteBar (LTB) - Reborn
by
Skyripper
on 30/08/2016, 08:54:57 UTC
Anyway - below is a copy of my compile-litebar.sh

It helped. But during the compilation I got an error:

Code:
In file included from /mnt/mxe/usr/i686-w64-mingw32.static/include/db.h:30:0,
                 from /mnt/mxe/usr/i686-w64-mingw32.static/include/db_cxx.h:64,
                 from src/db.h:15,
                 from src/main.h:14,
                 from src/wallet.h:9,
                 from src/init.h:9,
                 from src/qt/bitcoin.cpp:11:
/mnt/mxe/usr/i686-w64-mingw32.static/include/pthread.h:196:19: error: conflicting declaration 'typedef uintptr_t pthread_t'
 typedef uintptr_t pthread_t;
                   ^
In file included from src/bignum.h:13:0,
                 from src/main.h:10,
                 from src/wallet.h:9,
                 from src/init.h:9,
                 from src/qt/bitcoin.cpp:11:
src/util.h:555:16: note: previous declaration as 'typedef void* pthread_t'
 typedef HANDLE pthread_t;
                ^
make: *** [build/bitcoin.o] Error 1

Can you also share a copy of your litebar-qt.pro file? Thanks.