Hey guys,
One of my build started failing with 1.10. Basically I'm building a wrapper
around a C library and it fails with:
# runtime/cgo
gcc_libinit.c: In function '_cgo_try_pthread_create':
gcc_libinit.c:97:18: error: storage size of 'ts' isn't known
struct timespec ts;
^~
gcc_libinit.c:110:3: error: implicit declaration of function 'nanosleep'
[-Werror=implicit-function-declaration]
nanosleep(&ts, nil);
^~~~~~~~~
gcc_libinit.c:97:18: error: unused variable 'ts' [-Werror=unused-variable]
struct timespec ts;
^~
cc1: all warnings being treated as errors
https://travis-ci.org/miracl/gomiracl/jobs/344782123
Any hint's what's causing this?
Cheers,
Vladi
--
You received this message because you are subscribed to the Google Groups
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.