You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
../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
The text was updated successfully, but these errors were encountered:
../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
The text was updated successfully, but these errors were encountered: