<div dir="ltr"><div><div><div><div><div>Hi,<br><br></div>I wrote a class to read my nodes' location and put it in ~/ndn-cxx/src folder and compiled with ./waf successfully.<br><br>Waf: Entering directory `/home/adhy/ndn-cxx/build'<br>[104/177] Compiling src/Node.cpp<br>[168/177] Linking build/libndn-cxx.so<br>[170/177] Linking build/bin/ndnsec<br>[171/177] Linking build/examples/client<br>[172/177] Linking build/examples/consumer-with-timer<br>[173/177] Linking build/examples/producer<br>[174/177] Linking build/examples/server<br>[175/177] Linking build/examples/consumer<br>[176/177] Symlinking build/libndn-cxx.so<br>Waf: Leaving directory `/home/adhy/ndn-cxx/build'<br>'build' finished successfully (16.091s)<br><br></div>The problem is when I try to use the custom class in an example by declaring the library #include <ndn-cxx/Node.hpp> I get this error:<br><br>Waf: Entering directory `/home/adhy/ndn-cxx/build'<br>[ 34/179] Compiling examples/custom-producer/custom-producer.cpp<br>../examples/custom-producer/custom-producer.cpp:28:28: fatal error: ndn-cxx/Node.hpp: No such file or directory<br>compilation terminated.<br><br>Waf: Leaving directory `/home/adhy/ndn-cxx/build'<br><br><br></div>How do I solve this issue?<br><br></div>Thank you,<br></div><div>Adhy<br></div></div>