Bugzilla – Bug 1225
NS_TEST_SOURCEDIR is being treated as if were a std::string
Last modified: 2011-07-29 16:26:14 UTC
The buildbots are failing with these messages: ./src/test/ns3tcp/ns3tcp-interop-test-suite.cc: In member function `virtual void Ns3TcpInteroperabilityTestCase::DoSetup()': ../src/test/ns3tcp/ns3tcp-interop-test-suite.cc:113: error: invalid operands of types `const char[16]' and `const char[55]' to binary `operator+' Waf: Leaving directory `/home/buildslave/slave/full-rahan-g++-3.4.6/build/build' Build failed: -> task failed (err #1): {task: cxx ns3tcp-interop-test-suite.cc -> ns3tcp-interop-test-suite_638.o} The problem is that NS_TEST_SOURCEDIR is being treated as if were a std::string.
Bug closed. ns-3-dev changeset: 197e25cb6a89