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

There are same problems when I module the aodvKmeans. #10

Open
Han1Yh opened this issue Feb 17, 2023 · 0 comments
Open

There are same problems when I module the aodvKmeans. #10

Han1Yh opened this issue Feb 17, 2023 · 0 comments

Comments

@Han1Yh
Copy link

Han1Yh commented Feb 17, 2023

../src/aodvKmeans/model/aodvKmeans-routing-protocol.cc:42:37: fatal error: ns3/wifi-mac-queue-item.h: No such file or directory
compilation terminated.

../src/aodvKmeans/examples/aodvKmeans.cc: In member function ‘bool aodvKmeansExample::Configure(int, char**)’:
../src/aodvKmeans/examples/aodvKmeans.cc:132:28: error: no matching function for call to ‘ns3::CommandLine::CommandLine(const char [41])’
CommandLine cmd (FILE);
^
In file included from ./ns3/core-module.h:21:0,
from ../src/aodvKmeans/examples/aodvKmeans.cc:26:
./ns3/command-line.h:211:3: note: candidate: ns3::CommandLine::CommandLine(const ns3::CommandLine&)
CommandLine (const CommandLine &cmd);
^
./ns3/command-line.h:211:3: note: no known conversion for argument 1 from ‘const char [41]’ to ‘const ns3::CommandLine&’
./ns3/command-line.h:205:3: note: candidate: ns3::CommandLine::CommandLine()
CommandLine ();
^
./ns3/command-line.h:205:3: note: candidate expects 0 arguments, 1 provided

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

1 participant