<html><head><meta http-equiv="Content-Type" content="text/html charset=iso-8859-1"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">Btw. I'm not sure that adding ndn-name.h to queue.h is the right way to go.  It basically introduces some circular module dependencies (ndnSIM depends on network and now network module depends on ndnSIM...).  Just wonder why adding this include to a derivative queue (type that you're working on) is not enough?<div><br></div><div>The reason you're getting the error is that network module is not configured with boost libraries support.  Even though you got rid of the error right now, you may have bigger problems later (at the linking stage).   If you really want to keep the include, I would add boost dependencies into network module as well (similar how it is done in src/ndnSIM/wscript).</div><div><br></div><div>---</div><div>Alex<br><div><br><div><div>On Jul 13, 2013, at 3:36 PM, Natalya Rozhnova <<a href="mailto:natalya.rozhnova@lip6.fr">natalya.rozhnova@lip6.fr</a>> wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><div>Hi Alex,</div><div> </div><div>My boost library has been installed to "/opt/local/include/boost" by default. I just created a symbolic link between /usr/include and /opt/local/include/boost. May be this is not a very good solution but it avoids to reinstall boost...</div><div> </div><div>Natalya</div><div> </div><div>14.07.2013, 05:27, "Alex Afanasyev" <<a href="mailto:alexander.afanasyev@ucla.edu">alexander.afanasyev@ucla.edu</a>>:</div><blockquote type="cite">Hi Natalya,<div> </div><div>Just curious, what did you do to solve the problem?</div><div> </div><div>---</div><div>Alex</div><div><br><div><div>On Jul 13, 2013, at 6:00 AM, Natalya Rozhnova <<a href="mailto:natalya.rozhnova@lip6.fr">natalya.rozhnova@lip6.fr</a>> wrote:</div><br><blockquote type="cite"><div>Hi again,</div><div><div> </div><div>Problem is resolved. :)</div><div> </div><div> </div><div>13.07.2013, 19:46, "Natalya Rozhnova" <<a href="mailto:natalya.rozhnova@lip6.fr">natalya.rozhnova@lip6.fr</a>>:</div><blockquote type="cite"><div>Hi Alex,</div><div> </div><div>I have a question about boost library. I'm using boost version 1.53 on mac os. Everything works fine until I include the file ndn-name.h to basic class queue.h of network module. I added ndnSIM module as a dependency in wscript of network module. But I get a following error:</div><div>./ns3/ndn-name.h:35:25: error: boost/ref.hpp: No such file or directory</div><div> </div><div>I don't understand why it doesn't compile when I include ndn-name.h in Network module and compile otherwise... </div><div> </div><div>Thanks,</div><div>Natalya</div><div> </div></blockquote></div><div> </div><div>-------- End of forwarded message --------</div><div> </div><div> </div><div>-- <br>Cordialement,<br>Natalya Rozhnova<br>PhD Student<br>Université Pierre et Marie Curie - Sorbonne Universités - <a href="http://www.upmc.fr/">www.upmc.fr</a><br>Laboratoire d'informatique de Paris 6 (LIP6) - Network and Performance Analysis Group (NPA) - <a href="http://www.lip6.fr/">www.lip6.fr</a><br>Le Centre National de la Recherche Scientifique (CNRS) - <a href="http://www.cnrs.fr/">www.cnrs.fr</a><br>Content-Centric Networking - <a href="http://ccnx.org/">ccnx.org</a><br>ANR CONNECT project - <a href="http://anr-connect.org/">anr-connect.org</a></div>_______________________________________________<br>ndnSIM mailing list<br><a href="mailto:ndnSIM@lists.cs.ucla.edu">ndnSIM@lists.cs.ucla.edu</a><br><a href="http://www.lists.cs.ucla.edu/mailman/listinfo/ndnsim">http://www.lists.cs.ucla.edu/mailman/listinfo/ndnsim</a></blockquote></div></div></blockquote></blockquote></div><br></div></div></body></html>