[MacPorts] #56481: gstreamer1-gst-plugins-base @1.14.0 +universal: error: sending 'CGRect' (aka 'struct CGRect') to parameter of incompatible type 'NSRect' (aka 'struct _NSRect')
MacPorts
noreply at macports.org
Mon May 14 04:26:29 UTC 2018
#56481: gstreamer1-gst-plugins-base @1.14.0 +universal: error: sending 'CGRect'
(aka 'struct CGRect') to parameter of incompatible type 'NSRect' (aka
'struct _NSRect')
------------------------+-----------------------------------------
Reporter: ryandesign | Owner: (none)
Type: defect | Status: new
Priority: Normal | Milestone:
Component: ports | Version:
Keywords: | Port: gstreamer1-gst-plugins-base
------------------------+-----------------------------------------
Building gstreamer1-gst-plugins-base @1.14.0 with the +universal variant
fails on Sierra while building the 32-bit part:
{{{
gstglwindow_cocoa.m:492:27: error: sending 'CGRect' (aka 'struct CGRect')
to parameter of incompatible type 'NSRect' (aka 'struct _NSRect')
[view.superview setFrame:newMainViewFrame];
^~~~~~~~~~~~~~~~
/System/Library/Frameworks/AppKit.framework/Headers/NSView.h:199:18: note:
passing argument to parameter 'frame' here
@property NSRect frame;
^
1 error generated.
}}}
gstreamer1-gst-plugins-base is a dependency of wine, which requires 32-bit
support.
--
Ticket URL: <https://trac.macports.org/ticket/56481>
MacPorts <https://www.macports.org/>
Ports system for macOS
More information about the macports-tickets
mailing list