[MacPorts] #54542: gtk3 @3.22.17: error: expected '>'

MacPorts noreply at macports.org
Tue Aug 29 01:48:31 UTC 2017


#54542: gtk3 @3.22.17: error: expected '>'
--------------------------+-----------------------
  Reporter:  Gord-Butler  |      Owner:  dbevans
      Type:  defect       |     Status:  assigned
  Priority:  Normal       |  Milestone:
 Component:  ports        |    Version:  2.4.1
Resolution:               |   Keywords:  mavericks
      Port:  gtk3         |
--------------------------+-----------------------

Comment (by poetnerd):

 Hi Ken,

 Thanks for moving this one forward.  Your list of replacements is good,
 but can't be treated as an exact substitution because line 465 looks like
 this:

      data->filters = [NSMutableArray<NSArray<NSString *> *>
 arrayWithCapacity:n_filters];

 We have to change that to:

      data->filters = [NSMutableArray arrayWithCapacity:n_filters];

--
Ticket URL: <https://trac.macports.org/ticket/54542#comment:6>
MacPorts <https://www.macports.org/>
Ports system for macOS


More information about the macports-tickets mailing list