Last active
November 1, 2019 18:58
-
-
Save creeefs/1160a9fafa4eb54032527d8033886836 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $ ninja -C build/ | |
| ...................... | |
| [268/3400] Compiling C object 'subprojects/gst-examples/playback/player/gtk/1bbe5de@@gtk-play@exe/gtk-play.c.o'. | |
| FAILED: subprojects/gst-examples/playback/player/gtk/1bbe5de@@gtk-play@exe/gtk-play.c.o | |
| cc -Isubprojects/gst-examples/playback/player/gtk/1bbe5de@@gtk-play@exe -Isubprojects/gst-examples/playback/player/gtk -I../subprojects/gst-examples/playback/player/gtk -Isubprojects/gstreamer -I../subprojects/gstreamer -Isubprojects/gst-plugins-base/gst-libs -I../subprojects/gst-plugins-base/gst-libs -Isubprojects/gstreamer/libs -I../subprojects/gstreamer/libs -Isubprojects/gst-plugins-bad/gst-libs -I../subprojects/gst-plugins-bad/gst-libs -Isubprojects/orc -I../subprojects/orc -Isubprojects/gstreamer/gst -Isubprojects/gst-plugins-base/gst-libs/gst/tag -Isubprojects/gst-plugins-base/gst-libs/gst/video -Isubprojects/gst-plugins-base/gst-libs/gst/audio -Isubprojects/gst-plugins-base/gst-libs/gst/pbutils -I/usr/local/Cellar/glib/2.62.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.62.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre/8.43/include -I/usr/local/Cellar/libffi/3.2.1/lib/libffi-3.2.1/include -I/usr/local/Cellar/glib/2.62.2/include -I/usr/local/Cellar/gtk+3/3.24.12_1/include/gtk-3.0 -I/usr/local/Cellar/glib/2.62.2/include/gio-unix-2.0 -I/usr/local/Cellar/libepoxy/1.5.3/include -I/usr/local/Cellar/pango/1.44.7/include/pango-1.0 -I/usr/local/Cellar/fribidi/1.0.7/include/fribidi -I/usr/local/Cellar/harfbuzz/2.6.2/include/harfbuzz -I/usr/local/Cellar/graphite2/1.3.13/include -I/usr/local/Cellar/atk/2.34.1/include/atk-1.0 -I/usr/local/Cellar/cairo/1.16.0_2/include/cairo -I/usr/local/Cellar/pixman/0.38.4/include/pixman-1 -I/usr/local/Cellar/fontconfig/2.13.1/include -I/usr/local/opt/freetype/include/freetype2 -I/usr/local/Cellar/libpng/1.6.37/include/libpng16 -I/usr/local/Cellar/gdk-pixbuf/2.40.0/include/gdk-pixbuf-2.0 -Xclang -fcolor-diagnostics -pipe -Wall -Winvalid-pch -O2 -g -MD -MQ 'subprojects/gst-examples/playback/player/gtk/1bbe5de@@gtk-play@exe/gtk-play.c.o' -MF 'subprojects/gst-examples/playback/player/gtk/1bbe5de@@gtk-play@exe/gtk-play.c.o.d' -o 'subprojects/gst-examples/playback/player/gtk/1bbe5de@@gtk-play@exe/gtk-play.c.o' -c ../subprojects/gst-examples/playback/player/gtk/gtk-play.c | |
| In file included from ../subprojects/gst-examples/playback/player/gtk/gtk-play.c:35: | |
| In file included from /usr/local/Cellar/gtk+3/3.24.12_1/include/gtk-3.0/gdk/gdkquartz.h:23: | |
| In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/AppKit.framework/Headers/AppKit.h:10: | |
| In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:8: | |
| /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSObjCRuntime.h:492:1: error: expected identifier or '(' | |
| @class NSString, Protocol; | |
| ^ | |
| /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSObjCRuntime.h:494:9: error: unknown type name 'NSString'; did you mean 'GString'? | |
| typedef NSString * NSExceptionName NS_EXTENSIBLE_STRING_ENUM; | |
| ^ | |
| /usr/local/Cellar/glib/2.62.2/include/glib-2.0/glib/gstring.h:39:33: note: 'GString' declared here | |
| typedef struct _GString GString; | |
| ^ | |
| In file included from ../subprojects/gst-examples/playback/player/gtk/gtk-play.c:35: | |
| In file included from /usr/local/Cellar/gtk+3/3.24.12_1/include/gtk-3.0/gdk/gdkquartz.h:23: | |
| In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/AppKit.framework/Headers/AppKit.h:10: | |
| In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:8: | |
| /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSObjCRuntime.h:495:9: error: unknown type name 'NSString'; did you mean 'GString'? | |
| typedef NSString * NSRunLoopMode NS_EXTENSIBLE_STRING_ENUM; | |
| ^ | |
| /usr/local/Cellar/glib/2.62.2/include/glib-2.0/glib/gstring.h:39:33: note: 'GString' declared here | |
| typedef struct _GString GString; | |
| ^ | |
| In file included from ../subprojects/gst-examples/playback/player/gtk/gtk-play.c:35: | |
| In file included from /usr/local/Cellar/gtk+3/3.24.12_1/include/gtk-3.0/gdk/gdkquartz.h:23: | |
| In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/AppKit.framework/Headers/AppKit.h:10: | |
| In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:8: | |
| /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSObjCRuntime.h:497:19: error: unknown type name 'NSString'; did you mean 'GString'? | |
| FOUNDATION_EXPORT NSString *NSStringFromSelector(SEL aSelector); | |
| ^ | |
| /usr/local/Cellar/glib/2.62.2/include/glib-2.0/glib/gstring.h:39:33: note: 'GString' declared here | |
| typedef struct _GString GString; | |
| ^ | |
| In file included from ../subprojects/gst-examples/playback/player/gtk/gtk-play.c:35: | |
| In file included from /usr/local/Cellar/gtk+3/3.24.12_1/include/gtk-3.0/gdk/gdkquartz.h:23: | |
| In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/AppKit.framework/Headers/AppKit.h:10: | |
| In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:8: | |
| /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSObjCRuntime.h:498:44: error: unknown type name 'NSString'; did you mean 'GString'? | |
| FOUNDATION_EXPORT SEL NSSelectorFromString(NSString *aSelectorName); | |
| ^ | |
| /usr/local/Cellar/glib/2.62.2/include/glib-2.0/glib/gstring.h:39:33: note: 'GString' declared here | |
| typedef struct _GString GString; | |
| ^ | |
| In file included from ../subprojects/gst-examples/playback/player/gtk/gtk-play.c:35: | |
| In file included from /usr/local/Cellar/gtk+3/3.24.12_1/include/gtk-3.0/gdk/gdkquartz.h:23: | |
| In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/AppKit.framework/Headers/AppKit.h:10: | |
| In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:8: | |
| /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSObjCRuntime.h:500:19: error: unknown type name 'NSString'; did you mean 'GString'? | |
| FOUNDATION_EXPORT NSString *NSStringFromClass(Class aClass); | |
| ^ | |
| /usr/local/Cellar/glib/2.62.2/include/glib-2.0/glib/gstring.h:39:33: note: 'GString' declared here | |
| typedef struct _GString GString; | |
| ^ | |
| In file included from ../subprojects/gst-examples/playback/player/gtk/gtk-play.c:35: | |
| In file included from /usr/local/Cellar/gtk+3/3.24.12_1/include/gtk-3.0/gdk/gdkquartz.h:23: | |
| In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/AppKit.framework/Headers/AppKit.h:10: | |
| In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:8: | |
| /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSObjCRuntime.h:501:53: error: unknown type name 'NSString'; did you mean 'GString'? | |
| FOUNDATION_EXPORT Class _Nullable NSClassFromString(NSString *aClassName); | |
| ^ | |
| /usr/local/Cellar/glib/2.62.2/include/glib-2.0/glib/gstring.h:39:33: note: 'GString' declared here | |
| typedef struct _GString GString; | |
| ^ | |
| In file included from ../subprojects/gst-examples/playback/player/gtk/gtk-play.c:35: | |
| In file included from /usr/local/Cellar/gtk+3/3.24.12_1/include/gtk-3.0/gdk/gdkquartz.h:23: | |
| In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/AppKit.framework/Headers/AppKit.h:10: | |
| In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:8: | |
| /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSObjCRuntime.h:503:19: error: unknown type name 'NSString'; did you mean 'GString'? | |
| FOUNDATION_EXPORT NSString *NSStringFromProtocol(Protocol *proto) API_AVAILABLE(macos(10.5), ios(2.0), watchos(2.0), tvos(9.0)); | |
| ^ | |
| /usr/local/Cellar/glib/2.62.2/include/glib-2.0/glib/gstring.h:39:33: note: 'GString' declared here | |
| typedef struct _GString GString; | |
| ^ | |
| In file included from ../subprojects/gst-examples/playback/player/gtk/gtk-play.c:35: | |
| In file included from /usr/local/Cellar/gtk+3/3.24.12_1/include/gtk-3.0/gdk/gdkquartz.h:23: | |
| In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/AppKit.framework/Headers/AppKit.h:10: | |
| In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:8: | |
| /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSObjCRuntime.h:503:50: error: unknown type name 'Protocol' | |
| FOUNDATION_EXPORT NSString *NSStringFromProtocol(Protocol *proto) API_AVAILABLE(macos(10.5), ios(2.0), watchos(2.0), tvos(9.0)); | |
| ^ | |
| /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSObjCRuntime.h:504:19: error: unknown type name 'Protocol' | |
| FOUNDATION_EXPORT Protocol * _Nullable NSProtocolFromString(NSString *namestr) API_AVAILABLE(macos(10.5), ios(2.0), watchos(2.0), tvos(9.0)); | |
| ^ | |
| /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSObjCRuntime.h:504:61: error: unknown type name 'NSString'; did you mean 'GString'? | |
| FOUNDATION_EXPORT Protocol * _Nullable NSProtocolFromString(NSString *namestr) API_AVAILABLE(macos(10.5), ios(2.0), watchos(2.0), tvos(9.0)); | |
| ^ | |
| /usr/local/Cellar/glib/2.62.2/include/glib-2.0/glib/gstring.h:39:33: note: 'GString' declared here | |
| typedef struct _GString GString; | |
| ^ | |
| In file included from ../subprojects/gst-examples/playback/player/gtk/gtk-play.c:35: | |
| In file included from /usr/local/Cellar/gtk+3/3.24.12_1/include/gtk-3.0/gdk/gdkquartz.h:23: | |
| In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/AppKit.framework/Headers/AppKit.h:10: | |
| In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:8: | |
| /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSObjCRuntime.h:508:30: error: unknown type name 'NSString'; did you mean 'GString'? | |
| FOUNDATION_EXPORT void NSLog(NSString *format, ...) NS_FORMAT_FUNCTION(1,2) NS_NO_TAIL_CALL; | |
| ^ | |
| /usr/local/Cellar/glib/2.62.2/include/glib-2.0/glib/gstring.h:39:33: note: 'GString' declared here | |
| typedef struct _GString GString; | |
| ^ | |
| In file included from ../subprojects/gst-examples/playback/player/gtk/gtk-play.c:35: | |
| In file included from /usr/local/Cellar/gtk+3/3.24.12_1/include/gtk-3.0/gdk/gdkquartz.h:23: | |
| In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/AppKit.framework/Headers/AppKit.h:10: | |
| In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:8: | |
| /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSObjCRuntime.h:508:53: error: format argument not an NSString | |
| FOUNDATION_EXPORT void NSLog(NSString *format, ...) NS_FORMAT_FUNCTION(1,2) NS_NO_TAIL_CALL; | |
| ~~~~~~~~~~~~~~~~ ^ ~ | |
| /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSObjCRuntime.h:94:49: note: expanded from macro 'NS_FORMAT_FUNCTION' | |
| #define NS_FORMAT_FUNCTION(F,A) __attribute__((format(__NSString__, F, A))) | |
| ^ ~ | |
| /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSObjCRuntime.h:509:31: error: unknown type name 'NSString'; did you mean 'GString'? | |
| FOUNDATION_EXPORT void NSLogv(NSString *format, va_list args) NS_FORMAT_FUNCTION(1,0) NS_NO_TAIL_CALL; | |
| ^ | |
| /usr/local/Cellar/glib/2.62.2/include/glib-2.0/glib/gstring.h:39:33: note: 'GString' declared here | |
| typedef struct _GString GString; | |
| ^ | |
| In file included from ../subprojects/gst-examples/playback/player/gtk/gtk-play.c:35: | |
| In file included from /usr/local/Cellar/gtk+3/3.24.12_1/include/gtk-3.0/gdk/gdkquartz.h:23: | |
| In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/AppKit.framework/Headers/AppKit.h:10: | |
| In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:8: | |
| /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSObjCRuntime.h:509:63: error: format argument not an NSString | |
| FOUNDATION_EXPORT void NSLogv(NSString *format, va_list args) NS_FORMAT_FUNCTION(1,0) NS_NO_TAIL_CALL; | |
| ~~~~~~~~~~~~~~~~ ^ ~ | |
| /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSObjCRuntime.h:94:49: note: expanded from macro 'NS_FORMAT_FUNCTION' | |
| #define NS_FORMAT_FUNCTION(F,A) __attribute__((format(__NSString__, F, A))) | |
| ^ ~ | |
| In file included from ../subprojects/gst-examples/playback/player/gtk/gtk-play.c:35: | |
| In file included from /usr/local/Cellar/gtk+3/3.24.12_1/include/gtk-3.0/gdk/gdkquartz.h:23: | |
| In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/AppKit.framework/Headers/AppKit.h:10: | |
| In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:10: | |
| In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSArray.h:5: | |
| In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSObject.h:8: | |
| /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSZone.h:9:1: error: expected identifier or '(' | |
| @class NSString; | |
| ^ | |
| /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSZone.h:19:63: error: unknown type name 'NSString'; did you mean 'GString'? | |
| FOUNDATION_EXPORT void NSSetZoneName(NSZone * _Nullable zone, NSString *name)NS_SWIFT_UNAVAILABLE("Zone-based memory management is unavailable"); | |
| ^ | |
| /usr/local/Cellar/glib/2.62.2/include/glib-2.0/glib/gstring.h:39:33: note: 'GString' declared here | |
| typedef struct _GString GString; | |
| ^ | |
| In file included from ../subprojects/gst-examples/playback/player/gtk/gtk-play.c:35: | |
| In file included from /usr/local/Cellar/gtk+3/3.24.12_1/include/gtk-3.0/gdk/gdkquartz.h:23: | |
| In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/AppKit.framework/Headers/AppKit.h:10: | |
| In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:10: | |
| In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSArray.h:5: | |
| In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSObject.h:8: | |
| /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSZone.h:20:19: error: unknown type name 'NSString'; did you mean 'GString'? | |
| FOUNDATION_EXPORT NSString *NSZoneName(NSZone * _Nullable zone) NS_SWIFT_UNAVAILABLE("Zone-based memory management is unavailable"); | |
| ^ | |
| /usr/local/Cellar/glib/2.62.2/include/glib-2.0/glib/gstring.h:39:33: note: 'GString' declared here | |
| typedef struct _GString GString; | |
| ^ | |
| In file included from ../subprojects/gst-examples/playback/player/gtk/gtk-play.c:35: | |
| In file included from /usr/local/Cellar/gtk+3/3.24.12_1/include/gtk-3.0/gdk/gdkquartz.h:23: | |
| In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/AppKit.framework/Headers/AppKit.h:10: | |
| In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:10: | |
| In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSArray.h:5: | |
| /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSObject.h:10:1: error: expected identifier or '(' | |
| @class NSInvocation, NSMethodSignature, NSCoder, NSString, NSEnumerator; | |
| ^ | |
| fatal error: too many errors emitted, stopping now [-ferror-limit=] | |
| 20 errors generated. | |
| [281/3400] Compiling C object 'subprojects/orc/testsuite/orcc/8ed92ce@@orc_test@exe/meson-generated_.._orc_test.c.o'. | |
| ninja: build stopped: subcommand failed. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment