<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 John,<div class=""><br class=""></div><div class="">The headers are automatically copied into build/ns3/ndnSIM/ndn-cxx/ folder by the build system.  ndnSIM folder is included (should be included) as part of -I compiler flags (you can check with ./waf -v invocation).</div><div class=""><br class=""></div><div class="">What I noticed is that the file you're compiling is inside examples/ folder.  This folder doesn't automatically add ndnSIM as a dependency.  This most likely the reason of your problems, but wouldn't guarantee that it is...</div><div class=""><br class=""></div><div class="">---</div><div class="">Alex</div><div class=""><br class=""></div><div class=""><div><blockquote type="cite" class=""><div class="">On Jan 3, 2017, at 7:31 PM, John Baugh <<a href="mailto:jpbaugh@umich.edu" class="">jpbaugh@umich.edu</a>> wrote:</div><br class="Apple-interchange-newline"><div class=""><div dir="ltr" class="">Greetings again all,<div class=""><br class=""></div><div class="">I tried commenting out... practically everything, and it can't even find my</div><div class=""><br class=""></div><div class="">#include "ns3/ndnSIM/ndn-cxx/data.hpp", whether or not I put "/src/" before data.hpp or not.</div><div class=""><br class=""></div><div class="">ALSO, it seems some of the actual ndnSIM files have major errors in them... </div><div class=""><br class=""></div><div class="">Is 2.3 a dud, or am I simply doing something wrong?</div><div class=""><br class=""></div><div class="">Thanks,</div><div class=""><br class=""></div><div class="">John</div></div><div class="gmail_extra"><br class=""><div class="gmail_quote">On Tue, Jan 3, 2017 at 9:32 PM, John Baugh <span dir="ltr" class=""><<a href="mailto:jpbaugh@umich.edu" target="_blank" class="">jpbaugh@umich.edu</a>></span> wrote:<br class=""><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr" class=""><div class=""><div class=""><div class=""><div class=""><div class=""><div class="">ndnSIM friends,<br class=""><br class=""></div><b class="">I'm getting this:<br class="">jpbaugh@Janeway:~/ndnSIM/ns-3$ ./waf --run=jpb-strategy1-test<br class="">Waf: Entering directory `/home/jpbaugh/ndnSIM/ns-3/<wbr class="">build'<br class="">[ 796/2944] Copying src/ndnSIM/model/ndn-common.<wbr class="">hpp -> build/ns3/ndnSIM/model/ndn-<wbr class="">common.hpp<br class="">[2579/2944] Compiling examples/jpb-strategy1-test/<wbr class="">jpb-strategy1-test.cpp<br class="">In file included from ./ns3/ndnSIM/helper/ndn-stack-<wbr class="">helper.hpp:23:0,<br class="">                 from ./ns3/ndn-all.hpp:23,<br class="">                 from ./ns3/ndnSIM-module.h:10,<br class="">                 from ../examples/jpb-strategy1-<wbr class="">test/jpb-strategy1-test.cpp:7:<br class="">./ns3/ndnSIM/model/ndn-common.<wbr class="">hpp:28:32: fatal error: ndn-cxx/interest.hpp: No such file or directory<br class="">compilation terminated.<br class=""><br class="">Waf: Leaving directory `/home/jpbaugh/ndnSIM/ns-3/<wbr class="">build'<br class="">Build failed</b><br class=""><br class=""><br class=""></div>When I check in the directory ndn-cxx, there is in fact no interest.hpp.  It is inside the src/ subdirectory.  However, even if I modify ndn-common.hpp from inside the model directory, to include the /src subdirectory, it still doesn't seem like it's finding this file.<br class=""><br class=""></div>This is making me a bit nervous as to whether I have a shoddy build or a legitimate build of ndnSIM.<br class=""><br class=""></div>I'm just trying to restore everything to the point I had it before I switched to this new computer.  And I'm really frustrated with some of the apparent changes, and would appreciate any help you can offer.<br class=""><br class=""></div>Thanks,<br class=""><br class=""></div>John<br class=""></div>
</blockquote></div><br class=""></div>


_______________________________________________<br class="">ndnSIM mailing list<br class=""><a href="mailto:ndnSIM@lists.cs.ucla.edu" class="">ndnSIM@lists.cs.ucla.edu</a><br class="">http://www.lists.cs.ucla.edu/mailman/listinfo/ndnsim<br class=""><br class=""><br class=""></div></blockquote></div><br class=""></div></body></html>