Open wuliuqi567 opened 3 years ago
hello! when i use waf to compile, it can't find ns3/tcp-optimizer.h in the model of satellite-network, i try to find it in the /ns-3.33/src/internet/model, but there is still no. In file included from ../../contrib/satellite-network/test/satellite-network-test-suite.cc:6: ../../contrib/satellite-network/test/manual-two-sat-two-gs-test.h:19:10: fatal error: ns3/tcp-optimizer.h: No such file or directory 19 | #include "ns3/tcp-optimizer.h"
Same error, have you fixed it now?
Did you fetch the correct version of basic-sim by performing:
git submodule update --init --recursive
As is done in https://github.com/snkas/hypatia/blob/master/hypatia_install_dependencies.sh ?
than
Did you fetch the correct version of basic-sim by performing:
git submodule update --init --recursive
As is done in https://github.com/snkas/hypatia/blob/master/hypatia_install_dependencies.sh ?
Thanks, I have solved it. Will you continue to update the Hypatia later? At least make it match the latest version of basic-sim.
than
Did you fetch the correct version of basic-sim by performing:
git submodule update --init --recursive
As is done in https://github.com/snkas/hypatia/blob/master/hypatia_install_dependencies.sh ?
Thanks, I have solved it. Will you continue to update the Hypatia later? At least make it match the latest version of basic-sim.
How did you solve this question? Update a newer version ns-3?
than
Did you fetch the correct version of basic-sim by performing:
git submodule update --init --recursive
As is done in https://github.com/snkas/hypatia/blob/master/hypatia_install_dependencies.sh ?
Thanks, I have solved it. Will you continue to update the Hypatia later? At least make it match the latest version of basic-sim.
How did you solve this question? Update a newer version ns-3?
Try the old version. https://github.com/snkas/basic-sim/tree/v0.1-alpha
hello! when i use waf to compile, it can't find ns3/tcp-optimizer.h in the model of satellite-network, i try to find it in the /ns-3.33/src/internet/model, but there is still no. In file included from ../../contrib/satellite-network/test/satellite-network-test-suite.cc:6: ../../contrib/satellite-network/test/manual-two-sat-two-gs-test.h:19:10: fatal error: ns3/tcp-optimizer.h: No such file or directory 19 | #include "ns3/tcp-optimizer.h"