I followed all the steps in the mac instructions, when I run the command "make" I get the following output (which repeats continuously):
Making all in src
  CXX      filters/multichaind_cold-watchdog.o
  CXX      json/multichaind_cold-json_spirit_writer.o
  CXX      community/libbitcoin_community_a-community.o
In file included from community/community.cpp:4:
In file included from ./community/community.h:9:
In file included from ./rpc/rpcutils.h:13:
In file included from ./rpc/rpcserver.h:11:
In file included from ./rpc/rpcprotocol.h:15:
In file included from /usr/local/include/boost/iostreams/stream.hpp:21:
In file included from /usr/local/include/boost/iostreams/stream_buffer.hpp:21:
In file included from /usr/local/include/boost/iostreams/detail/streambuf/direct_streambuf.hpp:24:
In file included from /usr/local/include/boost/iostreams/detail/functional.hpp:24:
In file included from /usr/local/include/boost/iostreams/close.hpp:18:
In file included from /usr/local/include/boost/iostreams/flush.hpp:17:
In file included from /usr/local/include/boost/iostreams/detail/dispatch.hpp:17:
In file included from /usr/local/include/boost/iostreams/traits.hpp:39:
In file included from /usr/local/include/boost/range/iterator_range.hpp:13:
In file included from /usr/local/include/boost/range/iterator_range_core.hpp:38:
In file included from /usr/local/include/boost/range/functions.hpp:20:
In file included from /usr/local/include/boost/range/size.hpp:21:
In file included from /usr/local/include/boost/range/size_type.hpp:20:
In file included from /usr/local/include/boost/range/concepts.hpp:19:
/usr/local/include/boost/concept_check.hpp:51:7: warning: unused typedef 'boost_concept_check51' [-Wunused-local-typedef]
      BOOST_CONCEPT_ASSERT((Model));
      ^
/usr/local/include/boost/concept/assert.hpp:43:5: note: expanded from macro 'BOOST_CONCEPT_ASSERT'
    BOOST_CONCEPT_ASSERT_FN(void(*)ModelInParens)
    ^
/usr/local/include/boost/concept/detail/general.hpp:79:7: note: expanded from macro 'BOOST_CONCEPT_ASSERT_FN'
      BOOST_PP_CAT(boost_concept_check,__LINE__)             \
      ^
/usr/local/include/boost/preprocessor/cat.hpp:22:32: note: expanded from macro 'BOOST_PP_CAT'
#    define BOOST_PP_CAT(a, b) BOOST_PP_CAT_I(a, b)
                               ^
/usr/local/include/boost/preprocessor/cat.hpp:29:34: note: expanded from macro 'BOOST_PP_CAT_I'
#    define BOOST_PP_CAT_I(a, b) a ## b
                                 ^
<scratch space>:8:1: note: expanded from here
boost_concept_check51
 
 
 
Have I set this up incorrectly or is there any fix?
Thanks!