Opened 12 years ago
Closed 12 years ago
#35834 closed defect (fixed)
qt4-creator-mac-2.5.2_0 fails building on a 10.5.8 PPC
Reported by: | udbraumann | Owned by: | MarcusCalhoun-Lopez (Marcus Calhoun-Lopez) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.1.2 |
Keywords: | Cc: | pixilla (Bradley Giesbrecht), patnotz@… | |
Port: | qt4-creator-mac |
Description (last modified by ryandesign (Ryan Carsten Schmidt))
there is a series of errors in servicebrowser.cpp of this type:
:info:build servicebrowser.cpp:375: error: cannot convert ‘ZeroConf::ServiceBrowser* const’ to ‘ZeroConf::Internal::ServiceBrowser*’ in assignment
Attachments (1)
Change History (7)
Changed 12 years ago by udbraumann
comment:1 Changed 12 years ago by ryandesign (Ryan Carsten Schmidt)
Description: | modified (diff) |
---|---|
Owner: | changed from macports-tickets@… to mcalhoun@… |
Port: | qt4-creator-mac added |
comment:2 Changed 12 years ago by pixilla (Bradley Giesbrecht)
Cc: | pixilla@… added |
---|
comment:4 Changed 12 years ago by patnotz@…
For what it's worth, I'm seeing the same thing on MacOS 10.5.8 Intel.
comment:5 Changed 12 years ago 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;
comment:6 Changed 12 years ago by jmroot (Joshua Root)
Resolution: | → fixed |
---|---|
Status: | new → closed |
Patch committed in r98642. Could you please report the problem and fix upstream?
Note: See
TracTickets for help on using
tickets.
Cc Me!