Bugzilla – Bug 1839
private copy constructor of FlowMonitorHelper causes problem in Python bindings.
Last modified: 2014-01-16 13:12:25 UTC
Created attachment 1764 [details] hg diff The copy constructor of FlowMonitorHelper was changed to private in recent changeset http://code.nsnam.org/ns-3-dev/rev/efba60267342 . It causes error while building python bindings in function PyObject* _wrap_PyNs3FlowMonitorHelper__copy__(PyNs3FlowMonitorHelper*) . Commenting out line 982 in modulegen__gcc_LP64.py fixes this error.
Running waf --apiscan=flowmon should take care of this automatically.
changeset: 10577:68515954fc99