Project

General

Profile

Actions

Bug #2091

closed

nfd-constants.hpp does not compile on its own

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

Status:
Closed
Priority:
Normal
Assignee:
Category:
Base
Target version:
Start date:
10/26/2014
Due date:
% Done:

100%

Estimated time:
1.00 h

Description

Snippet to reproduce:

// g++ x.cpp `pkg-config --cflags --libs libndn-cxx`

#include <ndn-cxx/encoding/nfd-constants.hpp>

int
main()
{
  return 0;
}

Expected: code builds with no error or warning

Actual: /usr/local/include/ndn-cxx/encoding/nfd-constants.hpp:28:14: error: ‘uint64_t’ does not name a type

Actions #1

Updated by Junxiao Shi over 9 years ago

  • Assignee set to Junxiao Shi
Actions #2

Updated by Junxiao Shi over 9 years ago

  • Status changed from New to In Progress
Actions #3

Updated by Junxiao Shi over 9 years ago

  • Status changed from In Progress to Code review
  • % Done changed from 0 to 100
Actions #4

Updated by Junxiao Shi over 9 years ago

  • Status changed from Code review to Closed
Actions

Also available in: Atom PDF