OpenRV icon indicating copy to clipboard operation
OpenRV copied to clipboard

#include <sys/sysctl.h> deprecated from glibc on recent distros add conditional import that only runs if the distro is old enough.

Open NicTanghe opened this issue 2 years ago • 0 comments

#include <sys/sysctl.h> Deprecated from glibc on EL9.

Please add conditional statement that checks how recent your system is to OpenRV/src/lib/base/TwkUtil/SystemInfo.cpp,

NicTanghe avatar Jan 21 '23 11:01 NicTanghe