<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css" style="display:none;"><!-- P {margin-top:0;margin-bottom:0;} --></style>
</head>
<body dir="ltr">
<div id="divtagdefaultwrapper" style="font-size:12pt;color:#000000;font-family:Tahoma, Geneva, sans-serif;" dir="ltr">
<p></p>
<div>Hi there,</div>
<div><br>
</div>
<div>I am going to replace Table data structure with Redis in-memory database in Content-Store for benchmarking purpose. I have downloaded a C++ client for Redis called Redox that has some .h and .hpp files. I have added #include parts in cs-entry.cpp and run
 ./waf. But there are some errors following below:</div>
<div><br>
</div>
<div>./libns3-dev-ndnSIM-debug.so: undefined reference to `ev_io_start`</div>
<div>./libns3-dev-ndnSIM-debug.so: undefined reference to `redisAsyncHandleRead`</div>
<div>./libns3-dev-ndnSIM-debug.so: undefined reference to `ev_io_stop`</div>
<div>./libns3-dev-ndnSIM-debug.so: undefined reference to `redisAsyncHandleWrite`</div>
<div>`</div>
<div><br>
</div>
<div>I figured out that it does not find those headers but I do not know where do I have to put header definition to make './waf' aware of new module. Any idea about this problem? Where should .h and .hpp files be defined? I have defined them in ndn-all.hpp
 but no hopes.</div>
<div><br>
</div>
<div>Thanks for your help.</div>
<br>
<p></p>
<p><br>
</p>
<div id="Signature">
<div style="line-height:21.3px; color:rgb(68,68,68); font-size:15px; background-color:rgb(255,255,255)">
<font size="4" style="line-height:normal">________</font></div>
<div style="line-height:21.3px; font-size:15px; background-color:rgb(255,255,255)">
<font size="4" style="line-height:normal"><b style="line-height:25.56px">Mobin Ranjbar</b></font></div>
<div style="line-height:21.3px; color:rgb(68,68,68); font-size:15px; background-color:rgb(255,255,255)">
<div style="line-height:21.3px"><font color="#666666" style="line-height:normal">Software Engineer, Big Data Evangelist and Startup Guy</font></div>
</div>
<div style="line-height:21.3px; color:rgb(68,68,68); font-size:15px; background-color:rgb(255,255,255)">
<font size="3" color="#666666" style="line-height:normal">Co-Founder of <a href="http://www.irstartups.com/" target="_blank" style="line-height:22.72px; font-weight:inherit; color:rgb(0,104,207)" id="LPNoLP">Iran Startups</a></font></div>
<div style="line-height:21.3px; color:rgb(68,68,68); font-size:15px; background-color:rgb(255,255,255)">
<font color="#666666" size="3" style="line-height:normal">Founder of <a href="http://shariksho.com/" target="_blank" style="line-height:22.72px; font-weight:inherit; color:rgb(0,104,207)" id="LPNoLP">Shariksho</a></font></div>
<div style="line-height:21.3px; color:rgb(68,68,68); font-size:15px; background-color:rgb(255,255,255)">
<font color="#666666" size="3" style="line-height:normal">Editor in Chief at <a href="http://techly.co/" target="_blank" style="line-height:22.72px; font-weight:inherit; color:rgb(0,104,207)" id="LPNoLP">Techly.co</a></font></div>
<div style="line-height:21.3px; font-size:15px; background-color:rgb(255,255,255)">
<span style="line-height:22.72px; font-size:12pt"><font color="#666666">Founder of
</font><a href="http://www.farafekr.co" target="_blank" id="LPNoLP"><font color="#2672ec">FaraFekr Technology</font></a></span></div>
<div style="line-height:21.3px; color:rgb(68,68,68); font-size:15px; background-color:rgb(255,255,255)">
<span style="line-height:22.72px; color:rgb(102,102,102); font-size:12pt">Founder of <a href="http://hadoop.ir/" target="_blank" style="line-height:22.72px; font-weight:inherit; color:rgb(0,104,207)" id="LPNoLP">Hadoop.ir</a></span></div>
<div style="line-height:21.3px; color:rgb(68,68,68); font-size:15px; background-color:rgb(255,255,255)">
<span style="line-height:22.72px; color:rgb(102,102,102); font-size:12pt">Founder of <a href="http://bigdatawatcher.com/" target="_blank" style="line-height:22.72px; font-weight:inherit; color:rgb(0,104,207)" id="LPNoLP">Big Data Watcher</a></span></div>
<div style="line-height:21.3px; color:rgb(68,68,68); font-size:15px; background-color:rgb(255,255,255)">
<a href="http://mobinranjbar.com/" target="_blank" style="line-height:22.72px; font-weight:inherit; color:rgb(0,104,207); font-size:medium" id="LPNoLP">Website</a><font style="line-height:normal; font-size:12pt"> | </font><a href="http://twitter.com/mobinranjbar" target="_blank" style="line-height:22.72px; font-weight:inherit; color:rgb(0,104,207); font-size:medium" id="LPNoLP">Twitter</a><font style="line-height:normal; font-size:12pt"> | </font><a href="https://www.linkedin.com/in/mobinranjbar" target="_blank" style="line-height:22.72px; font-weight:inherit; color:rgb(0,104,207); font-size:medium" id="LPNoLP">Linkedin</a><font style="line-height:normal; font-size:12pt"> | </font><font color="#666666" size="2" style="line-height:normal">skype:
 mobinranjbar</font></div>
</div>
</div>
</body>
</html>