I appreciate your efforts for ns-3 and MPLS work.I am currently trying to run MPLS network using ns-3 and I am getting this error while I am trying to "./waf configure build"
[1007/1739] cxx: src/mpls/test/mplstest.cc > build/src/mpls/test/mplstest.cc.1.o
../src/mpls/test/mplstest.cc: In constructor ‘ns3::mpls::MplsTestSuite::MplsTestSuite()’:
../src/mpls/test/mplstest.cc:74:38: error: no matching function for call to
‘ns3::mpls::MplsTestSuite::AddTestCase(ns3::mpls::NhlfeTestCase*)’
AddTestCase (new NhlfeTestCase ());
../src/mpls/test/mplstest.cc:74:38: note: candidate is:
In file included from ../src/mpls/test/mplstest.cc:23:0:
./ns3/test.h:1137:8: note: void ns3::TestCase::AddTestCase(ns3::TestCase*,
ns3::TestCase::TestDuration)
void AddTestCase (TestCase *testCase, enum TestDuration duration);
^
./ns3/test.h:1137:8: note: candidate expects 2 arguments, 1 provided
^
Please help me here ASAP. Appreciate it.
Thank you,
Manasi