<div dir="ltr"><div><div>Dear All,<br><br></div>Thank you very much to provide this comprehensive open source toolbox. I am trying to run <b>scenarios/car-relay.cc</b> provided in <a href="https://github.com/cawka/ndnSIM-nom-rapid-car2car">https://github.com/cawka/ndnSIM-nom-rapid-car2car</a> . I am having an error for the  extensions/ndn-v2v-net-device-face.h as <b>  fatal error: ns3/ndn-header.h: No such file or directory.<br></b><br></div><div> I tried the followings:<br>- Defining all path as  #include "ndnSIM/model/ns3/ndn-header.h"<br></div><div>- Installing ndnSIM in both the same directory with and different than ns-3's directory<br></div><div>- Building car-relay.cc in ndnSIM/scratch and also in its own project folder<b><br><br></b></div><div>The same issue is asked on April 2013 by Safdar Hussain Bouk but there was no reply. Thank you very much for time.<b><br></b></div><div><div><div><br>bengi@bengi-VirtualBox:~/Desktop/ndnSIM/ns-3$ ./waf<br>Waf: Entering directory `/home/bengi/Desktop/ndnSIM/ns-3/build'<br>[1161/2256] Compiling scratch/ndn-v2v-net-device-face.cc<br>In file included from ../scratch/ndn-v2v-net-device-face.cc:22:0:<br>../scratch/ndn-v2v-net-device-face.h:28:28: fatal error: ns3/ndn-header.h: No such file or directory<br> #include "ns3/ndn-header.h"<br>                            ^<br>compilation terminated.<br><br>Waf: Leaving directory `/home/bengi/Desktop/ndnSIM/ns-3/build'<br>Build failed<br> -> task in 'ndn-v2v-net-device-face' failed (exit status 1): <br>    {task 140632244358288: cxx ndn-v2v-net-device-face.cc -> ndn-v2v-net-device-face.cc.1.o}<br>['/usr/bin/g++', '-std=c++0x', '-std=c++11', '-O3', '-g', '-Wall', '-Wno-error=deprecated-declarations', '-fstrict-aliasing', '-Wstrict-aliasing', '-march=native', '-fstrict-overflow', '-pthread', '-I.', '-I..', '-Ins3/ndnSIM/NFD', '-I../ns3/ndnSIM/NFD', '-Isrc/ndnSIM/NFD/core', '-I../src/ndnSIM/NFD/core', '-Isrc/ndnSIM/NFD/daemon', '-I../src/ndnSIM/NFD/daemon', '-Isrc/ndnSIM/NFD/rib', '-I../src/ndnSIM/NFD/rib', '-Ins3/ndnSIM', '-I../ns3/ndnSIM', '-I/usr/include/libxml2', '-I/usr/include', '-DNS3_BUILD_PROFILE_OPTIMIZED', '-DHAVE_SYS_IOCTL_H=1', '-DHAVE_IF_NETS_H=1', '-DHAVE_NET_ETHERNET_H=1', '-DHAVE_PACKET_H=1', '-DHAVE_IS_DEFAULT_CONSTRUCTIBLE=1', '-DHAVE_IS_NOTHROW_MOVE_CONSTRUCTIBLE=1', '-DHAVE_IS_NOTHROW_MOVE_ASSIGNABLE=1', '-DHAVE_CXX_FRIEND_TYPENAME=1', '-DHAVE_CXX_OVERRIDE_FINAL=1', '-DHAVE_PTHREAD=1', '-DHAVE_SQLITE3=1', '-DHAVE_IF_TUN_H=1', '-DHAVE_GSL=1', '-DHAVE_SQLITE3=1', '-DHAVE_LIBXML2=1', '../scratch/ndn-v2v-net-device-face.cc', '-c', '-o', '/home/bengi/Desktop/ndnSIM/ns-3/build/scratch/ndn-v2v-net-device-face.cc.1.o']<br><br></div><div>Best,<br></div><div>Bengi<br></div></div></div></div>