<html xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="Title" content="">
<meta name="Keywords" content="">
<meta name="Generator" content="Microsoft Word 15 (filtered medium)">
<style><!--
/* Font Definitions */
@font-face
{font-family:"Courier New";
panose-1:2 7 3 9 2 2 5 2 4 4;}
@font-face
{font-family:Mangal;
panose-1:2 4 5 3 5 2 3 3 2 2;}
@font-face
{font-family:"Cambria Math";
panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
{font-family:Calibri;
panose-1:2 15 5 2 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
{margin:0in;
margin-bottom:.0001pt;
font-size:11.0pt;
font-family:"Calibri",sans-serif;}
a:link, span.MsoHyperlink
{mso-style-priority:99;
color:blue;
text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
{mso-style-priority:99;
color:purple;
text-decoration:underline;}
pre
{mso-style-priority:99;
mso-style-link:"HTML Preformatted Char";
margin:0in;
margin-bottom:.0001pt;
font-size:10.0pt;
font-family:"Courier New",serif;}
span.HTMLPreformattedChar
{mso-style-name:"HTML Preformatted Char";
mso-style-priority:99;
mso-style-link:"HTML Preformatted";
font-family:"Courier",serif;}
span.EmailStyle19
{mso-style-type:personal-reply;
font-family:"Calibri",sans-serif;
color:windowtext;}
span.msoIns
{mso-style-type:export-only;
mso-style-name:"";
text-decoration:underline;
color:teal;}
.MsoChpDefault
{mso-style-type:export-only;
font-size:10.0pt;}
@page WordSection1
{size:8.5in 11.0in;
margin:1.0in 1.0in 1.0in 1.0in;}
div.WordSection1
{page:WordSection1;}
--></style>
</head>
<body bgcolor="white" lang="EN-US" link="blue" vlink="purple">
<div class="WordSection1">
<p class="MsoNormal">Hi D.Kavi Priya, <o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">This is a linking problem. Either you have multiple version of ndn-cxx installed in your system or the latest version is not installed yet. Please check ndn-cxx installation directory (default: /usr/local/lib/libndn*)<b>
</b>and see if it’s the latest one. if not, remove all the old versions, pull the latest one, compile and install it. Also do the same for NFD (pull, compile and install latest one).
<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">Saurab, <o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<div style="border:none;border-top:solid #B5C4DF 1.0pt;padding:3.0pt 0in 0in 0in">
<p class="MsoNormal"><b><span style="font-size:12.0pt;color:black">From: </span></b><span style="font-size:12.0pt;color:black">KaviPriya D <kavipriyad@ssn.edu.in><br>
<b>Date: </b>Sunday, July 28, 2019 at 12:44 AM<br>
<b>To: </b>"Saurab Dulal (sdulal)" <sdulal@memphis.edu>, "mini-ndn@lists.cs.ucla.edu" <mini-ndn@lists.cs.ucla.edu><br>
<b>Subject: </b>Re: [Mini-NDN] reg:NFD<o:p></o:p></span></p>
</div>
<div>
<p class="MsoNormal"><o:p> </o:p></p>
</div>
<div>
<div>
<p class="MsoNormal">Hi saurab,<o:p></o:p></p>
</div>
<div>
<p class="MsoNormal">I tried what did u said.But i get same error.<o:p></o:p></p>
</div>
<div>
<p class="MsoNormal"><o:p> </o:p></p>
</div>
<div>
<p class="MsoNormal">[154/156] Linking build/bin/ndn-autoconfig<br>
[155/156] Linking build/bin/ndn-autoconfig-server<o:p></o:p></p>
</div>
<div>
<p class="MsoNormal">[156/156] Linking build/bin/nfdc<br>
../tools/ndn-autoconfig/main.cpp:93: error: undefined reference to 'ndn::scheduler::Scheduler::schedule(boost::chrono::duration<long, boost::ratio<1l, 1000000000l> >, std::function<void ()>)'<br>
../tools/ndn-autoconfig/main.cpp:90: error: undefined reference to 'ndn::scheduler::Scheduler::Scheduler(boost::asio::io_service&)'<br>
../tools/ndn-autoconfig/main.cpp:90: error: undefined reference to 'ndn::scheduler::Scheduler::~Scheduler()'<br>
../tools/ndn-autoconfig/main.cpp:90: error: undefined reference to 'ndn::scheduler::Scheduler::~Scheduler()'<br>
collect2: error: ld returned 1 exit status<br>
<br>
/usr/include/c++/7/bits/unique_ptr.h:825: error: undefined reference to 'ndn::scheduler::Scheduler::Scheduler(boost::asio::io_service&)'<br>
/usr/include/c++/7/bits/unique_ptr.h:78: error: undefined reference to 'ndn::scheduler::Scheduler::~Scheduler()'<br>
/usr/include/c++/7/bits/unique_ptr.h:78: error: undefined reference to 'ndn::scheduler::Scheduler::~Scheduler()'<br>
../daemon/face/lp-reassembler.cpp:117: error: undefined reference to 'ndn::scheduler::Scheduler::schedule(boost::chrono::duration<long, boost::ratio<1l, 1000000000l> >, std::function<void ()>)'<br>
/usr/local/include/ndn-cxx/detail/cancel-handle.hpp:126: error: undefined reference to 'ndn::scheduler::EventId::operator bool() const'<br>
../daemon/face/lp-reliability.cpp:202: error: undefined reference to 'ndn::scheduler::Scheduler::schedule(boost::chrono::duration<long, boost::ratio<1l, 1000000000l> >, std::function<void ()>)'<br>
../daemon/face/lp-reliability.cpp:83: error: undefined reference to 'ndn::scheduler::Scheduler::schedule(boost::chrono::duration<long, boost::ratio<1l, 1000000000l> >, std::function<void ()>)'<br>
../daemon/face/lp-reliability.cpp:298: error: undefined reference to 'ndn::scheduler::Scheduler::schedule(boost::chrono::duration<long, boost::ratio<1l, 1000000000l> >, std::function<void ()>)'<br>
../daemon/face/lp-reliability.cpp:117: error: undefined reference to 'ndn::util::RttEstimator::addMeasurement(boost::chrono::duration<long, boost::ratio<1l, 1000000000l> >, unsigned long, nonstd::optional_lite::optional<unsigned long>)'<br>
../daemon/mgmt/fib-manager.cpp:128: error: undefined reference to 'ndn::nfd::NextHopRecord::setEndpointId(unsigned long)'<br>
../daemon/mgmt/fib-manager.cpp:128: error: undefined reference to 'ndn::nfd::NextHopRecord::setEndpointId(unsigned long)'<br>
../daemon/mgmt/manager-base.cpp:70: error: undefined reference to 'ndn::KeyLocator::getType() const'<br>
/usr/local/include/ndn-cxx/interest.hpp:371: error: undefined reference to 'ndn::Interest::s_autoCheckParametersDigest'<br>
/usr/include/boost/log/utility/formatting_ostream.hpp:870: error: undefined reference to 'ndn::scheduler::operator<<(std::ostream&, ndn::scheduler::EventId const&)'<br>
../daemon/rib/rib.cpp:122: error: undefined reference to 'ndn::scheduler::EventId::operator bool() const'<br>
collect2: error: ld returned 1 exit status<br>
<br>
Waf: Leaving directory `/home/kavipriya/minindnsimulation/NFD/build'<br>
Build failed<br>
-> task in 'ndn-autoconfig' failed with exit status 1 (run with -v to display more information)<br>
-> task in 'nfd' failed with exit status 1 (run with -v to display more information)<o:p></o:p></p>
</div>
<div>
<p class="MsoNormal"><o:p> </o:p></p>
</div>
<div>
<div>
<div>
<div>
<div>
<div>
<div>
<div>
<p class="MsoNormal"><b><i>Thanks and Regards,</i></b><o:p></o:p></p>
</div>
<div>
<p class="MsoNormal">D.Kavi Priya,<o:p></o:p></p>
</div>
<div>
<p class="MsoNormal">Research Scholar,<o:p></o:p></p>
<div>
<p class="MsoNormal">Dept of Computer Science and Engineering,<o:p></o:p></p>
</div>
<div>
<p class="MsoNormal">SSN College of Engineering.Anna University,<o:p></o:p></p>
</div>
<div>
<p class="MsoNormal">Chennai, India.<o:p></o:p></p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<p class="MsoNormal"><o:p> </o:p></p>
</div>
</div>
<p class="MsoNormal"><o:p> </o:p></p>
<div>
<div>
<p class="MsoNormal">On Sun, Jul 28, 2019 at 10:28 AM Saurab Dulal (sdulal) <<a href="mailto:sdulal@memphis.edu">sdulal@memphis.edu</a>> wrote:<o:p></o:p></p>
</div>
<blockquote style="border:none;border-left:solid #CCCCCC 1.0pt;padding:0in 0in 0in 6.0pt;margin-left:4.8pt;margin-right:0in">
<div>
<div>
<p class="MsoNormal" style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto">Hi D.Kavi Priya,
<o:p></o:p></p>
<p class="MsoNormal" style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto"> <o:p></o:p></p>
<p class="MsoNormal" style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto">Don’t use
<b>sudo</b> just to compile NFD or any other ndn lib/package unless specifically required. Delete the NFD build folder, and recompile it. But before, recompile/install ndn-cxx.
<o:p></o:p></p>
<p class="MsoNormal" style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto"> <o:p></o:p></p>
<p class="MsoNormal" style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto">Also, in case of error or build failure, please post full error message. The one which you have posted doesn’t gives much information.
<o:p></o:p></p>
<p class="MsoNormal" style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto"> <o:p></o:p></p>
<p class="MsoNormal" style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto">Saurab,<o:p></o:p></p>
<p class="MsoNormal" style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto"> <o:p></o:p></p>
<div style="border:none;border-top:solid windowtext 1.0pt;padding:3.0pt 0in 0in 0in;border-color:currentcolor currentcolor">
<p class="MsoNormal" style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto"><b><span style="font-size:12.0pt;color:black">From:
</span></b><span style="font-size:12.0pt;color:black">Mini-NDN <<a href="mailto:mini-ndn-bounces@lists.cs.ucla.edu" target="_blank">mini-ndn-bounces@lists.cs.ucla.edu</a>> on behalf of KaviPriya D <<a href="mailto:kavipriyad@ssn.edu.in" target="_blank">kavipriyad@ssn.edu.in</a>><br>
<b>Date: </b>Saturday, July 27, 2019 at 4:04 AM<br>
<b>To: </b>"<a href="mailto:mini-ndn@lists.cs.ucla.edu" target="_blank">mini-ndn@lists.cs.ucla.edu</a>" <<a href="mailto:mini-ndn@lists.cs.ucla.edu" target="_blank">mini-ndn@lists.cs.ucla.edu</a>>, "Lan Wang (lanwang)" <<a href="mailto:lanwang@memphis.edu" target="_blank">lanwang@memphis.edu</a>><br>
<b>Subject: </b>[Mini-NDN] reg:NFD</span><o:p></o:p></p>
</div>
<div>
<p class="MsoNormal" style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto"> <o:p></o:p></p>
</div>
<div>
<div>
<p class="MsoNormal" style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto">Hi pals,<o:p></o:p></p>
</div>
<div>
<p class="MsoNormal" style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto">While i give sudo ./waf in NFD. I m getting following error. How to clear the error. Can anyone help me?<o:p></o:p></p>
</div>
<div>
<p class="MsoNormal" style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto"> <o:p></o:p></p>
</div>
<div>
<p class="MsoNormal" style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto">Build failed<br>
-> task in 'ndn-autoconfig' failed with exit status 1 (run with -v to display more information)<br>
-> task in 'nfd' failed with exit status 1 (run with -v to display more information)<o:p></o:p></p>
</div>
<div>
<p class="MsoNormal" style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto"> <o:p></o:p></p>
</div>
<div>
<div>
<div>
<div>
<div>
<div>
<div>
<div>
<p class="MsoNormal" style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto"><b><i>Thanks and Regards,</i></b><o:p></o:p></p>
</div>
<div>
<p class="MsoNormal" style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto">D.Kavi Priya,<o:p></o:p></p>
</div>
<div>
<p class="MsoNormal" style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto">Research Scholar,<o:p></o:p></p>
<div>
<p class="MsoNormal" style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto">Dept of Computer Science and Engineering,<o:p></o:p></p>
</div>
<div>
<p class="MsoNormal" style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto">SSN College of Engineering.Anna University,<o:p></o:p></p>
</div>
<div>
<p class="MsoNormal" style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto">Chennai, India.<o:p></o:p></p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<p class="MsoNormal" style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto"><br>
<span style="font-size:7.5pt">::DISCLAIMER:: </span><o:p></o:p></p>
<pre><span style="font-size:7.5pt">---------------------------------------------------------------------</span><o:p></o:p></pre>
<pre><span style="font-size:7.5pt">The contents of this e-mail and any attachment(s) are confidential and</span><o:p></o:p></pre>
<pre><span style="font-size:7.5pt">intended for the named recipient(s) only. Views or opinions, if any,</span><o:p></o:p></pre>
<pre><span style="font-size:7.5pt">presented in this email are solely those of the author and may not</span><o:p></o:p></pre>
<pre><span style="font-size:7.5pt">necessarily reflect the views or opinions of SSN Institutions (SSN) or its</span><o:p></o:p></pre>
<pre><span style="font-size:7.5pt">affiliates. Any form of reproduction, dissemination, copying, disclosure,</span><o:p></o:p></pre>
<pre><span style="font-size:7.5pt">modification, distribution and / or publication of this message without the</span><o:p></o:p></pre>
<pre><span style="font-size:7.5pt">prior written consent of authorized representative of SSN is strictly</span><o:p></o:p></pre>
<pre><span style="font-size:7.5pt">prohibited. If you have received this email in error please delete it and</span><o:p></o:p></pre>
<pre><span style="font-size:7.5pt">notify the sender immediately.</span><o:p></o:p></pre>
<pre><span style="font-size:7.5pt">---------------------------------------------------------------------<br>Header of this mail should have a valid DKIM signature for the domain <a href="http://www.ssn.edu.in/" target="_blank">ssn.edu.in</a></span><o:p></o:p></pre>
</div>
</div>
</blockquote>
</div>
<p class="MsoNormal"><br>
<span style="font-size:7.5pt">::DISCLAIMER:: </span><o:p></o:p></p>
<pre><span style="font-size:7.5pt">---------------------------------------------------------------------<o:p></o:p></span></pre>
<pre><span style="font-size:7.5pt">The contents of this e-mail and any attachment(s) are confidential and<o:p></o:p></span></pre>
<pre><span style="font-size:7.5pt">intended for the named recipient(s) only. Views or opinions, if any,<o:p></o:p></span></pre>
<pre><span style="font-size:7.5pt">presented in this email are solely those of the author and may not<o:p></o:p></span></pre>
<pre><span style="font-size:7.5pt">necessarily reflect the views or opinions of SSN Institutions (SSN) or its<o:p></o:p></span></pre>
<pre><span style="font-size:7.5pt">affiliates. Any form of reproduction, dissemination, copying, disclosure,<o:p></o:p></span></pre>
<pre><span style="font-size:7.5pt">modification, distribution and / or publication of this message without the<o:p></o:p></span></pre>
<pre><span style="font-size:7.5pt">prior written consent of authorized representative of SSN is strictly<o:p></o:p></span></pre>
<pre><span style="font-size:7.5pt">prohibited. If you have received this email in error please delete it and<o:p></o:p></span></pre>
<pre><span style="font-size:7.5pt">notify the sender immediately.<o:p></o:p></span></pre>
<pre><span style="font-size:7.5pt">---------------------------------------------------------------------<br>Header of this mail should have a valid DKIM signature for the domain <a href="http://www.ssn.edu.in/" target="_blank">ssn.edu.in</a></span><o:p></o:p></pre>
</div>
</body>
</html>