<div dir="ltr">Peter,</div><div dir="ltr"><br></div><div dir="ltr"><br></div><div dir="ltr">What version (or git sha) of ndn-tools is that?</div><span>
</span><p dir="ltr">Any reason why you're using such an old version of ndn-cxx?<br>
</p><p dir="ltr"><br></p><p dir="ltr">Davide</p><span>
</span><br><div class="gmail_quote"><div dir="ltr">On Thu, Aug 17, 2017, 4:30 PM Gusev, Peter <<a href="mailto:peter@remap.ucla.edu">peter@remap.ucla.edu</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">



<div style="word-wrap:break-word">
well, fixed it by rolling back to 0.3.0 tag.
<div>is it how’s that supposed to be?<br>
<div></div></div></div><div style="word-wrap:break-word"><div><div><br>
<div>
<div style="letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;word-wrap:break-word">
<div style="letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;word-wrap:break-word">
<div style="letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;word-wrap:break-word">
<div style="letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;word-wrap:break-word">
<div style="letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;word-wrap:break-word">
<div style="color:rgb(0,0,0);font-family:Helvetica;font-style:normal;font-variant-ligatures:normal;font-variant-caps:normal;font-variant-east-asian:normal;font-weight:normal;letter-spacing:normal;line-height:normal;text-align:-webkit-auto;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;word-wrap:break-word">
Thanks, </div>
<div style="color:rgb(0,0,0);font-family:Helvetica;font-style:normal;font-variant-ligatures:normal;font-variant-caps:normal;font-variant-east-asian:normal;font-weight:normal;letter-spacing:normal;line-height:normal;text-align:-webkit-auto;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;word-wrap:break-word">
<br>
</div>
<div style="color:rgb(0,0,0);font-family:Helvetica;font-style:normal;font-variant-ligatures:normal;font-variant-caps:normal;font-variant-east-asian:normal;font-weight:normal;letter-spacing:normal;line-height:normal;text-align:-webkit-auto;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;word-wrap:break-word">
-- <br>
Peter Gusev</div>
<div style="color:rgb(0,0,0);font-family:Helvetica;font-variant-ligatures:normal;font-variant-caps:normal;font-variant-east-asian:normal;font-weight:normal;letter-spacing:normal;line-height:normal;text-align:-webkit-auto;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;word-wrap:break-word">
<br>
<i><a href="mailto:peter@remap.ucla.edu" target="_blank">peter@remap.ucla.edu</a><br>
+1 213 5872748<br>
peetonn_ (skype)</i></div>
<div style="color:rgb(0,0,0);font-family:Helvetica;font-style:normal;font-variant-ligatures:normal;font-variant-caps:normal;font-variant-east-asian:normal;font-weight:normal;letter-spacing:normal;line-height:normal;text-align:-webkit-auto;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;word-wrap:break-word">
<br>
</div>
<div style="font-variant-ligatures:normal;font-variant-caps:normal;font-variant-east-asian:normal;letter-spacing:normal;line-height:normal;text-align:-webkit-auto;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;word-wrap:break-word">
<i><font color="#929292">Software Engineer/Programmer Analyst @ REMAP UCLA<br>
Video streaming/ICN networks/Creative Development</font></i></div>
</div>
</div>
</div>
</div>
</div>
</div>
<br>
</div></div></div><div style="word-wrap:break-word"><div><div><div>
<blockquote type="cite">
<div>On Aug 17, 2017, at 1:25 PM, Gusev, Peter <<a href="mailto:peter@remap.ucla.edu" target="_blank">peter@remap.ucla.edu</a>> wrote:</div>
<br class="m_4889911968224608404Apple-interchange-newline">
<div>
<div style="word-wrap:break-word">
hi devs,
<div><br>
</div>
<div>getting problem with compiling ndn-tools for macOS 10.12:</div>
<div><br>
</div>
<div>
<div style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo;background-color:rgb(255,255,255)">
<span style="font-variant-ligatures:no-common-ligatures"><b>../tools/chunks/catchunks/aimd-rtt-estimator.cpp:55:53:
</b></span><span style="font-variant-ligatures:no-common-ligatures;color:#c33720"><b>error:
</b></span><span style="font-variant-ligatures:no-common-ligatures"><b>no member named 'abs' in namespace 'ndn::time'</b></span></div>
<div style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo;background-color:rgb(255,255,255)">
<span style="font-variant-ligatures:no-common-ligatures">    m_rttVar = (1 - beta) * m_rttVar + beta * time::abs(m_sRtt - rtt);</span></div>
<div style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo;color:rgb(52,188,38);background-color:rgb(255,255,255)">
<span style="font-variant-ligatures:no-common-ligatures"><b>                                              ~~~~~~^</b></span></div>
<div style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo;background-color:rgb(255,255,255)">
<span style="font-variant-ligatures:no-common-ligatures"><b>../tools/chunks/catchunks/aimd-rtt-estimator.cpp:60:16:
</b></span><span style="font-variant-ligatures:no-common-ligatures;color:#c33720"><b>error:
</b></span><span style="font-variant-ligatures:no-common-ligatures"><b>no member named 'clamp' in namespace 'ndn'</b></span></div>
<div style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo;background-color:rgb(255,255,255)">
<span style="font-variant-ligatures:no-common-ligatures">  m_rto = ndn::clamp(m_rto, m_options.minRto, m_options.maxRto);</span></div>
<div style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo;color:rgb(52,188,38);background-color:rgb(255,255,255)">
<span style="font-variant-ligatures:no-common-ligatures"><b>          ~~~~~^</b></span></div>
<div style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo;background-color:rgb(255,255,255)">
<span style="font-variant-ligatures:no-common-ligatures"><b>../tools/chunks/catchunks/aimd-rtt-estimator.cpp:68:16:
</b></span><span style="font-variant-ligatures:no-common-ligatures;color:#c33720"><b>error:
</b></span><span style="font-variant-ligatures:no-common-ligatures"><b>no member named 'clamp' in namespace 'ndn'</b></span></div>
<div style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo;background-color:rgb(255,255,255)">
<span style="font-variant-ligatures:no-common-ligatures">  m_rto = ndn::clamp(m_rto * m_options.rtoBackoffMultiplier,</span></div>
<div style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo;color:rgb(52,188,38);background-color:rgb(255,255,255)">
<span style="font-variant-ligatures:no-common-ligatures"><b>          ~~~~~^</b></span></div>
<div style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo;background-color:rgb(255,255,255)">
<span style="font-variant-ligatures:no-common-ligatures">3 errors generated.</span></div>
<div style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo;background-color:rgb(255,255,255);min-height:13px">
<span style="font-variant-ligatures:no-common-ligatures"></span><br>
</div>
<div style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo;background-color:rgb(255,255,255)">
<span style="font-variant-ligatures:no-common-ligatures"><b>../tools/chunks/catchunks/discover-version-iterative.cpp:87:23:
</b></span><span style="font-variant-ligatures:no-common-ligatures;color:#c33720"><b>error:
</b></span><span style="font-variant-ligatures:no-common-ligatures"><b>no type named 'Range' in 'ndn::Exclude'</b></span></div>
<div style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo;background-color:rgb(255,255,255)">
<span style="font-variant-ligatures:no-common-ligatures">  for (const Exclude::Range& range : m_strayExcludes) {</span></div>
<div style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo;color:rgb(52,188,38);background-color:rgb(255,255,255)">
<span style="font-variant-ligatures:no-common-ligatures"><b>             ~~~~~~~~~^</b></span></div>
<div style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo;background-color:rgb(255,255,255)">
<span style="font-variant-ligatures:no-common-ligatures">1 error generated.</span></div>
<div style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo;background-color:rgb(255,255,255);min-height:13px">
<span style="font-variant-ligatures:no-common-ligatures"></span><br>
</div>
<div style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo;color:rgb(52,188,38);background-color:rgb(255,255,255)">
<span style="font-variant-ligatures:no-common-ligatures">Waf: Leaving directory `/Users/remap/Downloads/ndn-tools/build'</span></div>
<div style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo;color:rgb(195,55,32);background-color:rgb(255,255,255)">
<span style="font-variant-ligatures:no-common-ligatures"><b>Build failed</b></span></div>
<div style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo;color:rgb(195,55,32);background-color:rgb(255,255,255)">
<span style="font-variant-ligatures:no-common-ligatures"><b> -> task in 'ndncatchunks-objects' failed (exit status 1): </b></span></div>
<div style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo;color:rgb(195,55,32);background-color:rgb(255,255,255)">
<span style="font-variant-ligatures:no-common-ligatures"><b><span class="m_4889911968224608404Apple-tab-span" style="white-space:pre-wrap"></span>{task 4567521040: cxx aimd-rtt-estimator.cpp -> aimd-rtt-estimator.cpp.1.o}</b></span></div>
<div style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo;color:rgb(195,55,32);background-color:rgb(255,255,255)">
<span style="font-variant-ligatures:no-common-ligatures"><b>['/usr/bin/clang++', '-O2', '-g', '-pedantic', '-Wall', '-Wextra', '-Wno-unused-parameter', '-fcolor-diagnostics', '-Wno-unused-local-typedef', '-std=c++11', '-stdlib=libc++', '-I/Users/remap/Downloads/ndn-tools/build',
 '-I/Users/remap/Downloads/ndn-tools', '-I/usr/local/include', '-I/opt/local/include', '-DNDEBUG', '-DHAVE_INTTYPES_H=1', '-DHAVE_STDINT_H=1', '-DHAVE_SYS_TYPES_H=1', '-DHAVE_NDN_CXX=1', '../tools/chunks/catchunks/aimd-rtt-estimator.cpp', '-c', '-o', '/Users/remap/Downloads/ndn-tools/build/tools/chunks/catchunks/aimd-rtt-estimator.cpp.1.o']</b></span></div>
<div style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo;color:rgb(195,55,32);background-color:rgb(255,255,255)">
<span style="font-variant-ligatures:no-common-ligatures"><b> -> task in 'ndncatchunks-objects' failed (exit status 1): </b></span></div>
<div style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo;color:rgb(195,55,32);background-color:rgb(255,255,255)">
<span style="font-variant-ligatures:no-common-ligatures"><b><span class="m_4889911968224608404Apple-tab-span" style="white-space:pre-wrap"></span>{task 4567521424: cxx discover-version-iterative.cpp -> discover-version-iterative.cpp.1.o}</b></span></div>
<div style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo;color:rgb(195,55,32);background-color:rgb(255,255,255)">
<span style="font-variant-ligatures:no-common-ligatures"><b>['/usr/bin/clang++', '-O2', '-g', '-pedantic', '-Wall', '-Wextra', '-Wno-unused-parameter', '-fcolor-diagnostics', '-Wno-unused-local-typedef', '-std=c++11', '-stdlib=libc++', '-I/Users/remap/Downloads/ndn-tools/build',
 '-I/Users/remap/Downloads/ndn-tools', '-I/usr/local/include', '-I/opt/local/include', '-DNDEBUG', '-DHAVE_INTTYPES_H=1', '-DHAVE_STDINT_H=1', '-DHAVE_SYS_TYPES_H=1', '-DHAVE_NDN_CXX=1', '../tools/chunks/catchunks/discover-version-iterative.cpp', '-c', '-o',
 '/Users/remap/Downloads/ndn-tools/build/tools/chunks/catchunks/discover-version-iterative.cpp.1.o']</b></span></div>
</div>
<div><span style="font-variant-ligatures:no-common-ligatures"><b><br>
</b></span></div>
<div>I’ve installed ndn-cxx 0.4.0 and checked out ndn-tools for the corresponding tag. however, it still complains.</div>
<div><br>
<div>
<div style="letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;word-wrap:break-word">
<div style="letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;word-wrap:break-word">
<div style="letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;word-wrap:break-word">
<div style="letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;word-wrap:break-word">
<div style="letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;word-wrap:break-word">
<div style="font-family:Helvetica;font-style:normal;font-variant-ligatures:normal;font-variant-caps:normal;font-variant-east-asian:normal;font-weight:normal;letter-spacing:normal;line-height:normal;text-align:-webkit-auto;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;word-wrap:break-word">
Thanks, </div>
<div style="font-family:Helvetica;font-style:normal;font-variant-ligatures:normal;font-variant-caps:normal;font-variant-east-asian:normal;font-weight:normal;letter-spacing:normal;line-height:normal;text-align:-webkit-auto;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;word-wrap:break-word">
<br>
</div>
<div style="font-family:Helvetica;font-style:normal;font-variant-ligatures:normal;font-variant-caps:normal;font-variant-east-asian:normal;font-weight:normal;letter-spacing:normal;line-height:normal;text-align:-webkit-auto;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;word-wrap:break-word">
-- <br>
Peter Gusev</div>
<div style="font-family:Helvetica;font-variant-ligatures:normal;font-variant-caps:normal;font-variant-east-asian:normal;font-weight:normal;letter-spacing:normal;line-height:normal;text-align:-webkit-auto;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;word-wrap:break-word">
<br>
<i><a href="mailto:peter@remap.ucla.edu" target="_blank">peter@remap.ucla.edu</a><br>
+1 213 5872748<br>
peetonn_ (skype)</i></div>
<div style="font-family:Helvetica;font-style:normal;font-variant-ligatures:normal;font-variant-caps:normal;font-variant-east-asian:normal;font-weight:normal;letter-spacing:normal;line-height:normal;text-align:-webkit-auto;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;word-wrap:break-word">
<br>
</div>
<div style="font-variant-ligatures:normal;font-variant-caps:normal;font-variant-east-asian:normal;letter-spacing:normal;line-height:normal;text-align:-webkit-auto;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;word-wrap:break-word">
<i><font color="#929292">Software Engineer/Programmer Analyst @ REMAP UCLA<br>
Video streaming/ICN networks/Creative Development</font></i></div>
</div>
</div>
</div>
</div>
</div>
</div>
<br>
</div>
</div>
_______________________________________________<br>
Nfd-dev mailing list<br>
<a href="mailto:Nfd-dev@lists.cs.ucla.edu" target="_blank">Nfd-dev@lists.cs.ucla.edu</a><br>
<a href="http://www.lists.cs.ucla.edu/mailman/listinfo/nfd-dev" target="_blank">http://www.lists.cs.ucla.edu/mailman/listinfo/nfd-dev</a><br>
</div>
</blockquote>
</div>
<br>
</div></div></div>

_______________________________________________<br>
Nfd-dev mailing list<br>
<a href="mailto:Nfd-dev@lists.cs.ucla.edu" target="_blank">Nfd-dev@lists.cs.ucla.edu</a><br>
<a href="http://www.lists.cs.ucla.edu/mailman/listinfo/nfd-dev" rel="noreferrer" target="_blank">http://www.lists.cs.ucla.edu/mailman/listinfo/nfd-dev</a><br>
</blockquote></div>