Post
Topic
Board Announcements (Altcoins)
Re: |ANN| DAS - Decentralized and Security. Private Send. Masternodes.
by
blueboxster
on 02/08/2017, 22:39:38 UTC
@polylogic Thanks for the great instructions.

I chose the lazy route (part 03.1) and encounter an error after ./dasd -daemon

das@vultr:~$ ./dasd -daemon
./dasd: line 7: syntax error near unexpected token `newline'
./dasd: line 7: `'


any idea ??


TIA



I decided to compile my own by following part 03.2.

here is the error after the command "./configure".

this is the ending part :

configure: WARNING: Qt dependencies not found; das-qt frontend will not be built
checking whether to build Das Core GUI... no (Qt5)
checking for boostlib >= 1.20.0... configure: We could not detect the boost libr                 aries (version 1.20 or higher). If you have a staged boost library (still not in                 stalled) please specify $BOOST_ROOT in your environment and do not give a PATH t                 o --with-boost option.  If you are sure you have boost installed, then check you                 r version number looking in . See http://randspringer.de/boos                 t for more documentation.
checking whether the Boost::System library is available... no
checking whether the Boost::Filesystem library is available... no
checking whether the Boost::Program_Options library is available... no
checking whether the Boost::Thread library is available... no
checking whether the Boost::Chrono library is available... no
checking whether the Boost::Unit_Test_Framework library is available... no
checking for dynamic linked boost test... no
configure: error: No working boost sleep implementation found.



anyone has the same error ?