Actions
Task #1257
closedencoding/encoding-buffer.hpp does not compile by itself
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