Hey everyone,
I follow SDC since a while. Now I want to help and contribute. I have decent experience with C++.
It seems the unit tests not compile, I get
./src/test/script_P2SH_tests.cpp:126: undefined reference to `CScript::SetDestination(boost::variant<CNoDestination, CKeyID, CScriptID, CStealthAddress, CExtKeyPair> const&)'
and a bunch of other undefined reference too. From what I see the relevant objects with the missing functions are compiled properly, and also included in the linking command.
Not sure what is wrong there? I am on Ubuntu 16.04 and all relevant libraries are installed (except libupnp but I disabled that in the makefile).