#35834: qt4-creator-mac-2.5.2_0 fails building on a 10.5.8 PPC ------------------------------+------------------------ Reporter: braumann@… | Owner: mcalhoun@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.1.2 Resolution: | Keywords: Port: qt4-creator-mac | ------------------------------+------------------------ Comment (by patnotz@…): The problem appears to be in `servicebrowser_p.h` on line 267. In the class definition for `ServiceBrowserPrivate` there's a friend declaration for ServiceBrowser that needs to be fully scoped. This line: {{{ friend class ServiceBrowser; }}} should become {{{ friend class ZeroConf::ServiceBrowser; }}} -- Ticket URL: <https://trac.macports.org/ticket/35834#comment:5> MacPorts <http://www.macports.org/> Ports system for Mac OS