compilation failure in MHashPP.cc
Brought to you by:
shetzl
Compile chokes on MHashPP.cc. My libmhash version is 0.9.9.9, downloaded on Nov. 1, 2009. Below is what should be the relevant portion of the output, the path to where I am building steghide has been redacted for length and clarity.
MHashPP.cc: In static member function 'static std::string MHashPP::getAlgorithmName(hashid)':
MHashPP.cc:123: error: invalid conversion from 'uint8_t*' to 'char*'
make[2]: *** [MHashPP.o] Error 1
make[2]: Leaving directory `/<PATH>/steghide-0.5.1/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/<PATH>/steghide-0.5.1'
make: *** [all] Error 2