#61891 closed defect (fixed)
tix @8.4.3_3 +quartz: error: implicit declaration of function 'panic' is invalid in C99
Reported by: | lmhaffner | Owned by: | ryandesign (Ryan Carsten Schmidt) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.6.4 |
Keywords: | bigsur catalina | Cc: | |
Port: | tix |
Description
tix fails to build on macOS 11.x and XCode 12.3 with the new "implicit declaration" warning being elevated to a compiler error.
Example line from the log (attached):
:info:build ./generic/tixDiStyle.c:788:2: error: implicit declaration of function 'panic' is invalid in C99 [-Werror,-Wimplicit-function-declaration] :info:build panic("DItem is already associated with style");
Attachments (1)
Change History (4)
Changed 4 years ago by lmhaffner
comment:1 Changed 4 years ago by ryandesign (Ryan Carsten Schmidt)
Keywords: | catalina added |
---|---|
Owner: | set to ryandesign |
Status: | new → accepted |
Summary: | tix @8.4.3_3 +quartz - Build failure - panic implicit declaration causes error → tix @8.4.3_3 +quartz: error: implicit declaration of function 'panic' is invalid in C99 |
comment:2 Changed 4 years ago by ryandesign (Ryan Carsten Schmidt)
Resolution: | → fixed |
---|---|
Status: | accepted → closed |
comment:3 Changed 3 years ago by chrstphrchvz (Christopher Chavez)
Note: See
TracTickets for help on using
tickets.
Build log