[1919/1972] Compiling scratch/blackholewmn.cc
../scratch/blackholewmn.cc: In function ‘int main(int, char**)’:
../scratch/blackholewmn.cc:165:5: error: ‘NqosWifiMacHelper’ was not declared in this scope
NqosWifiMacHelper wifiMac = NqosWifiMacHelper::Default ();
^~~~~~~~~~~~~~~~~
../scratch/blackholewmn.cc:165:5: note: suggested alternative: ‘_ZTIN3ns313WifiMacHelperE’
NqosWifiMacHelper wifiMac = NqosWifiMacHelper::Default ();
^~~~~~~~~~~~~~~~~
_ZTIN3ns313WifiMacHelperE
../scratch/blackholewmn.cc:168:42: error: ‘wifiMac’ was not declared in this scope
meshDevices = wifi.Install (wifiPhy, wifiMac, nc_meshNodes);
^~~~~~~
../scratch/blackholewmn.cc:168:42: note: suggested alternative: ‘wifiPhy’
meshDevices = wifi.Install (wifiPhy, wifiMac, nc_meshNodes);
^~~~~~~
wifiPhy
../scratch/blackholewmn.cc:170:36: error: ‘Default’ is not a member of ‘ns3::WifiHelper’
WifiHelper wifi1 = WifiHelper::Default();
^~~~~~~
../scratch/blackholewmn.cc:174:23: error: expected ‘;’ before ‘mac1’
NqosWifiMacHelper mac1 = NqosWifiMacHelper::Default();
^~~~
../scratch/blackholewmn.cc:177:5: error: ‘mac1’ was not declared in this scope
mac1.SetType("ns3::StaWifiMac",
^~~~
../scratch/blackholewmn.cc:177:5: note: suggested alternative: ‘main’
mac1.SetType("ns3::StaWifiMac",
^~~~
main
../scratch/blackholewmn.cc:193:36: error: ‘Default’ is not a member of ‘ns3::WifiHelper’
WifiHelper wifi2 = WifiHelper::Default();
^~~~~~~
../scratch/blackholewmn.cc:197:23: error: expected ‘;’ before ‘mac2’
NqosWifiMacHelper mac2 = NqosWifiMacHelper::Default();
^~~~
../scratch/blackholewmn.cc:200:5: error: ‘mac2’ was not declared in this scope
mac2.SetType("ns3::StaWifiMac",
^~~~
../scratch/blackholewmn.cc:200:5: note: suggested alternative: ‘main’
mac2.SetType("ns3::StaWifiMac",
^~~~
main