I've followed these steps to install Domoticz. I'm using a Pine64. It always worked with a clean install and a step by step procedure. But now, I got this problem when I "make" :
/usr/dev-domoticz/main/../webserver/proxydef.def:91:1: required from here
/usr/include/cereal/cereal.hpp:448:9: error: static assertion failed: cereal could not find any output serialization functions for the provided type and archive combination.
Types must either have a serialize function, load/save pair, or load_minimal/save_minimal pair (you may not mix these).
Serialize functions generally have the following signature:
template<class Archive>
void serialize(Archive & ar)
{
ar( member1, member2, member3 );
}
CMakeFiles/domoticz.dir/build.make:158: recipe for target 'CMakeFiles/domoticz.dir/main/domoticz.cpp.o' failed
make[2]: *** [CMakeFiles/domoticz.dir/main/domoticz.cpp.o] Error 1
CMakeFiles/Makefile2:345: recipe for target 'CMakeFiles/domoticz.dir/all' failed
make[1]: *** [CMakeFiles/domoticz.dir/all] Error 2
Makefile:171: recipe for target 'all' failed
make: *** [all] Error 2
Any suggestion would be appreciated

N.B.: I'm kind of a newbie at this
