Hi,
compiling this new version in linux (with ot without openmp) yelds an error:
In file included from src/plm.c:15:
src/include/plm.h:106:20: error: field ‘start’ has incomplete type
106 | struct timeval start; // sys/time.h
| ^~~~~
In file included from src/include/weights.h:4,
from src/weights.c:6:
src/include/plm.h:106:20: error: field ‘start’ has incomplete type
106 | struct timeval start; // sys/time.h
| ^~~~~
In file included from src/main.c:5:
src/include/plm.h:106:20: error: field ‘start’ has incomplete type
106 | struct timeval start; // sys/time.h
Hi, compiling this new version in linux (with ot without openmp) yelds an error:
In file included from src/plm.c:15: src/include/plm.h:106:20: error: field ‘start’ has incomplete type 106 | struct timeval start; // sys/time.h | ^~~~~ In file included from src/include/weights.h:4, from src/weights.c:6: src/include/plm.h:106:20: error: field ‘start’ has incomplete type 106 | struct timeval start; // sys/time.h | ^~~~~ In file included from src/main.c:5: src/include/plm.h:106:20: error: field ‘start’ has incomplete type 106 | struct timeval start; // sys/time.h