Project

General

Profile

Actions

Bug #2663

closed

scenario template: build fails with --debug

Added by Junxiao Shi about 9 years ago. Updated over 7 years ago.

Status:
Closed
Priority:
Normal
Category:
build
Target version:
-
Start date:
03/22/2015
Due date:
% Done:

0%

Estimated time:

Description

Steps to reproduce:

  1. install ndnSIM, and apply #2662 note-1 workaround
  2. clone ndnSIM-scenario-template
  3. create file ndnSIM-scenario-template/scenarios/hello.cpp with following code:

    #include <ns3/ndnSIM-module.h>
    
    int
    main()
    {
      return 0;
    }
    
  4. 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

Also available in: Atom PDF