Bugzilla – Bug 1248
click bindings fail to build
Last modified: 2011-08-19 02:12:41 UTC
394 hg clone http://code.nsnam.org/ns-3-allinone 395 cd ns-3-allinone/ 396 ./download.py 397 cd ns-3-dev/ 398 ./waf -d debug configure --enable-examples --enable-tests --with-nsclick=/root/buildbot/packages/click --with-pybindgen=../pybindgen/ 399 ./waf [1343/1711] cxx: src/click/examples/nsclick-routing.cc -> build/debug/src/click/examples/nsclick-routing_5.o [1344/1711] cxx: build/debug/src/click/bindings/ns3module.cc -> build/debug/src/click/bindings/ns3module_5.o In file included from debug/src/click/bindings/ns3module.cc:1:0: debug/src/click/bindings/ns3module.h:84:5: error: ‘AttributeList’ in namespace ‘ns3’ does not name a type In file included from debug/src/click/bindings/ns3module.cc:1:0: debug/src/click/bindings/ns3module.h:564:5: error: ‘AttributeInfo’ in class ‘ns3::TypeId’ does not name a type debug/src/click/bindings/ns3module.h:577:5: error: ‘UnsafeAttributeList’ in namespace ‘ns3’ does not name a type Waf: Leaving directory `/home/john/ns3test/ns-3-allinone/ns-3-dev/build' Build failed: -> task failed (err #1): {task: cxx ns3module.cc -> ns3module_5.o}
please close if changeset cb9c052288e2 fixes for you
(In reply to comment #1) > please close if changeset cb9c052288e2 fixes for you That fixes it. Thanks!