I have downloaded a veins 5.2 from here. When trying to run veins_inet example available in the subprojects folder, I receive an error saying ./veins_inet/veins_inet.h:37:2: error: #error Veins version 5.1 or compatible required
"Compatible" is defined as
#if !(VEINS_VERSION_MAJOR == 5 && VEINS_VERSION_MINOR >= 1)
#error Veins version 5.1 or compatible required
#endif
But if I go to the veins-veins-5.2 folder and run ./print-veins-version
, indeed 5.0
gets returned.
Is this a bug? And is it safe just to comment the above codeblock out, so I can run the simulation.