Error: "No such file or directory: 'path-to-ns3/build/build-status.py'"
non-det-alle opened this issue · 2 comments
non-det-alle commented
Hello,
Trying to use the module with new freshly-built versions of ns-3 produces this error: "No such file or directory: 'path-to-ns3/build/build-status.py'". The new ./ns3
script writes the same info in .lock-ns3_linux_build
in the main ns-3 dir (for reference). I think the error is produced by the code in runner.py
, but there may be other instances.
pagmatt commented
Hi,
We are currently working on this. If you happen to be in a hurry (and to use Linux), you can try the branch new-buildsystem-fix
. However, please be aware that it is an experimental development branch.
non-det-alle commented
Hello,
Thanks for letting me know. I was indeed in a hurry, here is the hotfix I implemented at the time if it can be of any help.