On Ubuntu 24.04 with gcc 13.3.0, I get the following compilation error:
.../ns-3-dev/src/fd-net-device/helper/netmap-net-device-helper.cc: In member function ‘virtual int ns3::NetmapNetDeviceHelper::CreateFileDescriptor() const’:
.../ns-3-dev/src/fd-net-device/helper/netmap-net-device-helper.cc:354:14: error: ISO C++ forbids variable length array ‘control’ [-Werror=vla]
354 | char control[CMSG_SPACE(msg_size)];
| ^~~~~~~
Signed-off-by: Martin Belanger <martin.belanger@dell.com>