|
Bugzilla – Full Text Bug Listing |
| Summary: | NS_TEST_SOURCEDIR is being treated as if were a std::string | ||
|---|---|---|---|
| Product: | ns-3 | Reporter: | Mitch Watrous <watrous> |
| Component: | test framework | Assignee: | Mitch Watrous <watrous> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | ns-bugs |
| Priority: | P5 | ||
| Version: | pre-release | ||
| Hardware: | All | ||
| OS: | All | ||
Bug closed. ns-3-dev changeset: 197e25cb6a89 |
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.