Actions
Bug #2268
closedencryption-manager.hpp does not compile on its own
Start date:
12/03/2014
Due date:
% Done:
100%
Estimated time:
0.50 h
Description
Snippet:
#include <ndn-cxx/security/encryption-manager.hpp>
Compile using: g++ x.cpp -c --std=c++0x $(pkg-config --cflags --libs libndn-cxx)
Expected: code compiles without error
Actual:
In file included from ndncxx-header-standalone-compile.cpp:1:0:
/usr/local/include/ndn-cxx/security/encryption-manager.hpp:27:26: fatal error: ../../name.hpp: No such file or directory
compilation terminated.
Updated by Junxiao Shi almost 10 years ago
- Blocks Task #2271: Jenkins: verify every installed header compiles on its own added
Updated by Junxiao Shi almost 10 years ago
- Status changed from New to In Progress
- Assignee set to Junxiao Shi
It seems that this file comes from ndn-cpp, and it isn't used anywhere in ndn-cxx.
I'll delete it.
Updated by Junxiao Shi almost 10 years ago
- Status changed from In Progress to Code review
- % Done changed from 0 to 100
http://gerrit.named-data.net/1510
This change does not break any owned project:
https://travis-ci.org/yoursunny/ndn-cxx-breaks/builds/43017105
Updated by Alex Afanasyev almost 10 years ago
- Status changed from Code review to Closed
Actions