Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

I can't find ns3/tcp-optimizer.h in the model of satellite-network #6

Open
wuliuqi567 opened this issue Oct 12, 2021 · 5 comments
Open

Comments

@wuliuqi567
Copy link

wuliuqi567 commented Oct 12, 2021

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"

@xdr940
Copy link

xdr940 commented Oct 28, 2021

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?

@snkas
Copy link
Owner

snkas commented Oct 28, 2021

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 ?

@xdr940
Copy link

xdr940 commented Nov 6, 2021

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.

@Awenniai
Copy link

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?

@YuzuApchan
Copy link

YuzuApchan commented Jul 23, 2022

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants