[Bug 738740] New: gst-plugins-bad fails to build on Mac OS X 10.10
GStreamer (bugzilla.gnome.org)
bugzilla at gnome.org
Fri Oct 17 21:29:12 PDT 2014
https://bugzilla.gnome.org/show_bug.cgi?id=738740
GStreamer | gst-plugins-bad | git
Summary: gst-plugins-bad fails to build on Mac OS X 10.10
Classification: Platform
Product: GStreamer
Version: git
OS/Version: Mac OS
Status: UNCONFIRMED
Severity: normal
Priority: Normal
Component: gst-plugins-bad
AssignedTo: gstreamer-bugs at lists.freedesktop.org
ReportedBy: brion at pobox.com
QAContact: gstreamer-bugs at lists.freedesktop.org
Blocks: 738622
GNOME version: ---
Created an attachment (id=288792)
View: https://bugzilla.gnome.org/attachment.cgi?id=288792
Review: https://bugzilla.gnome.org/review?bug=738740&attachment=288792
Patch that fixes build for me on OS X 10.10
gst-plugins-bad fails to build on OS X 10.10 with this odd error:
gstglwindow_cocoa.m:141:27: error: sending 'GstGLNSWindow *' to parameter of
incompatible type 'id<NSFileManagerDelegate>' [-Werror]
[NSApp setDelegate: priv->internal_win_id];
^~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSFileManager.h:109:47:
note: passing argument to parameter 'delegate' here
@property (assign) id <NSFileManagerDelegate> delegate NS_AVAILABLE(10_5, 2_0);
^
1 error generated.
See attached patch for a fix that seems to work on 10.10.
--
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.
More information about the gstreamer-bugs
mailing list