Project

General

Profile

Actions

Task #1257

closed

encoding/encoding-buffer.hpp does not compile by itself

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

Status:
Closed
Priority:
Normal
Category:
-
Target version:
-
Start date:
02/15/2014
Due date:
% Done:

0%

Estimated time:

Description

// g++ encoding-buffer2.cpp -lndn-cpp-dev -pthread -lboost_system -lboost_filesystem -lcrypto -lcryptopp -lsqlite3

#include <ndn-cpp-dev/encoding/encoding-buffer.hpp>

int
main()
{
  return 0;
}

Compile error:

In file included from encoding-buffer2.cpp:3:0:
/usr/local/include/ndn-cpp-dev/encoding/encoding-buffer.hpp:69:10: error: ‘Block’ does not name a type
/usr/local/include/ndn-cpp-dev/encoding/encoding-buffer.hpp:199:8: error: ‘Block’ does not name a type

encoding/encoding-buffer.hpp should #include "block.hpp"

Actions #1

Updated by Alex Afanasyev over 11 years ago

  • Status changed from New to Closed
Actions

Also available in: Atom PDF