Actions
Bug #2663
closedscenario template: build fails with --debug
Start date:
03/22/2015
Due date:
% Done:
0%
Estimated time:
Description
Steps to reproduce:
- install ndnSIM, and apply #2662 note-1 workaround
- clone ndnSIM-scenario-template
create file
ndnSIM-scenario-template/scenarios/hello.cpp
with following code:#include <ns3/ndnSIM-module.h> int main() { return 0; }
execute
./waf configure --debug
followed by./waf
Expected: code builds
Actual: /usr/local/include/ns3-dev/ns3/int64x64-128.h:53:12: error: comma at end of enumerator list [-Werror=edantic]
and many more errors
Actions