./src/utils.c: In function ‘sec’:
./src/utils.c:234:26: error: ‘CLOCKS_PER_SEC’ undeclared (first use in this function)
return (float)clocks/CLOCKS_PER_SEC;
Hi, I'm trying to build at Raspberry pi 2b+ with raspbian. If a define CLOCKS_PER_SEC in utils.c it builds (with warnings though).
Just giving feedback.
Goood luck.
./src/utils.c: In function ‘sec’: ./src/utils.c:234:26: error: ‘CLOCKS_PER_SEC’ undeclared (first use in this function) return (float)clocks/CLOCKS_PER_SEC;
Hi, I'm trying to build at Raspberry pi 2b+ with raspbian. If a define CLOCKS_PER_SEC in utils.c it builds (with warnings though). Just giving feedback. Goood luck.