[MacPorts] #51052: gtk3 @3.20.2 +quartz build error on Mac OS X 10.7

MacPorts noreply at macports.org
Mon Apr 4 23:13:06 PDT 2016


#51052: gtk3 @3.20.2 +quartz build error on Mac OS X 10.7
------------------------+----------------------
  Reporter:  martijn@…  |      Owner:  devans@…
      Type:  defect     |     Status:  assigned
  Priority:  Normal     |  Milestone:
 Component:  ports      |    Version:  2.3.4
Resolution:             |   Keywords:
      Port:  gtk3       |
------------------------+----------------------

Comment (by devans@…):

 To answer my own question, I downloaded a copy of Xcode 4.6.3 and I find
 that, in spite of the current documentation, the definition in NSEvent.h
 does, in fact, leave out NSEventPhaseMayBegin
 {{{
 #if MAC_OS_X_VERSION_10_7 <= MAC_OS_X_VERSION_MAX_ALLOWED
 enum {
     NSEventPhaseNone        = 0, // event not associated with a phase.
     NSEventPhaseBegan       = 0x1 << 0,
     NSEventPhaseStationary  = 0x1 << 1,
     NSEventPhaseChanged     = 0x1 << 2,
     NSEventPhaseEnded       = 0x1 << 3,
     NSEventPhaseCancelled   = 0x1 << 4,
 };
 #endif
 }}}

 so that's the problem.

-- 
Ticket URL: <https://trac.macports.org/ticket/51052#comment:3>
MacPorts <https://www.macports.org/>
Ports system for OS X


More information about the macports-tickets mailing list