<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=Windows-1252">
</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>… and if I check out <span style="font-family: Menlo; font-size: 12px;">ndn-cxx-0.6.2</span> and <span style="font-family: Menlo; font-size: 12px;">NFD-0.6.2</span>, those build OK.</div>
<div><br>
</div>
<span id="OLK_SRC_BODY_SECTION">
<div style="font-family:Calibri; font-size:11pt; text-align:left; color:black; BORDER-BOTTOM: medium none; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; PADDING-LEFT: 0in; PADDING-RIGHT: 0in; BORDER-TOP: #b5c4df 1pt solid; BORDER-RIGHT: medium none; PADDING-TOP: 3pt">
<span style="font-weight:bold">From: </span>Jeff Thompson <<a href="mailto:jefft0@remap.ucla.edu">jefft0@remap.ucla.edu</a>><br>
<span style="font-weight:bold">Date: </span>Friday, September 7, 2018 at 6:05:00<br>
<span style="font-weight:bold">To: </span>nfd-dev <<a href="mailto:nfd-dev@lists.cs.ucla.edu">nfd-dev@lists.cs.ucla.edu</a>><br>
<span style="font-weight:bold">Subject: </span>Error building on macOS 10.11<br>
</div>
<div><br>
</div>
<div>
<div 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>Hi NFD devs,</div>
<div><br>
</div>
<div>I can build the latest ndn-cxx and NFD on macOS 10.12 and 10.13. But when I build on macOS 10.11 I get the following linker error when building NFD. Any ideas? (In all cases, I’m using the latest homebrew Boost 1.67.)</div>
<div><br>
</div>
<div>Thanks,</div>
<div>- Jeff T</div>
<div><br>
</div>
<div>
<div>[156/159] Linking build/bin/nfd</div>
<div>Undefined symbols for architecture x86_64:</div>
<div>  "ndn::util::scheduler::EventId::EventId(ndn::util::scheduler::EventId const&)", referenced from:</div>
<div>      nfd::face::TcpChannel::connect(boost::asio::ip::basic_endpoint<boost::asio::ip::tcp> const&, nfd::face::FaceParams const&, std::__1::function<void (std::__1::shared_ptr<nfd::face::Face> const&)> const&, std::__1::function<void (unsigned int, std::__1::basic_string<char,
 std::__1::char_traits<char>, std::__1::allocator<char> > const&)> const&, boost::chrono::duration<long long, boost::ratio<1l, 1000000000l> >) in tcp-channel.cpp.3.o</div>
<div>  "nfd::face::FaceParams::FaceParams(nfd::face::FaceParams const&)", referenced from:</div>
<div>      nfd::face::TcpChannel::connect(boost::asio::ip::basic_endpoint<boost::asio::ip::tcp> const&, nfd::face::FaceParams const&, std::__1::function<void (std::__1::shared_ptr<nfd::face::Face> const&)> const&, std::__1::function<void (unsigned int, std::__1::basic_string<char,
 std::__1::char_traits<char>, std::__1::allocator<char> > const&)> const&, boost::chrono::duration<long long, boost::ratio<1l, 1000000000l> >) in tcp-channel.cpp.3.o</div>
<div>      boost::asio::detail::binder1<nfd::face::TcpChannel::connect(boost::asio::ip::basic_endpoint<boost::asio::ip::tcp> const&, nfd::face::FaceParams const&, std::__1::function<void (std::__1::shared_ptr<nfd::face::Face> const&)> const&, std::__1::function<void
 (unsigned int, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&)> const&, boost::chrono::duration<long long, boost::ratio<1l, 1000000000l> >)::$_3, boost::system::error_code>::binder1(boost::asio::detail::binder1<nfd::face::TcpChannel::connect(boost::asio::ip::basic_endpoint<boost::asio::ip::tcp>
 const&, nfd::face::FaceParams const&, std::__1::function<void (std::__1::shared_ptr<nfd::face::Face> const&)> const&, std::__1::function<void (unsigned int, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&)> const&,
 boost::chrono::duration<long long, boost::ratio<1l, 1000000000l> >)::$_3, boost::system::error_code>&&) in tcp-channel.cpp.3.o</div>
<div>      boost::asio::detail::reactive_socket_connect_op<nfd::face::TcpChannel::connect(boost::asio::ip::basic_endpoint<boost::asio::ip::tcp> const&, nfd::face::FaceParams const&, std::__1::function<void (std::__1::shared_ptr<nfd::face::Face> const&)> const&,
 std::__1::function<void (unsigned int, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&)> const&, boost::chrono::duration<long long, boost::ratio<1l, 1000000000l> >)::$_3>::do_complete(void*, boost::asio::detail::scheduler_operation*,
 boost::system::error_code const&, unsigned long) in tcp-channel.cpp.3.o</div>
<div>ld: symbol(s) not found for architecture x86_64</div>
<div>clang: error: linker command failed with exit code 1 (use -v to see invocation)</div>
</div>
<div><br>
</div>
</div>
</div>
</span>
</body>
</html>