Opened 3 years ago

Last modified 3 years ago

#61765 assigned defect

gwenhywfar4 @4.20.2 does not build on Big Sur

Reported by: allisti Owned by: drkp (Dan Ports)
Priority: Normal Milestone:
Component: ports Version: 2.6.4
Keywords: catalina bigsur Cc:
Port: gwenhywfar4

Description (last modified by jmroot (Joshua Root))

When I try to install kmymoney4 on Big Sur with Xcode 12, I get build errors from gwenhywfar4. The errors in the log file are as follows:

:info:build libtest.m:57:2: error: implicit declaration of function 'test1' is invalid in C99 [-Werror,-Wimplicit-function-declaration]
:info:build         test1();
:info:build         ^
:info:build libtest.m:88:6: error: implicit declaration of function 'Cocoa_Gui_new' is invalid in C99 [-Werror,-Wimplicit-function-declaration]
:info:build         gui=Cocoa_Gui_new();
:info:build             ^
:info:build libtest.m:88:5: warning: incompatible integer to pointer conversion assigning to 'GWEN_GUI *' (aka 'struct GWEN_GUI *') from 'int' [-Wint-conversion]
:info:build         gui=Cocoa_Gui_new();
:info:build       ^~~~~~~~~~~~~~~~
:info:build libtest.m:93:6: error: implicit declaration of function 'Dlg_Test1_new' is invalid in C99 [-Werror,-Wimplicit-function-declaration]
:info:build         dlg=Dlg_Test1_new();
:info:build             ^

Change History (1)

comment:1 Changed 3 years ago by jmroot (Joshua Root)

Description: modified (diff)
Keywords: catalina bigsur added
Owner: set to drkp
Port: kmymoney4 removed
Status: newassigned
Summary: kmymoney4 @4.8.4+20200617-f76ab094 does not install on Big Sur due to gwenhywfar4 build errorsgwenhywfar4 @4.20.2 does not build on Big Sur

I fixed the formatting of your log snippet. Please just upload the complete main.log as an attachment in future.

Note: See TracTickets for help on using tickets.