Bugzilla – Bug 1425
LTE python bindings
Last modified: 2012-05-15 11:12:58 UTC
New error due to the LTE bindings src/lte/bindings/ns3module.cc: In function ‘int _wrap_convert_py2c__std__map__lt___unsigned_short__ns3__Ptr__lt___ns3__UeInfo___gt_____gt__(PyObject*, std::map<short unsigned int, ns3::Ptr<ns3::UeInfo>, std::less<short unsigned int>, std::allocator<std::pair<const short unsigned int, ns3::Ptr<ns3::UeInfo> > > >*)’: src/lte/bindings/ns3module.cc:68365: error: ‘>>’ operator will be treated as two right angle brackets in C++0x src/lte/bindings/ns3module.cc:68365: error: suggest parentheses around ‘>>’ expression src/lte/bindings/ns3module.cc:68365: error: ‘item’ was not declared in this scope src/lte/bindings/ns3module.cc:68365: error: ‘>>’ should be ‘> >’ within a nested template argument list
I don't get this error. Maybe the recent upgrade to pybindgen trunk revno 809 solved it. Do reopen if the problem persists.