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

Also available in: Atom PDF