drakkar-lig / lora-ns3-module

Lora module on ns-3
GNU General Public License v2.0
14 stars 9 forks source link

configure error #1

Open GaoSirgoo opened 6 years ago

GaoSirgoo commented 6 years ago

Hey guys When I'm going to use your source code to see the lora module on ns3,I got some errors form your source code and I can not figure it out,BTW, I'm working it on Mac Os 10.14 , ns-3.29,the error is just like this: n file included from ../src/lora/model/lora-phy-gen.cc:23: ../src/lora/model/lora-channel.h:78:20: error: virtual function 'GetNDevices' has a different return type ('uint32_t' (aka 'unsigned int')) than the function it overrides (which has return type 'std::size_t' (aka 'unsigned long')) virtual uint32_t GetNDevices (void) const;