[MacPorts] #63502: gtk-osx-application-common-gtk3: error: implicit declaration of function 'SetApplicationDockTileImage' is invalid in C99

MacPorts noreply at macports.org
Sat Sep 18 07:22:53 UTC 2021


#63502: gtk-osx-application-common-gtk3: error: implicit declaration of function
'SetApplicationDockTileImage' is invalid in C99
----------------------------------------------+--------------------
  Reporter:  gagarine                         |      Owner:  (none)
      Type:  defect                           |     Status:  new
  Priority:  Normal                           |  Milestone:
 Component:  ports                            |    Version:  2.7.99
Resolution:                                   |   Keywords:
      Port:  gtk-osx-application-common-gtk3  |
----------------------------------------------+--------------------

Comment (by kencu):

 for your second issue, macports is trying to tell you what is wrong:
 {{{
 gtk3 must be installed with +x11
 }}}
 so do that:
 {{{
 sudo port -f deactivate gtk3
 sudo port install gtk +x11
 }}}
 and try again. If you see the same kind of x11 error in other ports after
 that, do the same thing.

 Don't forget you need an x11 server to view x11 software, either xorg-
 server from macports or XQuartz.

-- 
Ticket URL: <https://trac.macports.org/ticket/63502#comment:4>
MacPorts <https://www.macports.org/>
Ports system for macOS


More information about the macports-tickets mailing list