I have a version of ns-3.26 installed on my VM. Its working fine.
However now I need to use very old code and since I dont want to break anything, I downloaded ns-3.26 again and wanted to build it.
But the waf configure
gives me for this version a lot of missing headers:
Checking for header stdint.h : not found
Checking for header inttypes.h : not found
Checking for header sys/inttypes.h : not found
Checking for header sys/types.h : not found
Checking for header sys/stat.h : not found
Checking for header dirent.h : not found
Checking for header stdlib.h : not found
Checking for header signal.h : not found
In the first version it does find all headers. I am totally confused by that and have no idea how to tackle this problem. What could be the reason for that and how can I solve it?
// EDIT: I am forced to this version of ns3