Hello,
I have been having issues compiling even just inet after copying the folders.
Among the errors, one is this:
In file included from inet/routing/leach/Leach.cc:8:
inet/routing/leach/Leach.h:56:15: error: duplicate member 'event'
cMessage *event = nullptr;
^
we see the change was introduced at some point here:
https://github.com/Agr-IoT/LEACH/blame/3d2ba86565b29f0da14f0a6473a699e47d3095de/inet/routing/leach/Leach.h#L56
Is it desired? is there a commit number that is known to work and the rest after has not yet been tested?
Thank you!