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

MacPorts noreply at macports.org
Thu Aug 17 05:58:11 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 kencu):

 I just worked through this on 10.8. It only happens with the +quartz
 build.  I don't have patches as yet, but here's what I did to build it.

 {{{
 fixing gtk3 +quartz:

 in work/gtk+-3.22.17/gtk:

 in gtkfilefilterprivate.h
 and in gtkfilefilter.c

 Change
 NSArray<NSString *> *
 -to- NSArray *

 ============
 in work/gtk+-3.22.17/gtk

 in  gtkfilechoosernativequartz.c

 Make the following replacements:

 NSMutableArray<NSArray<NSString *> *> *
 -to- NSMutableArray *

 NSMutableArray<NSString *> *
 -to- NSMutableArray *

 NSArray<NSString *> *
 -to- NSArray *

 NSMutableArray<NSArray *>
 -to- NSMutableArray

 NSMutableArray<NSString *>
 -to- NSMutableArray
 }}}

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


More information about the macports-tickets mailing list