<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;" class="">Hi,<div class=""><br class=""></div><div class="">as I mentioned in my previous email this is work in progress, which means that the students are working on it, therefore, the compilation might break at any point.</div><div class=""><br class=""></div><div class="">In any case, I have copied Akshay and Kimberly that are in charge of this project.</div><div class=""><br class=""></div><div class="">@Akshsay and Kimberly: Some folks on the ndnSIM mailing list tried to use your nTorrent code and they could not make it compile. Could you please let us know what is going on?</div><div class=""><br class=""></div><div class="">Thank you,</div><div class=""><br class=""><div class="">
<div class=""><div class=""><div class=""><span class="" style="float: none; display: inline !important;">Spyridon (Spyros) Mastorakis</span><br class=""><span class="" style="float: none; display: inline !important;">Personal Website: </span><a href="http://cs.ucla.edu/~mastorakis/" class="">http://cs.ucla.edu/~mastorakis/</a><br class=""><span class="" style="float: none; display: inline !important;">Internet Research Laboratory</span><br class=""><span class="" style="float: none; display: inline !important;">Computer Science Department</span><br class=""><span class="" style="float: none; display: inline !important;">UCLA</span></div></div></div>
</div>
<br class=""><div><blockquote type="cite" class=""><div class="">On Mar 19, 2018, at 10:21 PM, Md Monjurul Karim <<a href="mailto:karim.npu@gmail.com" class="">karim.npu@gmail.com</a>> wrote:</div><br class="Apple-interchange-newline"><div class=""><div dir="ltr" class="">Greetings,<div class=""><br class=""></div><div class="">I was trying to check these two followings:<br class=""></div><div class=""><br class=""></div><div class=""><div style="font-family: arial, sans-serif; font-size: 12.8px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; background-color: rgb(255, 255, 255);" class="">ChronoSync: <a href="https://github.com/spirosmastorakis/scenario-ChronoSync" target="_blank" style="color:rgb(17,85,204)" class="">https://github.<wbr class="">com/spirosmastorakis/scenario-<wbr class="">ChronoSync</a></div><div style="font-family: arial, sans-serif; font-size: 12.8px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; background-color: rgb(255, 255, 255);" class=""><br class=""></div><div style="font-family: arial, sans-serif; font-size: 12.8px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; background-color: rgb(255, 255, 255);" class="">nTorrent (this one is a WIP by 2 masters students at UCLA): <a href="https://github.com/AkshayRaman/scenario-ntorrent" target="_blank" style="color:rgb(17,85,204)" class="">https://github.com/<wbr class="">AkshayRaman/scenario-ntorrent</a></div><br class=""></div><div class=""><div class=""><br class=""></div><div class="">I had no issue running ChronoSync </div><div class=""><br class=""></div><div class="">However,</div><div class=""><br class=""></div><div class="">I am having an error while tried to compile "scenario-ntorrent".<br class=""></div><div class=""><br class=""></div><div class=""><div class=""><br class=""></div><div class=""><span style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:small;font-style:normal;font-variant-ligatures:normal;font-variant-caps:normal;font-weight:400;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;background-color:rgb(255,255,255);text-decoration-style:initial;text-decoration-color:initial;float:none;display:inline" class="">"./waf config" did not return any error, however, running  "<span style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:small;font-style:normal;font-variant-ligatures:normal;font-variant-caps:normal;font-weight:400;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;background-color:rgb(255,255,255);text-decoration-style:initial;text-decoration-color:initial;float:none;display:inline" class="">./waf --run ntorrent-simple</span>" giving me followings:</span><br class=""></div><div class=""><br class=""></div><div class=""><br class=""></div><div class="">USER@PC:~/TEST/ndnSIM_extra/ndnSIM/ns-3/scenario-ntorrent$ ./waf --run ntorrent-simple</div><div class=""><br class=""></div><div class="">Waf: Entering directory `/home/user/TEST/ndnSIM_extra/ndnSIM/ns-3/scenario-ntorrent/build'</div><div class=""><br class=""></div><div class="">[2/7] Compiling extensions/ntorrent-consumer-app.cpp</div><div class="">[3/7] Compiling extensions/ntorrent-producer-app.cpp</div><div class="">[4/7] Compiling scenarios/ntorrent-bad-producer.cpp</div><div class="">[5/7] Compiling scenarios/ntorrent-simple.cpp</div><div class=""><br class=""></div><div class="">In file included from ../extensions/ntorrent-producer-app.cpp:22:0:</div><div class="">../extensions/ntorrent-producer-app.hpp:29:32: fatal error: src/torrent-file.hpp: No such file or directory</div><div class="">compilation terminated.</div><div class=""><br class=""></div><div class="">In file included from ../extensions/ntorrent-consumer-app.cpp:22:0:</div><div class="">../extensions/ntorrent-consumer-app.hpp:30:32: fatal error: src/torrent-file.hpp: No such file or directory</div><div class="">compilation terminated.</div><div class=""><br class=""></div><div class="">../scenarios/ntorrent-simple.cpp:28:41: fatal error: src/util/shared-constants.hpp: No such file or directory</div><div class="">compilation terminated.</div><div class=""><br class=""></div><div class="">../scenarios/ntorrent-bad-producer.cpp:28:41: fatal error: src/util/shared-constants.hpp: No such file or directory</div><div class="">compilation terminated.</div><div class=""><br class=""></div><div class="">Waf: Leaving directory `/home/usery/TEST/ndnSIM_extra/ndnSIM/ns-3/scenario-ntorrent/build'</div><div class="">Build failed</div><div class=""> -> task in 'extensions' failed (exit status 1): </div></div><div class=""><br class=""></div></div><div class=""><br class=""></div><div class="">Sincerely,<br class=""></div><div class="">Karim.</div></div><br class=""></div></blockquote></div><br class=""></div></body></html>