#52371: typo in glibmm-2.4/glibmm/threads.h -- line 209 -- bad declaration ---------------------+-------------------------------- Reporter: stott@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.3.4 Keywords: | Port: ---------------------+-------------------------------- inkscape wouldn't build for me because glibmm-2.4/glibmm/threads.h has this declaration on line 209: GThread gobject_; Changing it to the following seems to fix the problem -- inkscape built successfully after making this change: GThread &gobject_; -- Ticket URL: <https://trac.macports.org/ticket/52371> MacPorts <https://www.macports.org/> Ports system for macOS