[MacPorts] #70755: lrzsz @0.12.20_4: error: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int

MacPorts noreply at macports.org
Sun Nov 3 18:55:02 UTC 2024


#70755: lrzsz @0.12.20_4: error: type specifier missing, defaults to 'int'; ISO C99
and later do not support implicit int
------------------------+---------------------
  Reporter:  gounselor  |      Owner:  (none)
      Type:  defect     |     Status:  new
  Priority:  Normal     |  Milestone:
 Component:  ports      |    Version:  2.10.1
Resolution:             |   Keywords:  sequoia
      Port:  lrzsz      |
------------------------+---------------------

Comment (by wteiken):

 That should read

 With "-std=c90" configure creates an `#define inline __inline` in
 config.h, and that makes the compile work.

 Without "-std=c90" configure creates `#define inline ` in config.h, and
 the functions are not properly inlined, causing the duplicate symbol.

-- 
Ticket URL: <https://trac.macports.org/ticket/70755#comment:6>
MacPorts <https://www.macports.org/>
Ports system for macOS


More information about the macports-tickets mailing list