[MacPorts] #29974: gperf produces code that is not C99 compatible
#29974: gperf produces code that is not C99 compatible -----------------------------------+---------------------------------------- Reporter: jeremyhu@… | Owner: mcalhoun@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.9.2 Keywords: | Port: gperf -----------------------------------+---------------------------------------- gperf uses this: {{{ #ifdef __GNUC__ __inline #endif }}} rather than this: {{{ static inline }}} This can be seen in lex.c in ruby which fails to build with clang. -- Ticket URL: <https://trac.macports.org/ticket/29974> MacPorts <http://www.macports.org/> Ports system for Mac OS
#29974: gperf produces code that is not C99 compatible ------------------------------------+--------------------------------------- Reporter: jeremyhu@… | Owner: mcalhoun@… Type: defect | Status: closed Priority: Normal | Milestone: Component: ports | Version: 1.9.2 Resolution: fixed | Keywords: Port: gperf | ------------------------------------+--------------------------------------- Changes (by jeremyhu@…): * status: new => closed * resolution: => fixed Comment: r80063 -- Ticket URL: <https://trac.macports.org/ticket/29974#comment:1> MacPorts <http://www.macports.org/> Ports system for Mac OS
#29974: gperf produces code that is not C99 compatible ------------------------------------+--------------------------------------- Reporter: jeremyhu@… | Owner: mcalhoun@… Type: defect | Status: closed Priority: Normal | Milestone: Component: ports | Version: 1.9.2 Resolution: fixed | Keywords: Port: gperf | ------------------------------------+--------------------------------------- Comment(by akim.demaille@…): Was anything reported upstream about this failure? -- Ticket URL: <https://trac.macports.org/ticket/29974#comment:2> MacPorts <http://www.macports.org/> Ports system for Mac OS
#29974: gperf produces code that is not C99 compatible ------------------------------------+--------------------------------------- Reporter: jeremyhu@… | Owner: mcalhoun@… Type: defect | Status: closed Priority: Normal | Milestone: Component: ports | Version: 1.9.2 Resolution: fixed | Keywords: Port: gperf | ------------------------------------+--------------------------------------- Comment(by jeremyhu@…): I believe so, but I don't followup on such issues unless it's a port I actually maintain. -- Ticket URL: <https://trac.macports.org/ticket/29974#comment:3> MacPorts <http://www.macports.org/> Ports system for Mac OS
participants (1)
-
MacPorts