Bug 1612

Summary: pyviz (visualizer) will not be installed
Product: ns-3 Reporter: Hajime Tazaki <tazaki>
Component: visualizerAssignee: Gustavo J. A. M. Carneiro <gjcarneiro>
Status: RESOLVED FIXED    
Severity: normal CC: ns-bugs
Priority: P5    
Version: ns-3.16   
Hardware: All   
OS: All   
Attachments: copy src/visualizer/visualizer directory during ./waf install

Description Hajime Tazaki 2013-03-27 01:19:36 UTC
Created attachment 1543 [details]
copy src/visualizer/visualizer directory during ./waf install

The direcoty 'src/visualizer/visualizer' is not installed when './waf install' is executed. This is not a problem when simulation is executed from ns-3-dev directory. But if some other modules use ns-3-dev from outside ns-3-dev directory, and if the original ns-3-dev directory is deleted, this would be a problem. (DCE is this case.)

Attached patch tries to install ns-3-dev/src/visualizer/visualizer to somewhere that a user specified (./waf configure --prefix=).
Comment 1 Hajime Tazaki 2013-04-06 10:25:41 UTC
fixed and pushed to ns-3-dev.

changeset 9287	cab2faac6f45