Bug 1839 - private copy constructor of FlowMonitorHelper causes problem in Python bindings.
private copy constructor of FlowMonitorHelper causes problem in Python bindings.
Status: RESOLVED FIXED
Product: ns-3
Classification: Unclassified
Component: flow-monitor
ns-3-dev
PC Linux
: P5 enhancement
Assigned To: Gustavo J. A. M. Carneiro
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2014-01-16 06:29 UTC by Takashi SASAKI
Modified: 2014-01-16 13:12 UTC (History)
2 users (show)

See Also:


Attachments
hg diff (1002 bytes, text/plain)
2014-01-16 06:29 UTC, Takashi SASAKI
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Takashi SASAKI 2014-01-16 06:29:04 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.
Comment 1 Gustavo J. A. M. Carneiro 2014-01-16 06:34:50 UTC
Running waf --apiscan=flowmon should take care of this automatically.
Comment 2 Tommaso Pecorella 2014-01-16 13:12:25 UTC
changeset:   10577:68515954fc99