ApplicationContainer sixLbrApps;ObjectFactory factory;factory.SetTypeId (SixLowPanRadvd::GetTypeId ());Ptr<SixLowPanRadvd> sixLbr = factory.Create<SixLowPanRadvd> ();nodes.Get (0)->AddApplication (sixLbr);sixLbrApps.Add (sixLbr);sixLbrApps.Start(Seconds(0));
In file included from ../src/sixlowpan/helper/sixlowpan-helper.cc:30:0:
../src/sixlowpan/helper/sixlowpan-helper.h:138:24: error: extra qualification ‘ns3::SixLowPanHelper::’ on member ‘InstallApplication6LowPanBorderRouter’ [-fpermissive]
ApplicationContainer SixLowPanHelper::InstallApplication6LowPanBorderRouter (NodeContainer c);
^~~~~~~~~~~~~~~
In file included from ./ns3/sixlowpan-module.h:11:0,
from ../scratch/node-6LBR.cc:52:
./ns3/sixlowpan-helper.h:138:24: error: extra qualification ‘ns3::SixLowPanHelper::’ on member ‘InstallApplication6LowPanBorderRouter’ [-fpermissive]
ApplicationContainer SixLowPanHelper::InstallApplication6LowPanBorderRouter (NodeContainer c);
^~~~~~~~~~~~~~~
Waf: Leaving directory `/home/adnan/eclipse-workspace/ns-3-dev/build'
Build failed
-> task in 'ns3-sixlowpan' failed with exit status 1 (run with -v to display more information)
-> task in 'example-sixlowpan' failed with exit status 1 (run with -v to display more information)
-> task in 'uan-6lowpan-example' failed with exit status 1 (run with -v to display more information)
-> task in 'wsn-ping6' failed with exit status 1 (run with -v to display more information)
-> task in 'example-ping-lr-wpan' failed with exit status 1 (run with -v to display more information)
-> task in 'example-ping-lr-wpan' failed with exit status 1 (run with -v to display more information)
-> task in 'node-6LBR' failed with exit status 1 (run with -v to display more information)
-> task in 'ns3-test-test' failed with exit status 1 (run with -v to display more information)