On Wed, May 06, 2015 at 06:18:28AM -0700, Aditya Kousik wrote:
ndn-cxx by itself has dependencies on boost libraries, libcrypto++, libsqlite3. Sqlite3 was already present. I wrote a libboost.port and cryptopp.port to compile before ndn-cxx, while manually adding the required header files of boost.
Aditya,
Use the sqlite port with some caution, I haven't run it against the set of tests that upstream uses and I haven't used it on any long-term databases. If you think its causing you problems please let me know.
Good luck with the port, Emery