Post
Topic
Board Announcements (Altcoins)
Re: |ANN| DAS - Decentralized and Security. Private Send. Masternodes.
by
blueboxster
on 03/08/2017, 11:08:02 UTC
configure: WARNING: Qt dependencies not found; das-qt frontend will not be built
checking whether to build Das Core GUI... no (Qt5)
configure: error: No working boost sleep implementation found.

anyone has the same error ?


the QT wallet is not needed on VPS, not sure about the "boost" error
try to add more dependencies:

Code:
apt-get install -y build-essential software-properties-common autoconf libssl-dev libboost-dev libboost-chrono-dev libboost-filesystem-dev libboost-program-options-dev libboost-system-dev libboost-test-dev libboost-thread-dev sudo automake git

i also put them in the tutorial now


@polylogic


I have added the dependencies.....same error:
/usr/local/bin/dasd: line 7: syntax error near unexpected token `newline'
/usr/local/bin/dasd: line 7: `'

I am using ubuntu 16.04, following your part 03.1


TIA