Cryptocurrency compile error

0

I'm compiling a SmallChange clone on Mac OS using the .osx makefile, and I get this error. What should I do?

'boost/assign/list_of.hpp' file not found

meecoder

Posted 2014-09-12T21:24:38.740

Reputation: 1

Answers

1

Install boost.

See the instructions if you have additional problems.

Nick ODell

Posted 2014-09-12T21:24:38.740

Reputation: 26 536

Can I get db48 set up with homebrew instead of macports? I get the error: fatal error: 'db_cxx.h' file not foundmeecoder 2014-09-13T11:15:58.623

I think I fixed the above error. Getting now: unsigned char SHA256(const unsigned char d, size_t n,unsigned char *md) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;meecoder 2014-09-13T12:02:15.923

@meecoder That's outside of the scope of this question. However, I made a new question. http://bitcoin.stackexchange.com/questions/30502/deprecation-error-on-mac

Nick ODell 2014-09-13T16:13:40.647