Post
Topic
Board Announcements (Altcoins)
Re: [ANN] Introducing Francs FRN. Leading the Revolution.
by
bumbacoin
on 20/01/2016, 23:30:30 UTC
Has anyone compiled the source in Ubuntu 15.04? I'm getting this error:

src/qt/bitcoin.cpp:5:24: fatal error: QApplication: No such file or directory
 #include
                        ^
compilation terminated.
Makefile:1138: recipe for target 'build/bitcoin.o' failed
make: *** [build/bitcoin.o] Error 1

Thanks in advance for any help.

try changing line #6 in the .pro by adding "widgets"
i think it's a QT5 thing.

QT += network widgets

else you could try QT4

--
however leveldb folder is missing a makefile so you'll need to find one somewhere Cheesy