[Dxspider-support] GCC 14 make error in client.c
djk
djk at tobit.co.uk
Thu Aug 28 10:11:19 BST 2025
This will likely get fixed in an upcoming release IFF you are on the
mojo branch of the code. But I am surprised this is now defaulting to be
an error, rather than a warning.
But the more important question is: why are you using it? The only real
use is in certain - likely now obsolete - uses in the AX25 space.
73 Dirk G1TLH
On 27/08/2025 19:03, Joe Fellner via Dxspider-support wrote:
> Hello,
> For recent systems comming with gcc 14 the following crash happens on
> running make in /spider/src
> -------
> cc -g -O -c -o client.o client.c
> client.c: In function 'fcb_handler':
> client.c:558:41: error: 'return' with no value, in function returning
> non-void [-Wreturn-mismatch]
> 558 | return;
> | ^~~~~~
> client.c:356:5: note: declared here
> 356 | int fcb_handler(sel_t *sp, int in, int out, int err)
> | ^~~~~~~~~~~
> client.c: At top level:
> client.c:864:1: error: return type defaults to 'int' [-Wimplicit-int]
> 864 | main(int argc, char *argv[])
> | ^~~~
> make: *** [<builtin>: client.o] Error 1
> -------
> No C skills here to fix that issue on my side.
> Therefor I have locked my baseimage in my docker deployment to alpine
> linux 3.20 that has gcc 13.2
> but it would be nice to have it on the latest alpine docker image for
> security reasons.
> My repo:
> https://github.com/DocViper666/dxspider-deployment
> 73 de Joe, OE5JFE
>
> _______________________________________________
> Dxspider-support mailing list
> Dxspider-support at tobit.co.uk
> https://mailman.tobit.co.uk/mailman/listinfo/dxspider-support
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.tobit.co.uk/pipermail/dxspider-support/attachments/20250828/33ad085d/attachment.htm>
More information about the Dxspider-support
mailing list