Opened 7 years ago

Closed 7 years ago

#54758 closed defect (duplicate)

gindent @2.2.11 fails to build on MacOS 10.13

Reported by: rex4539 (Dimitris Apostolou) Owned by:
Priority: Normal Milestone:
Component: ports Version: 2.4.99
Keywords: highsierra Cc: larryv (Lawrence Velázquez)
Port: gindent

Description


Attachments (1)

main.log (32.7 KB) - added by rex4539 (Dimitris Apostolou) 7 years ago.

Download all attachments as: .zip

Change History (4)

Changed 7 years ago by rex4539 (Dimitris Apostolou)

Attachment: main.log added

comment:1 Changed 7 years ago by rex4539 (Dimitris Apostolou)

:info:build In file included from lexi.c:206:
:info:build ./gperf.c:94:1: error: conflicting types for 'is_reserved'
:info:build is_reserved (register const char *str, register size_t len)
:info:build ^
:info:build lexi.c:204:11: note: previous declaration is here
:info:build templ_ty *is_reserved (const char *str, unsigned int len);
:info:build           ^
:info:build In file included from lexi.c:220:
:info:build ./gperf-cc.c:95:1: error: conflicting types for 'is_reserved_cc'
:info:build is_reserved_cc (register const char *str, register size_t len)
:info:build ^
:info:build lexi.c:218:11: note: previous declaration is here
:info:build templ_ty *is_reserved_cc (register const char *str, register unsigned int len);

comment:2 Changed 7 years ago by kencu (Ken)

There's a pull request in for a fix for this. See 54466.

comment:3 Changed 7 years ago by raimue (Rainer Müller)

Resolution: duplicate
Status: newclosed
Note: See TracTickets for help on using tickets.