Bug 1428 - ns-3 doesn't build (Python bindings for DSR)
ns-3 doesn't build (Python bindings for DSR)
Status: RESOLVED DUPLICATE of bug 1427
Product: ns-3
Classification: Unclassified
Component: python bindings
pre-release
PC Linux
: P5 blocker
Assigned To: Gustavo J. A. M. Carneiro
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2012-05-15 15:58 EDT by Vedran Miletić
Modified: 2012-05-15 17:23 EDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Vedran Miletić 2012-05-15 15:58:08 EDT
[1096/1949] cxx: src/dsr/test/dsr-test-suite.cc -> build/src/dsr/test/dsr-test-suite.cc.3.o
[1097/1949] cxx: src/dsr/helper/dsr-main-helper.cc -> build/src/dsr/helper/dsr-main-helper.cc.1.o
[1098/1949] cxx: src/dsr/helper/dsr-helper.cc -> build/src/dsr/helper/dsr-helper.cc.1.o
[1099/1949] cxx: src/dsr/model/dsr-errorbuff.cc -> build/src/dsr/model/dsr-errorbuff.cc.1.o
[1100/1949] cxx: src/dsr/model/dsr-option-header.cc -> build/src/dsr/model/dsr-option-header.cc.1.o
[1101/1949] cxx: src/dsr/model/dsr-fs-header.cc -> build/src/dsr/model/dsr-fs-header.cc.1.o
[1102/1949] cxx: src/dsr/model/dsr-options.cc -> build/src/dsr/model/dsr-options.cc.1.o
[1103/1949] cxx: src/dsr/model/dsr-routing.cc -> build/src/dsr/model/dsr-routing.cc.1.o
[1301/1949] cxx: src/dsr/model/dsr-maintain-buff.cc -> build/src/dsr/model/dsr-maintain-buff.cc.1.o
[1302/1949] cxx: src/dsr/model/dsr-rsendbuff.cc -> build/src/dsr/model/dsr-rsendbuff.cc.1.o
[1303/1949] cxx: src/dsr/model/dsr-rcache.cc -> build/src/dsr/model/dsr-rcache.cc.1.o
[1304/1949] cxx: src/dsr/model/dsr-rreq-table.cc -> build/src/dsr/model/dsr-rreq-table.cc.1.o
[1305/1949] cxx: src/dsr/model/dsr-gratuitous-reply-table.cc -> build/src/dsr/model/dsr-gratuitous-reply-table.cc.1.o
[1306/1949] cxx: src/dsr/model/dsr-network-queue.cc -> build/src/dsr/model/dsr-network-queue.cc.1.o
[1307/1949] cxx: build/src/dsr/bindings/ns3module.cc -> build/src/dsr/bindings/ns3module.cc.7.o
src/dsr/bindings/ns3module.cc: In function ‘int _wrap_convert_py2c__std__vector__lt___ns3__dsr__RouteCache__Neighbor___gt__(PyObject*, std::vector<ns3::dsr::RouteCache::Neighbor>*)’:
src/dsr/bindings/ns3module.cc:25982:44: error: no matching function for call to ‘ns3::dsr::RouteCache::Neighbor::Neighbor()’
src/dsr/bindings/ns3module.cc:25982:44: note: candidates are:
In file included from ./ns3/dsr-routing.h:66:0,
                 from ./ns3/dsr-helper.h:37,
                 from ./ns3/dsr-module.h:13,
                 from src/dsr/bindings/ns3module.h:60,
                 from src/dsr/bindings/ns3module.cc:1:
./ns3/dsr-rcache.h:489:5: note: ns3::dsr::RouteCache::Neighbor::Neighbor(ns3::Ipv4Address, ns3::Mac48Address, ns3::Time)
./ns3/dsr-rcache.h:489:5: note:   candidate expects 3 arguments, 0 provided
./ns3/dsr-rcache.h:482:10: note: ns3::dsr::RouteCache::Neighbor::Neighbor(const ns3::dsr::RouteCache::Neighbor&)
./ns3/dsr-rcache.h:482:10: note:   candidate expects 1 argument, 0 provided
Waf: Leaving directory `/home/vedranm/ns-3-allinone/ns-3-dev/build'
Build failed
 -> task in 'ns3module_dsr' failed (exit status 1):
        {task 26535376: cxx ns3module.cc -> ns3module.cc.7.o}
['/usr/lib64/ccache/g++', '-O0', '-ggdb', '-g3', '-Wall', '-Werror', '-Wno-error=deprecated-declarations', '-fstrict-aliasing', '-Wstrict-aliasing', '-fPIC', '-pthread', '-fno-strict-aliasing', '-fexceptions', '-fstack-protector', '-m64', '-mtune=generic', '-fPIC', '-fwrapv', '-fexceptions', '-fstack-protector', '-m64', '-mtune=generic', '-fPIC', '-fwrapv', '-fno-strict-aliasing', '-fvisibility=hidden', '-Wno-array-bounds', '-pthread', '-pthread', '-Ibuild', '-I.', '-Ibuild/src/dsr/bindings', '-Isrc/dsr/bindings', '-I/usr/include/python2.7', '-I/usr/include/gtk-2.0', '-I/usr/lib64/gtk-2.0/include', '-I/usr/include/atk-1.0', '-I/usr/include/cairo', '-I/usr/include/gdk-pixbuf-2.0', '-I/usr/include/pango-1.0', '-I/usr/include/glib-2.0', '-I/usr/lib64/glib-2.0/include', '-I/usr/include/pixman-1', '-I/usr/include/freetype2', '-I/usr/include/libpng15', '-I/usr/include/libxml2', '-I/home/vedranm/ns-3-allinone/click/include', '-I/home/vedranm/ns-3-allinone/openflow/include', '-DNS3_ASSERT_ENABLE', '-DNS3_LOG_ENABLE', '-DDL=1', '-DXML2=1', '-DSQLITE3=1', '-DHAVE_IF_TUN_H=1', '-DENABLE_GSL', '-DNS_DEPRECATED=', '-DNS3_DEPRECATED_H', '-D_GNU_SOURCE', '-DNDEBUG', '-D_GNU_SOURCE', '-DNS3_CLICK', 'src/dsr/bindings/ns3module.cc', '-c', '-o', 'src/dsr/bindings/ns3module.cc.7.o']
Comment 1 Tom Henderson 2012-05-15 17:23:41 EDT

*** This bug has been marked as a duplicate of bug 1427 ***