just compiling ubuntu daemon.
got a few errors, the makefile "looks" fine but ..
makefile.unix:188: *** missing separator. Stop.
fixed then >>
makefile.unix:195: *** missing separator. Stop.
fixed then >>
makefile.unix:200: *** missing separator. Stop.
etc..
this kept going for all indented lines until the end of the makefile :p
seems to be an issue with indented lines using space rather than tab i think.
fixed by deleting said spaces, and using tab instead.
--
also had to chmod +X build_detect_platfrom
to build secp256k1 :
extra libraries needed
apt-get install automake libtool
then follow this guide
https://github.com/K1G3C/Droidz-V3/tree/master/src/secp256k1#note.
i had to "chmod +x autogen.sh"
and the optional "make install" is required in this setup.
--
ha just got confused for a second with github being v3, and using datadir droidz2
(as opposed to using droidz3)