We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
It looks like there's some kind of header issue with timeval on Alpine Linux.
timeval
#34 3.586 [ 15%] Building C object CMakeFiles/vdlm2dec.dir/crc.c.o #34 3.660 [ 23%] Building C object CMakeFiles/vdlm2dec.dir/d8psk.c.o #34 4.231 [ 30%] Building C object CMakeFiles/vdlm2dec.dir/label.c.o #34 4.255 In file included from /vdlm2dec/label.c:5: #34 4.255 /vdlm2dec/vdlm2.h:47:17: error: field 'tv' has incomplete type #34 4.255 struct timeval tv; #34 4.255 ^~ #34 4.258 In file included from /vdlm2dec/label.c:6: #34 4.258 /vdlm2dec/acars.h:47:24: error: field 'ts' has incomplete type #34 4.258 struct timeval ts,tl; #34 4.258 ^~ #34 4.258 /vdlm2dec/acars.h:47:27: error: field 'tl' has incomplete type #34 4.258 struct timeval ts,tl; #34 4.258 ^~ #34 4.268 make[2]: *** [CMakeFiles/vdlm2dec.dir/build.make:102: CMakeFiles/vdlm2dec.dir/label.c.o] Error 1 #34 4.270 make[1]: *** [CMakeFiles/Makefile2:73: CMakeFiles/vdlm2dec.dir/all] Error 2 #34 4.270 make: *** [Makefile:130: all] Error 2
The text was updated successfully, but these errors were encountered:
Could you check with V2.3
Sorry, something went wrong.
I'll give it a shot and let you know!
No branches or pull requests
It looks like there's some kind of header issue with
timeval
on Alpine Linux.The text was updated successfully, but these errors were encountered: