<div dir="ltr"><span style="font-size:12.8000001907349px">Hello,</span><div style="font-size:12.8000001907349px"><br></div><div style="font-size:12.8000001907349px">I followed the example code given here: <a href="http://named-data.net/doc/ndn-cxx/current/examples.html" target="_blank">http://named-data.net/doc/ndn-cxx/current/examples.html</a>. Created corresponding src/header files in Eclipse (CDT) environment. Also configured the "include" paths so that ndn-cxx and boost headers are referenced correctly.<div><br></div><div>I get the error from following lines in all three Class(s) files. </div><div><br></div><div><div>    m_face.expressInterest(interest,</div><div>                                           bind(&Consumer::onData, this,  _1, _2),</div><div>                                           bind(&Consumer::onTimeout, this, _1));</div></div><div><br></div><div>The error says - "Function 'bind' could not be resolved". </div><div><br></div><div>How do we fix this problem? These are ndn-cxx example program, but I want to build them outside ndn-cxx path. Do I have to write the wscript file for this and how?</div><div><br></div><div>Thanks. </div></div></div>