-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
…M repos Refs #3
- Loading branch information
There are no files selected for viewing
2 comments
on commit 088ed3d
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
cann'ot run this .
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
when I do this, it showed like below after the step'./waf': ../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
how should I do?
when I run "cd ns-3; git checkout -b ndnSIM-0.4.3 origin/ndnSIM-0.4.3", this error appear:
fatal: cannot update paths and switch to branch 'ndnSIM-0.4.3' at the same time. Did you intend to checkout 'origin/ndnSIM-0.4.3' which can not be resolved as commit?
How should I fix this error?