Changes between Initial Version and Version 1 of Ticket #70755


Ignore:
Timestamp:
Sep 17, 2024, 1:40:59 PM (3 days ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #70755

    • Property Keywords sequoia added; lrzsz Sequoia 15.0 removed
    • Property Summary changed from lrzsz @0.12.20_4.darwin_24.arm64: build fails on macOS Sequoia 15.0 (24A335) to lrzsz @0.12.20_4: error: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int
  • Ticket #70755 – Description

    initial v1  
    11lrzsz does not build because configure fails:
    22
     3{{{
    34configure:1014: gcc -o conftest    conftest.c  1>&5
    45configure:1011:1: error: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int [-Wimplicit-int]
     
    1112#include "confdefs.h"
    1213main(){return(0);}
     14}}}