Closed Harry9494 closed 5 years ago
Hi, I have been troubled by this problem for a long time. Could you tell me how you solved it?
Follow the install guide to install the ns3
You should install NS3, build and make sure it module works on your machine first.
Then debug with newest version with ns3 3.29, I download from Zheng Peng's Wiki, but it might not available now.
but files still here.
wget http://hudson.ccny.cuny.edu/download/aquasim-ng.tgz
Cuz the GCC version and some dependency, u might need to modify something to make it works. That’s what I did.
for example real -> std::real, cexp -> exp, ... etc...
aqua-sim-signal-cache.cc file does not complile. error: 'creal' was not declared in this scope (line 423) error: 'cexp' was not declared in this scope (line 429)
Would you know why I get this error? I try to run it on Virtualbox (Fedora 30).