cawka / ndnSIM-nom-rapid-car2car

Script scenarios and graph processing scripts for simulations used in "Rapid Traffic Information Dissemination Using Named Data" paper by Wang et al. (http://dx.doi.org/10.1145/2248361.2248365)
17 stars 13 forks source link

error about "random-variable.h" in compiling ndnsim-nom-rapid-car2car #12

Open atomq opened 6 years ago

atomq commented 6 years ago

when I compiled the source of ndnsim with v2v code in MacOsX and ubuntu12.04/14.04,I always got this errors, could any one tell me how to fix it ?Thanks a lot. errors below:

In file included from ../src/ndnSIM/plugins/topology/rocketfuel-map-reader.h:26: ./ns3/annotated-topology-reader.h:25:10: fatal error: 'ns3/random-variable.h' file not found

include "ns3/random-variable.h"

     ^~~~~~~~~~~~~~~~~~~~~~~

1 error generated.

Waf: Leaving directory `/Users/jack/ndnSIM/ns-3/build' Build failed

angelahed commented 5 years ago

i have the same error.can you share the solution if you have resolved the problem

Fffarkhanda commented 4 years ago

Has anybody resolved this error?