<html><head></head><body><div style="font-family:Helvetica Neue, Helvetica, Arial, sans-serif;font-size:13px;"><div>Hi everyone,</div><div><br></div><div>I am currently working on a forwarding strategy of my own which would be installed on the router nodes. So far, I have followed the method of using a custom forwarding strategy depicted in one of the examples "ndn-load-balancer" (<a href="http://ndnsim.net/2.4/examples.html" class="">http://ndnsim.net/2.4/examples.html</a>), which incorporates the "Random-Load-Balancer" strategy. The header and source files of the strategy are placed in 'examples' folder. But when I try to install the strategy on one of the nodes using,</div><div><br></div><div><b>StrategyChoiceHelper::Install<nfd::fw::MyForwardingStrategy>(Names::Find<Node>("Router"), prefix);</b> I get following error message when I go to build my scenario: </div><div><br></div><div><b>/ns-3/build/./ns3/ndnSIM/helper/ndn-strategy-choice-helper.hpp:122: undefined reference to `nfd::fw::MyForwardingStrategy::STRATEGY_NAME'</b></div><div><br></div><div>Kindly tell me what am I missing. Any help would be much appreciated.</div><div><br></div><div>P.S. Go easy on me, I'm a novice ndnSIM (ns-3) user. :)</div><div><br></div><div>Best Regards,</div><div><br></div><div>Hammad<br></div></div></body></html>