Post
Topic
Board Announcements (Altcoins)
Re: BiblePay - New Coin Launch - Official Thread
by
bible_pay
on 26/07/2017, 22:47:35 UTC
gotcha, I couldn't get it to compile on ubuntu. I built & installed bdb in /usr and that worked, but then i got an error during make:

qt/masternodelist.cpp:193:172: error: ‘class QDateTime’ has no member named ‘offsetFromUtc’

I haven't built the GUI from source, but the command line tools compiled fine for me. Did you follow their guide at https://github.com/biblepay/biblepay/blob/master/doc/build-unix.md ? Make sure you have the required optional dependencies for the GUI if you're missing them, then run configure and make again.


Hi Happy,

The Biblepay code has all the same dependencies as Bitcoin, so the best suggestion I have is to pull the source for bitcoin and follow the bitcoin build instructions (as they have a lot of help getting past any specific build errors on google) trying a build on linux with bitcoin-and then once it builds, come back to build biblepay and it should build without a problem.  Most likely one of the reqd dependencies are missing on the ubuntu box.