<div dir="ltr"><div class="gmail_extra">It's pretty straightforward. Just Replace the line #include "ndn-cxx-config.hpp"  in contrib/ndn-cxx-<hash>/src/lib/ndn-cxx/src/common.hpp with </div><div class="gmail_extra"><div class="gmail_extra"><br></div><div class="gmail_extra">#define NDN_CXX_HAVE_IS_DEFAULT_CONSTRUCTIBLE 1</div><div class="gmail_extra">#define NDN_CXX_HAVE_IS_MOVE_CONSTRUCTIBLE 1</div><div class="gmail_extra">#define NDN_CXX_HAVE_IS_MOVE_ASSIGNABLE 1</div><div class="gmail_extra">#define NDN_CXX_HAVE_CXX_FRIEND_TYPENAME 1</div><div class="gmail_extra">#define NDN_CXX_HAVE_CXX_OVERRIDE_FINAL 1</div><div class="gmail_extra">#define NDN_CXX_HAVE_PTHREAD 1</div><div class="gmail_extra">#define NDN_CXX_HAVE_RT 1</div><div class="gmail_extra">#define NDN_CXX_HAVE_GETPASS 1</div><div class="gmail_extra">#define NDN_CXX_HAVE_RTNETLINK 1</div><div class="gmail_extra">#define NDN_CXX_HAVE_SQLITE3 1</div><div class="gmail_extra">#define NDN_CXX_HAVE_CRYPTOPP_CONFIG_H 1</div><div class="gmail_extra"><br></div><div class="gmail_extra">or use these values for the ndn-cxx-config.hpp itself. Either method works.</div><div class="gmail_extra"><br></div><div class="gmail_extra">I'm really grateful for your help. Thank you!</div><div class="gmail_extra"><br></div><div class="gmail_extra">Aditya.</div><div class="gmail_extra"><br></div><div class="gmail_quote">On Wed, May 6, 2015 at 9:04 AM, Christian Helmuth <span dir="ltr"><<a href="mailto:christian.helmuth@...1..." target="_blank">christian.helmuth@...1...</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">Hello Aditya,<br>
<span class=""><br>
On Wed, May 06, 2015 at 08:46:44AM -0700, Aditya Kousik wrote:<br>
> That's true. I hadn't committed the mk files for ndn-cxx. I have now. The<br>
> repository still won't build because there's a WAF based config file -<br>
> ndn-cxx-config.hpp - that needs to be generated. This file is simply a<br>
> header file with #defines, generated in build/src by running ./waf<br>
> configure and ./waf.<br>
<br>
</span>Unfortunately, there is no waf package available for Ubuntu 12.04,<br>
which is the Linux distro I'm using currently. Also, my spare time is<br>
very limited, so I'm unable to find an alternative solution to get<br>
waf.<br>
<br>
So, could you please add the file to your branch or post it to the<br>
list?<br>
<br>
Regards<br>
<div class=""><div class="h5">--<br>
Christian Helmuth<br>
Genode Labs<br>
<br>
<a href="http://www.genode-labs.com/" target="_blank">http://www.genode-labs.com/</a> · <a href="http://genode.org/" target="_blank">http://genode.org/</a><br>
<a href="https://twitter.com/GenodeLabs" target="_blank">https://twitter.com/GenodeLabs</a> · /ˈdʒiː.nəʊd/<br>
<br>
Genode Labs GmbH · Amtsgericht Dresden · HRB 28424 · Sitz Dresden<br>
Geschäftsführer: Dr.-Ing. Norman Feske, Christian Helmuth<br>
<br>
------------------------------------------------------------------------------<br>
One dashboard for servers and applications across Physical-Virtual-Cloud<br>
Widest out-of-the-box monitoring support with 50+ applications<br>
Performance metrics, stats and reports that give you Actionable Insights<br>
Deep dive visibility with transaction tracing using APM Insight.<br>
<a href="http://ad.doubleclick.net/ddm/clk/290420510;117567292;y" target="_blank">http://ad.doubleclick.net/ddm/clk/290420510;117567292;y</a><br>
_______________________________________________<br>
genode-main mailing list<br>
<a href="mailto:genode-main@lists.sourceforge.net">genode-main@...12...ceforge.net</a><br>
<a href="https://lists.sourceforge.net/lists/listinfo/genode-main" target="_blank">https://lists.sourceforge.net/lists/listinfo/genode-main</a><br>
</div></div></blockquote></div><br></div></div>