ndnSIM-nom-rapid-car2car icon indicating copy to clipboard operation
ndnSIM-nom-rapid-car2car copied to clipboard

Build errors with the latest version of ndnSIM

Open Akazgea opened this issue 11 years ago • 2 comments

I am getting a lot of errors (for ndn-v2v-net-device-face files) when I try to build the v2v extension.

Akazgea avatar Aug 22 '13 22:08 Akazgea

Hi, I have updated README to include the necessary version of ndnSIM that needs to be used for this scenario. (Unfortunately, due to extensive API changes, the latest version of ndnSIM cannot be yet used with this scenario.)

cawka avatar Aug 23 '13 16:08 cawka

when I update to specify exact version follow the README ,I meet new errors in the last build step. ../src/ndnSIM/helper/ndn-global-routing-helper.cc:242:68: error: typedef ‘vertex_descriptor’ locally defined but not used [-Werror=unused-local-typedefs] typedef graph_traits < NdnGlobalRouterGraph >::vertex_descriptor vertex_descriptor; ^ ../src/ndnSIM/helper/ndn-global-routing-helper.cc: In static member function ‘static void ns3::ndn::GlobalRoutingHelper::CalculateAllPossibleRoutes()’: ../src/ndnSIM/helper/ndn-global-routing-helper.cc:332:68: error: typedef ‘vertex_descriptor’ locally defined but not used [-Werror=unused-local-typedefs] typedef graph_traits < NdnGlobalRouterGraph >::vertex_descriptor vertex_descriptor; ^ cc1plus: all warnings being treated as errors

ra7ul avatar Oct 26 '14 04:10 ra7ul