Project

General

Profile

Task #4089

Updated by Junxiao Shi almost 7 years ago

In the ndn-cxx Change <https://gerrit.named-data.net/3547> introduces a breaking change, which breaks change 3547 "**breaking change**: Switch Face and related classes to v2::KeyChain", we switch Face and other related classes to v2::KeyChain. This change caused urgent bugs. Given security::v2::KeyChain is exposed as ndn::KeyChain, hope most dependent code can still be compiled. 

 To fix the build urgent bug, one needs to compile and install the latest commit of NFD ndn-cxx change 3547 and ndn-tools. compile the project and fix all the urgent bugs. 

 Here is the corresponding ndn-cxx-breaks run (https://travis-ci.org/yoursunny/ndn-cxx-breaks/builds/235615592).

Back