Opened 13 years ago
Closed 13 years ago
#31731 closed defect (duplicate)
transmission: cannot find protocol declaration for 'NSPopoverDelegate'
Reported by: | ryandesign (Ryan Carsten Schmidt) | Owned by: | mnick@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.0.3 |
Keywords: | Cc: | ||
Port: | transmission |
Description
I have transmission 2.33 installed on Snow Leopard with Xcode 3.2.6 but I can't upgrade to 2.42; the build fails. See attached log.
Attachments (1)
Change History (4)
Changed 13 years ago by ryandesign (Ryan Carsten Schmidt)
Attachment: | main.log.bz2 added |
---|
comment:1 Changed 13 years ago by ryandesign (Ryan Carsten Schmidt)
Summary: | transmission: /opt/local/var/macports/build/_Users_rschmidt_macports_dports_net_transmission/transmission/work/transmission-2.42/macosx/Controller.h:53: error: cannot find protocol declaration for 'NSPopoverDelegate' → transmission: cannot find protocol declaration for 'NSPopoverDelegate' |
---|
comment:2 Changed 13 years ago by ryandesign (Ryan Carsten Schmidt)
comment:3 Changed 13 years ago by ryandesign (Ryan Carsten Schmidt)
Resolution: | → duplicate |
---|---|
Status: | new → closed |
I'll handle this in #29398.
Note: See
TracTickets for help on using
tickets.
Developer documentation shows NSPopoverDelegate is not available before Lion. As in #29398, when they started using Snow Leopard-only methods, we need to understand the developers' intentions with regard to minimum supported OS X version, and prevent the port from being installed on unsupported OS versions.