wormhole
wormhole copied to clipboard
redhat-release-5Server-5.3.0.3 `make` error
Dear all,
I download wormhole and make it on redhat-release-5Server-5.3.0.3. An error happened as following:
In file included from ./src/base/common.h:40:0,
from src/system/postoffice.h:2,
from src/ps.h:8,
from src/ps_main.cc:1:
./src/base/resource_usage.h: In function ‘timespec ps::hwtic()’:
./src/base/resource_usage.h:50:17: error: ‘CLOCK_MONOTONIC_RAW’ was not declared in this scope
clock_gettime(CLOCK_MONOTONIC_RAW, &tv);
I hope you can tell me how to fix it. Thanks!