Bug 1248

Summary: click bindings fail to build
Product: ns-3 Reporter: John Abraham <john.abraham.in>
Component: clickAssignee: Lalith Suresh <suresh.lalith>
Status: RESOLVED FIXED    
Severity: blocker CC: ns-bugs, tomh
Priority: P5    
Version: pre-release   
Hardware: All   
OS: All   

Description John Abraham 2011-08-18 15:01:58 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}
Comment 1 Tom Henderson 2011-08-19 00:44:17 UTC
please close if changeset cb9c052288e2 fixes for you
Comment 2 Lalith Suresh 2011-08-19 02:12:14 UTC
(In reply to comment #1)
> please close if changeset cb9c052288e2 fixes for you

That fixes it. Thanks!