Changes between Initial Version and Version 1 of Ticket #71492
- Timestamp:
- Dec 9, 2024, 6:18:31 PM (17 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #71492
-
Property
Summary
changed from
traceroute @1.4a12 fails on Sequoiatotraceroute @1.4a12: error: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int [-Wimplicit-int]
-
Property
Summary
changed from
-
Ticket #71492 – Description
initial v1 1 Appears to be related to the same as https://trac.macports.org/ticket/707551 Appears to be related to the same as #70755 2 2 3 3 Fails in configure step with 4 4 5 {{{ 5 6 configure:835:1: error: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int [-Wimplicit-int] 6 7 835 | main(){return(0);} … … 12 13 #line 833 "configure" 13 14 #include "confdefs.h" 15 }}}
