Opened 3 days ago

Last modified 3 days ago

#70755 new defect

lrzsz @0.12.20_4: error: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int — at Version 1

Reported by: gounselor (Michael Stiller) Owned by:
Priority: Normal Milestone:
Component: ports Version: 2.10.1
Keywords: sequoia Cc:
Port: lrzsz

Description (last modified by ryandesign (Ryan Carsten Schmidt))

lrzsz does not build because configure fails:

configure:1014: gcc -o conftest    conftest.c  1>&5
configure:1011:1: error: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int [-Wimplicit-int]
 1011 | main(){return(0);}
      | ^
      | int
1 error generated.
configure: failed program was:
#line 1010 "configure"
#include "confdefs.h"
main(){return(0);}

Change History (2)

Changed 3 days ago by gounselor (Michael Stiller)

Attachment: config.log added

config.log output of configure

comment:1 Changed 3 days ago by ryandesign (Ryan Carsten Schmidt)

Description: modified (diff)
Keywords: sequoia added; lrzsz Sequoia 15.0 removed
Summary: lrzsz @0.12.20_4.darwin_24.arm64: build fails on macOS Sequoia 15.0 (24A335)lrzsz @0.12.20_4: error: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int
Note: See TracTickets for help on using tickets.