[Ndn-interest] Compiling ndn-cxx program without waf

Matteo Bertolino Matteo.Bertolino at eurecom.fr
Wed Nov 2 02:31:00 PDT 2016


Good morning,
I would like to compile an ndn-cxx program without use the waf command.

I tried:  g++ -o out matproducer.cpp -std=c++11 $(pkg-config --cflags --libs
libndn-cxx)

and

g++ matproducer.cpp `pkg-config --cflags --libs libndn.cxx`

But I obtain this error:

matproducer.cpp:5:20: fatal error: face.hpp: No such file or directory
  #include "face.hpp"
                     ^
compilation terminated.

Any suggestions?
Thank you very much,
Matteo

-------------------------------------------------------------------------------
This message was sent using EURECOM Webmail: http://webmail.eurecom.fr




More information about the Ndn-interest mailing list