Closed dforero0896 closed 1 year ago
Sorry, 2 more minutes of google led me here https://stackoverflow.com/questions/71294793/gcc-clock-realtime-is-undeclared. The solution seems to be defining #define _GNU_SOURCE
and #define _POSIX_C_SOURCE 1999309L
.
If you are on a cluster, you probably don't need graphics and GUI, you can deactivate them by creating a file CMakeOptions.txt
in geogram sources directory with the following line:
set(GEOGRAM_LIB_ONLY ON)
Hi, I've just tried to compile geogram on a cluster and I got the following error. After googling a bit, I tried switching
sys/time.h
totime.h
to no avail.Thanks in advance for any help!