Skip to content
New issue

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

Issue building on Alpine Linux amd64 #42

Open
kevinelliott opened this issue Apr 29, 2020 · 2 comments
Open

Issue building on Alpine Linux amd64 #42

kevinelliott opened this issue Apr 29, 2020 · 2 comments

Comments

@kevinelliott
Copy link

It looks like there's some kind of header issue with timeval on Alpine Linux.

#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
@TLeconte
Copy link
Owner

TLeconte commented Mar 5, 2023

Could you check with V2.3

@kevinelliott
Copy link
Author

Could you check with V2.3

I'll give it a shot and let you know!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants