1stly I have to change permissions on folders like /usr/local to get make && make install work without permission denied errors (even when run with sudo)
but now i'm stuck on 'sudo make -f makefile.unix'
i get the following error:
In file included from /usr/local/include/boost/numeric/ublas/vector.hpp:21:0,
from /usr/local/include/boost/numeric/ublas/matrix.hpp:18,
from wallet.cpp:27:
/usr/local/include/boost/numeric/ublas/storage.hpp: In member function ‘void boost::numeric::ublas::unbounded_array::serialize(Archive&, unsigned int)’:
/usr/local/include/boost/numeric/ublas/storage.hpp:299:18: error: ‘make_array’ is not a member of ‘boost::serialization’
ar & serialization::make_array(data_, s);
^
/usr/local/include/boost/numeric/ublas/storage.hpp: In member function ‘void boost::numeric::ublas::bounded_array::serialize(Archive&, unsigned int)’:
/usr/local/include/boost/numeric/ublas/storage.hpp:494:18: error: ‘make_array’ is not a member of ‘boost::serialization’
ar & serialization::make_array(data_, s);
^
In file included from wallet.cpp:27:0:
/usr/local/include/boost/numeric/ublas/matrix.hpp: In member function ‘void boost::numeric::ublas::c_matrix::serialize(Archive&, unsigned int)’:
/usr/local/include/boost/numeric/ublas/matrix.hpp:5977:18: error: ‘make_array’ is not a member of ‘boost::serialization’
ar & serialization::make_array(data_, N);
^
wallet.cpp: In member function ‘uint64_t CWallet::GetStakeWeight() const’:
wallet.cpp:3354:13: warning: unused variable ‘nCurrentTime’ [-Wunused-variable]
int64_t nCurrentTime = GetTime();
^
makefile.unix:212: recipe for target 'obj/wallet.o' failed
make: *** [obj/wallet.o] Error 1
what version of boost does this depend on?
any other insight as to why it fails?
There should be no need to adjust any permissions on /usr/local folders.
If you execute all steps as per instructions here https://github.com/SimplicityDev2018/Simplicity you should get simplicicty daemon up and running.
Only thing will be to open port on firewall, if you have it enabled.
Other than that, question is if that coin will be developed further.. for now it seems it is kind of dead project, so question if it is worth to spend time on it or build masternode for more promising coin.