Advertisement
dominus

Untitled

Sep 25th, 2020
344
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.67 KB | None | 0 0
  1. mame % make -j1 SDL_INSTALL_ROOT=/opt/arm VERBOSE=1
  2. Clang 12.0.0 detected
  3. /Applications/Xcode-beta.app/Contents/Developer/usr/bin/make -R verbose=1 -C build/projects/sdl/mame/gmake-osx-clang config=release32 precompile
  4. /Applications/Xcode-beta.app/Contents/Developer/usr/bin/make -R verbose=1 -C build/projects/sdl/mame/gmake-osx-clang config=release32
  5. Objective-C compiling 3rdparty/bgfx/src/glcontext_nsgl.mm...
  6. clang++ -MMD -MP -MP -DNDEBUG -DCRLF=2 -DLSB_FIRST -DFLAC__NO_DLL -DPUGIXML_HEADER_ONLY -DMAME_NOASM -DLUA_COMPAT_ALL -DLUA_COMPAT_5_1 -DLUA_COMPAT_5_2 -D__STDC_LIMIT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_CONSTANT_MACROS -DBGFX_CONFIG_MAX_FRAME_BUFFERS=128 -DIMGUI_DISABLE_OBSOLETE_FUNCTIONS -I"../../../../../3rdparty/bgfx/include" -I"../../../../../3rdparty/bgfx/3rdparty" -I"../../../../../3rdparty/bx/include" -I"../../../../../3rdparty/bimg/include" -I"../../../../../3rdparty/bgfx/3rdparty/dxsdk/include" -I"../../../../../3rdparty/bgfx/3rdparty/khronos" -I"../../../../../3rdparty/bx/include/compat/osx" -m32 -arch i386 -pipe -Werror -O3 -fno-strict-aliasing -Wno-unknown-pragmas -Wall -Wcast-align -Wundef -Wformat-security -Wwrite-strings -Wno-sign-compare -Wno-conversion -Wno-error=deprecated-declarations -Wno-cast-align -Wno-tautological-compare -Wno-unused-value -Wno-constant-logical-operand -fdiagnostics-show-note-include-stack -Wno-unknown-warning-option -Wno-extern-c-compat -Wno-unknown-attributes -Wno-ignored-qualifiers -Wno-pragma-pack -m32 -Wno-uninitialized -Wno-unused-function -Wno-unused-variable -Wno-unused-but-set-variable -Wno-format-extra-args -Wno-switch -x objective-c++ -std=c++14 -Wpointer-arith -o "../../../../osx_clang/obj/x32/Release/3rdparty/bgfx/src/glcontext_nsgl.o" -c "../../../../../3rdparty/bgfx/src/glcontext_nsgl.mm"
  7. In file included from ../../../../../3rdparty/bgfx/src/glcontext_nsgl.mm:11:
  8. In file included from /Applications/xcode-beta.app/contents/developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/Cocoa.framework/Headers/Cocoa.h:13:
  9. In file included from /Applications/xcode-beta.app/contents/developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/AppKit.framework/Headers/AppKit.h:27:
  10. In file included from /Applications/xcode-beta.app/contents/developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCollectionView.h:9:
  11. /Applications/xcode-beta.app/contents/developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSViewController.h:248:39: error:
  12. unknown type name 'NSExtensionContext'; did you mean 'NSAnimationContext'?
  13. @property (nullable, readonly,retain) NSExtensionContext *extensionConte...
  14. ^
  15. In file included from ../../../../../3rdparty/bgfx/src/glcontext_nsgl.mm:11:
  16. In file included from /Applications/xcode-beta.app/contents/developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/Cocoa.framework/Headers/Cocoa.h:13:
  17. In file included from /Applications/xcode-beta.app/contents/developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/AppKit.framework/Headers/AppKit.h:17:
  18. /Applications/xcode-beta.app/contents/developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSAnimationContext.h:19:12: note:
  19. 'NSAnimationContext' declared here
  20. @interface NSAnimationContext : NSObject
  21. ^
  22. In file included from ../../../../../3rdparty/bgfx/src/glcontext_nsgl.mm:11:
  23. In file included from /Applications/xcode-beta.app/contents/developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/Cocoa.framework/Headers/Cocoa.h:13:
  24. In file included from /Applications/xcode-beta.app/contents/developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/AppKit.framework/Headers/AppKit.h:99:
  25. In file included from /Applications/xcode-beta.app/contents/developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSSharingServicePickerTouchBarItem.h:9:
  26. /Applications/xcode-beta.app/contents/developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSSharingService.h:181:119: error:
  27. expected a type
  28. ...*)cloudKitSharingService shareProvider:(NSItemProvider *)provider;
  29. ^
  30. /Applications/xcode-beta.app/contents/developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSSharingService.h:196:12: error:
  31. cannot find interface declaration for 'NSItemProvider'
  32. @interface NSItemProvider (NSCloudKitSharing)
  33. ^
  34. In file included from ../../../../../3rdparty/bgfx/src/glcontext_nsgl.mm:11:
  35. In file included from /Applications/xcode-beta.app/contents/developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/Cocoa.framework/Headers/Cocoa.h:13:
  36. In file included from /Applications/xcode-beta.app/contents/developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/AppKit.framework/Headers/AppKit.h:252:
  37. /Applications/xcode-beta.app/contents/developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSItemProvider.h:16:12: error:
  38. cannot find interface declaration for 'NSItemProvider'
  39. @interface NSItemProvider (NSItemSourceInfo)
  40. ^
  41. 4 errors generated.
  42. make[2]: *** [../../../../osx_clang/obj/x32/Release/3rdparty/bgfx/src/glcontext_nsgl.o] Error 1
  43. make[1]: *** [bgfx] Error 2
  44. make: *** [macosx_x86_clang] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement