Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build errors with the latest version of ndnSIM #3

Open
Akazgea opened this issue Aug 22, 2013 · 2 comments
Open

Build errors with the latest version of ndnSIM #3

Akazgea opened this issue Aug 22, 2013 · 2 comments

Comments

@Akazgea
Copy link

Akazgea commented Aug 22, 2013

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

@cawka
Copy link
Owner

cawka commented Aug 23, 2013

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.)

@ra7ul
Copy link

ra7ul commented Oct 26, 2014

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants