powturbo / TurboBench

Compression Benchmark
326 stars 34 forks source link

Compile error #30

Closed wandersonareis closed 2 years ago

wandersonareis commented 2 years ago

In file included from turbobench.c:66: time_.h:34:26: error: conflicting types for ‘uint64_t’; have ‘long long unsigned int’ 34 | typedef unsigned int64 uint64_t; | ^~~~ In file included from /usr/include/sys/types.h:46, from /usr/include/stdio.h:61, from turbobench.c:31: /usr/include/sys/_stdint.h:60:20: note: previous declaration of ‘uint64_t’ with type ‘uint64_t’ {aka ‘long unsigned int’} 60 | typedef uint64_t uint64_t ; | ^~~~ make: *** [makefile:726: turbobench.o] Error 1

wandersonareis commented 2 years ago

Solved.