<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
</head>
<body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; color: rgb(0, 0, 0); font-size: 14px; font-family: Calibri, sans-serif;">
<div>Hello NFD developers,</div>
<div><br>
</div>
<div>On a fresh OS X 10.11 virtual machine, I installed MacPorts and did:</div>
<div><br>
</div>
<div>    sudo port install pkgconfig boost sqlite3 libcryptopp libpcap</div>
<div>    export PKG_CONFIG_PATH=$PKG_CONFIG_PATH:/usr/local/lib/pkgconfig</div>
<div><br>
</div>
<div>I was able to compile and install ndn-cxx. But when I compile NFD I get many errors starting with those below. Is there an extra configuration step relating to the logger?</div>
<div><br>
</div>
<div>Thanks,</div>
<div>- Jeff T</div>
<div><br>
</div>
<div>
<p style="margin: 0px; font-size: 12px; line-height: normal; font-family: Menlo;">
<b>../daemon/table/cs.cpp:84:3: </b><span style="font-variant-ligatures: no-common-ligatures; color: #c33720"><b>error:
</b></span><b>invalid operands to binary expression ('basic_record_ostream<char_type>' and '::nfd::LoggerTimestamp')</b></p>
<p style="margin: 0px; font-size: 12px; line-height: normal; font-family: Menlo;">
  NFD_LOG_DEBUG("insert " << data.getName());</p>
<p style="margin: 0px; font-size: 12px; line-height: normal; font-family: Menlo; color: rgb(52, 189, 38);">
<b>  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~</b></p>
<p style="margin: 0px; font-size: 12px; line-height: normal; font-family: Menlo;">
<b>/Users/jefft0/work/NFD/core/logger.hpp:154:35: note: </b>expanded from macro 'NFD_LOG_DEBUG'</p>
<p style="margin: 0px; font-size: 12px; line-height: normal; font-family: Menlo;">
#define NFD_LOG_DEBUG(expression) NFD_LOG(DEBUG, DEBUG,   expression)</p>
<p style="margin: 0px; font-size: 12px; line-height: normal; font-family: Menlo; color: rgb(52, 189, 38);">
<b>                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~</b></p>
<p style="margin: 0px; font-size: 12px; line-height: normal; font-family: Menlo;">
<b>/Users/jefft0/work/NFD/core/logger.hpp:149:39: note: </b>expanded from macro 'NFD_LOG'</p>
<p style="margin: 0px; font-size: 12px; line-height: normal; font-family: Menlo;">
      BOOST_LOG(g_logger.boostLogger) << NFD_LOG_LINE(msg, expression); \</p>
<p style="margin: 0px; font-size: 12px; line-height: normal; font-family: Menlo; color: rgb(52, 189, 38);">
<b>      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~</b></p>
<p style="margin: 0px; font-size: 12px; line-height: normal; font-family: Menlo;">
<b>/opt/local/include/boost/log/utility/formatting_ostream.hpp:377:31: note: </b>
candidate function not viable: no known conversion from '::nfd::LoggerTimestamp' to 'ios_base_manip' (aka 'std::ios_base &(*)(std::ios_base &)') for 1st argument</p>
<p style="margin: 0px; font-size: 12px; line-height: normal; font-family: Menlo;">
    basic_formatting_ostream& operator<< (ios_base_manip manip)</p>
<p style="margin: 0px; font-size: 12px; line-height: normal; font-family: Menlo; color: rgb(52, 189, 38);">
<b>                              ^</b></p>
<p style="margin: 0px; font-size: 12px; line-height: normal; font-family: Menlo;">
<b>/opt/local/include/boost/log/utility/formatting_ostream.hpp:382:31: note: </b>
candidate function not viable: no known conversion from '::nfd::LoggerTimestamp' to 'basic_ios_manip' (aka 'std::basic_ios<char_type, traits_type> &(*)(std::basic_ios<char_type, traits_type> &)') for 1st argument</p>
<p style="margin: 0px; font-size: 12px; line-height: normal; font-family: Menlo;">
    basic_formatting_ostream& operator<< (basic_ios_manip manip)</p>
</div>
<div><br>
</div>
</body>
</html>