|
Bugzilla – Full Text Bug Listing |
| Summary: | pyviz (visualizer) will not be installed | ||
|---|---|---|---|
| Product: | ns-3 | Reporter: | Hajime Tazaki <tazaki> |
| Component: | visualizer | Assignee: | 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 | ||
fixed and pushed to ns-3-dev. changeset 9287 cab2faac6f45 |
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=).