named-data/ndncert

compile error

Closed this issue · 1 comments

❯ ./waf
Waf: Entering directory `/home/shentu/work/ndn/ndncert/build'
[1/5] Compiling src/detail/ndncert-common.cpp
[2/5] Compiling src/detail/crypto-helpers.cpp
[3/5] Compiling libndn-cert.pc.in
In file included from ../src/detail/crypto-helpers.hpp:24,
from ../src/detail/crypto-helpers.cpp:21:
../src/detail/ndncert-common.hpp:24:10: fatal error: detail/ndncert-config.hpp: No such file or directory
24 | #include "detail/ndncert-config.hpp"
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.

In file included from ../src/detail/ndncert-common.cpp:21:
../src/detail/ndncert-common.hpp:24:10: fatal error: detail/ndncert-config.hpp: No such file or directory
24 | #include "detail/ndncert-config.hpp"
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.

Thanks

Hello,

This repository currently only contains a piece of the entire code base, as other parts are still under development and code review.
You can check out the unstable version at Zhiyi-Zhang/ndncert.
Our code review system is at NDN Gerrit.