-
Notifications
You must be signed in to change notification settings - Fork 34
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 failed #10
Comments
Hi, could you comment out (or remove) this line and try to build? In the file src/point-to-point/model/qbb-net-device.cc Ill make the changes and push soon. |
I commented the lines with 'GetNode'. I don't have the same failure but now my WSL2/Ubuntu simply crashes out every time during the build with ./waf. It was the same after cleaning up the build with ./waf clean. |
After reboot of the windows base, this issue seems to have gone away, Thanks, |
Hi @vamsiDT, I'm also getting build failures. ../src/internet/model/tcp-advanced.cc:208:17: error: variable-sized object may not be initialized Any idea why it happens? I'm trying to build queueing branch Thanks! |
I ran into the following build failure in the initial build with ./waf.
../src/point-to-point/model/qbb-net-device.cc:91:32: error: ‘class ns3::RdmaEgressQueue’ has no member named ‘GetNode’; did you mean ‘GetNBytes’?
std::cout << "node" << this->GetNode().GetId() << " packetSize " << p->GetSize() << " time " << Simulator::Now().GetNanoSeconds() << " unsched " << unsched << std::endl;
^~~~~~~
GetNBytes
The text was updated successfully, but these errors were encountered: