Opened 4 years ago
Closed 4 years ago
#61278 closed defect (fixed)
convertlit @1.8: error: implicit declaration of function 'LZXinit' is invalid in C99
Reported by: | rlhamil | Owned by: | ryandesign (Ryan Carsten Schmidt) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.6.3 |
Keywords: | Cc: | ||
Port: | convertlit |
Description
errors:
:info:build litsections.c:332:14: error: implicit declaration of function 'LZXinit' is invalid in C99 [-Werror,-Wimplicit-function-declaration] :info:build litsections.c:402:17: error: implicit declaration of function 'LZXreset' is invalid in C99 [-Werror,-Wimplicit-function-declaration] :info:build litsections.c:403:26: error: implicit declaration of function 'LZXdecompress' is invalid in C99 [-Werror,-Wimplicit-function-declaration] :info:build litsections.c:422:9: error: implicit declaration of function 'LZXreset' is invalid in C99 [-Werror,-Wimplicit-function-declaration] :info:build litsections.c:423:18: error: implicit declaration of function 'LZXdecompress' is invalid in C99 [-Werror,-Wimplicit-function-declaration]
Attachments (1)
Change History (6)
Changed 4 years ago by rlhamil
Attachment: | main.log_convertlit.txt added |
---|
comment:1 Changed 4 years ago by kencu (Ken)
Summary: | convertlit build fails on Catalina → convertlit build fails with Xcode12: error: implicit declaration of function 'LZXinit' is invalid in C99 |
---|
comment:2 Changed 4 years ago by rlhamil
comment:3 Changed 4 years ago by ryandesign (Ryan Carsten Schmidt)
Owner: | set to ryandesign |
---|---|
Status: | new → accepted |
Summary: | convertlit build fails with Xcode12: error: implicit declaration of function 'LZXinit' is invalid in C99 → convertlit @1.8: error: implicit declaration of function 'LZXinit' is invalid in C99 |
Implicit declaration of functions is a new error in Xcode 12. We should fix it, but until then you can work around it by downgrading to Xcode 11 and the Xcode 11 version of the command line tools.
comment:4 Changed 4 years ago by ryandesign (Ryan Carsten Schmidt)
comment:5 Changed 4 years ago by ryandesign (Ryan Carsten Schmidt)
Resolution: | → fixed |
---|---|
Status: | accepted → closed |
Note: See
TracTickets for help on using
tickets.
also