Changes between Initial Version and Version 1 of Ticket #71492


Ignore:
Timestamp:
Dec 9, 2024, 6:18:31 PM (17 months ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #71492

    • Property Summary changed from traceroute @1.4a12 fails on Sequoia to traceroute @1.4a12: error: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int [-Wimplicit-int]
  • Ticket #71492 – Description

    initial v1  
    1 Appears to be related to the same as https://trac.macports.org/ticket/70755
     1Appears to be related to the same as #70755
    22
    33Fails in configure step with
    44
     5{{{
    56configure:835:1: error: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int [-Wimplicit-int]
    67    835 | main(){return(0);}
     
    1213  #line 833 "configure"
    1314  #include "confdefs.h"
     15}}}