Opened 2 years ago

Closed 5 months ago

#63967 closed defect (fixed)

gmpc @11.8.16_5: error: implicit declaration of function 'main_window_add_status_icon' is invalid in C99

Reported by: krotalias Owned by: ryandesign (Ryan Carsten Schmidt)
Priority: Normal Milestone:
Component: ports Version: 2.7.1
Keywords: catalina bigsur monterey ventura sonoma Cc: bnilsson11
Port: gmpc

Description (last modified by reneeotten (Renee Otten))

gmpc does not compile on Catalina. It is just an implicit declaration, which is invalid in C99:

version:1
:debug:main Starting logging for gmpc @11.8.16_5
:debug:sysinfo macOS 10.15.7 (darwin/19.6.0) arch i386
:debug:sysinfo MacPorts 2.7.1
:debug:sysinfo Xcode 12.4
:debug:sysinfo SDK 10.15
:debug:sysinfo MACOSX_DEPLOYMENT_TARGET: 10.15


...................



:info:build Tools/gmpc-database-update-tracker.c:103:2: error: implicit declaration of function 'main_window_add_status_icon' is invalid in C99 [-Werror,-Wimplicit-function-declaration]
:info:build         main_window_add_status_icon ((GtkWidget*) self->priv->image);
:info:build         ^
:info:build 2 warnings generated.

Change History (7)

comment:1 Changed 2 years ago by reneeotten (Renee Otten)

Description: modified (diff)
Owner: set to raimue
Port: @11.8.16_5 removed
Status: newassigned

comment:2 Changed 2 years ago by ryandesign (Ryan Carsten Schmidt)

Keywords: catalina bigsur monterey added
Summary: gmpc does not compile anymoregmpc @11.8.16_5: error: implicit declaration of function 'main_window_add_status_icon' is invalid in C99

comment:3 Changed 2 years ago by bnilsson11

Same error under Monterey 12.0.1.

comment:4 Changed 2 years ago by bnilsson11

Today, April 9, 2022 gmpc still does not compile.

Version 0, edited 2 years ago by bnilsson11 (next)

comment:5 Changed 5 months ago by raimue (Rainer Müller)

Keywords: ventura sonoma added
Owner: raimue deleted

Upstream development of GMPC seems to be dead. I don't use this port anymore and I do not have enough interest to actually look into fixing this. I dropped the maintainership. Sorry.

comment:6 Changed 5 months ago by ryandesign (Ryan Carsten Schmidt)

Cc: bnilsson11 added
Owner: set to ryandesign
Status: assignedaccepted

comment:7 Changed 5 months ago by ryandesign (Ryan Carsten Schmidt)

Resolution: fixed
Status: acceptedclosed

In 8cee378602034299577f8923e2e69adc3badcef7/macports-ports (master):

gmpc: Fix implicit declaration of function

Closes: #63967

Note: See TracTickets for help on using tickets.