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)

main.log (670.8 KB) - added by udbraumann 12 years ago.

Download all attachments as: .zip

Change History (7)

Changed 12 years ago by udbraumann

Attachment: main.log added

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

Cc Me!

comment:3 Changed 12 years ago by patnotz@…

Cc: patnotz@… added

Cc Me!

comment:4 in reply to:  description 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: newclosed

Patch committed in r98642. Could you please report the problem and fix upstream?

Note: See TracTickets for help on using tickets.