-
Notifications
You must be signed in to change notification settings - Fork 22
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
Build error #1
Comments
Dear John, Thank you for your interest. The code has been written in ns-3.30 and I guess you are running the latest release, ns-3.33. I have just noticed that they removed the 'Default' member in the classes 'ns3::SpectrumWifiPhyHelper' and 'ns3::YansWifiPhyHelper' in release 3.33. Thus, this is the source of the compilation error. Best regards, |
Matteo, thanks for the reply. That does solve that error, but there are more. I guess there would be more work to become compatible with 3.33.
|
Replace (WIFI_PHY_STANDARD_80211ac) with (WIFI_STANDARD_80211ac) and it should work fine. The WifiHelper::SetStandard (WifiPhyStandard standard) method no |
Hi. How I can overcome this error ../scratch/wifi_1ch.cc:404:20: error: 'static void ns3::BuildingsHelper::MakeMobilityModelConsistent()' is deprecated [-Werror=deprecated-declarations] |
I am using ns 3.39 please tell me the changes as compare to earlier version of ns3 like what mentioned by sourajitdas and matteonerini |
I was also facing this same error from past 2 days, but this simple modification worked for me. |
heyyy, i'm also using some new version of ns3 and facing problems while running the code , can you please tell me change you did that worked for you to atleast run the code |
were you able to run the code, if yes, can you please share the list of changes you did to run it in the newer versions of ns3 |
I think the author should mention ns-3 version in README. |
The text was updated successfully, but these errors were encountered: