Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ../src/osx/cocoa/dataview.mm:1393:14: warning: 'NSNaturalTextAlignment' is deprecated: first deprecated
- in macOS 10.12 [-Wdeprecated-declarations]
- case NSNaturalTextAlignment: // how to determine the natural writing direction? TODO
- ^~~~~~~~~~~~~~~~~~~~~~
- NSTextAlignmentNatural
- /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSText.h:183:30: note:
- 'NSNaturalTextAlignment' has been explicitly marked deprecated here
- static const NSTextAlignment NSNaturalTextAlignment NS_DEPRECATED_WITH_REPLACEMENT_MAC("NSTextA...
- ^
- ../src/osx/cocoa/dataview.mm:1396:14: warning: 'NSRightTextAlignment' is deprecated: first deprecated
- in macOS 10.12 [-Wdeprecated-declarations]
- case NSRightTextAlignment:
- ^~~~~~~~~~~~~~~~~~~~
- NSTextAlignmentRight
- /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSText.h:180:30: note:
- 'NSRightTextAlignment' has been explicitly marked deprecated here
- static const NSTextAlignment NSRightTextAlignment NS_DEPRECATED_WITH_REPLACEMENT_MAC("NSTextAli...
- ^
- ../src/osx/cocoa/dataview.mm:1463:68: warning: 'NSCompositeSourceOver' is deprecated: first deprecated
- in macOS 10.12 [-Wdeprecated-declarations]
- [image drawInRect:imageFrame fromRect:NSZeroRect operation:NSCompositeSourceOver fraction:1.0]...
- ^~~~~~~~~~~~~~~~~~~~~
- NSCompositingOperationSourceOver
- /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSGraphics.h:59:37: note:
- 'NSCompositeSourceOver' has been explicitly marked deprecated here
- static const NSCompositingOperation NSCompositeSourceOver NS_DEPRECATED_WITH_REPLACEMENT_MAC("N...
- ^
- ../src/osx/cocoa/dataview.mm:1594:84: warning: 'NSStringPboardType' is deprecated: first deprecated in
- macOS 10.14 [-Wdeprecated-declarations]
- ...registerForDraggedTypes:[NSArray arrayWithObjects:DataViewPboardType,NSStringPboardType,nil]];
- ^~~~~~~~~~~~~~~~~~
- NSPasteboardTypeString
- /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSPasteboard.h:322:32: note:
- 'NSStringPboardType' has been explicitly marked deprecated here
- APPKIT_EXTERN NSPasteboardType NSStringPboardType NS_DEPRECATED_WITH_REPLACEMENT_MAC("NSPastebo...
- ^
- ../src/osx/cocoa/dataview.mm:2093:36: warning: 'preparedCellAtColumn:row:' is deprecated: first
- deprecated in macOS 10.10 - Use View Based TableView and -viewAtColumn:row:
- [-Wdeprecated-declarations]
- NSCell *cell = [m_view preparedCellAtColumn:m_column row:row];
- ^
- /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTableView.h:861:1: note:
- 'preparedCellAtColumn:row:' has been explicitly marked deprecated here
- - (nullable NSCell *)preparedCellAtColumn:(NSInteger)column row:(NSInteger)row NS_DEPRECATED_M...
- ^
- ../src/osx/cocoa/dataview.mm:2882:26: warning: 'NSMiniControlSize' is deprecated: first deprecated in
- macOS 10.12 [-Wdeprecated-declarations]
- [cell setControlSize:NSMiniControlSize];
- ^~~~~~~~~~~~~~~~~
- NSControlSizeMini
- /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCell.h:105:28: note:
- 'NSMiniControlSize' has been explicitly marked deprecated here
- static const NSControlSize NSMiniControlSize NS_DEPRECATED_WITH_REPLACEMENT_MAC("NSControlSizeM...
- ^
- ../src/osx/cocoa/dataview.mm:2883:105: warning: 'NSMiniControlSize' is deprecated: first deprecated in
- macOS 10.12 [-Wdeprecated-declarations]
- ...font] fontName] size:[NSFont systemFontSizeForControlSize:NSMiniControlSize]]];
- ^~~~~~~~~~~~~~~~~
- NSControlSizeMini
- /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCell.h:105:28: note:
- 'NSMiniControlSize' has been explicitly marked deprecated here
- static const NSControlSize NSMiniControlSize NS_DEPRECATED_WITH_REPLACEMENT_MAC("NSControlSizeM...
- ^
- ../src/osx/cocoa/dataview.mm:2951:65: warning: 'dateWithString:' is deprecated: first deprecated in
- macOS 10.10 [-Wdeprecated-declarations]
- SetNativeData(new wxDataViewRendererNativeData(cell,[NSDate dateWithString:@"2000-12-30 20:...
- ^
- /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSCalendarDate.h:77:1: note:
- 'dateWithString:' has been explicitly marked deprecated here
- + (id)dateWithString:(NSString *)aString NS_CALENDAR_DEPRECATED(10_4, 10_10, 2_0, 8_0);
- ^
- ../src/osx/cocoa/dataview.mm:3101:25: warning: 'NSSwitchButton' is deprecated: first deprecated in
- macOS 10.14 [-Wdeprecated-declarations]
- [cell setButtonType:NSSwitchButton];
- ^~~~~~~~~~~~~~
- NSButtonTypeSwitch
- /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSButtonCell.h:170:27: note:
- 'NSSwitchButton' has been explicitly marked deprecated here
- static const NSButtonType NSSwitchButton NS_DEPRECATED_WITH_REPLACEMENT_MAC("NSButtonTypeSwitch...
- ^
- ../src/osx/cocoa/dataview.mm:3149:70: warning: 'NSContinuousCapacityLevelIndicatorStyle' is deprecated:
- first deprecated in macOS 10.14 [-Wdeprecated-declarations]
- ...alloc] initWithLevelIndicatorStyle:NSContinuousCapacityLevelIndicatorStyle];
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- NSLevelIndicatorStyleContinuousCapacity
- /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSLevelIndicatorCell.h:69:36: note:
- 'NSContinuousCapacityLevelIndicatorStyle' has been explicitly marked deprecated here
- static const NSLevelIndicatorStyle NSContinuousCapacityLevelIndicatorStyle NS_DEPRECATED_WITH_R...
- ^
- 30 warnings generated.
- ../src/osx/cocoa/taskbar.mm:349:23: warning: 'setHighlightMode:' is deprecated: first deprecated in
- macOS 10.14 - Use the receiver's button.cell.highlightsBy instead [-Wdeprecated-declarations]
- [m_statusItem setHighlightMode:YES];
- ^
- /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSStatusItem.h:88:16: note:
- property 'highlightMode' is declared deprecated here
- @property BOOL highlightMode NS_DEPRECATED_MAC(10_0, 10_14, "Use the receiver's button.cell.hig...
- ^
- /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSStatusItem.h:88:16: note:
- 'setHighlightMode:' has been explicitly marked deprecated here
- ../src/osx/cocoa/taskbar.mm:350:23: warning: 'setTarget:' is deprecated: first deprecated in macOS
- 10.14 - Use the receiver's button.target instead [-Wdeprecated-declarations]
- [m_statusItem setTarget:m_target];
- ^
- /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSStatusItem.h:82:31: note:
- property 'target' is declared deprecated here
- @property (nullable, weak) id target NS_DEPRECATED_MAC(10_0, 10_14, "Use the receiver's button....
- ^
- /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSStatusItem.h:82:31: note:
- 'setTarget:' has been explicitly marked deprecated here
- ../src/osx/cocoa/taskbar.mm:351:23: warning: 'setAction:' is deprecated: first deprecated in macOS
- 10.14 - Use the receiver's button.action instead [-Wdeprecated-declarations]
- [m_statusItem setAction:@selector(clickedAction:)];
- ^
- /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSStatusItem.h:80:26: note:
- property 'action' is declared deprecated here
- @property (nullable) SEL action NS_DEPRECATED_MAC(10_0, 10_14, "Use the receiver's button.actio...
- ^
- /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSStatusItem.h:80:26: note:
- 'setAction:' has been explicitly marked deprecated here
- ../src/osx/cocoa/taskbar.mm:352:36: warning: 'NSLeftMouseDownMask' is deprecated: first deprecated in
- macOS 10.12 [-Wdeprecated-declarations]
- [m_statusItem sendActionOn:NSLeftMouseDownMask];
- ^~~~~~~~~~~~~~~~~~~
- NSEventMaskLeftMouseDown
- /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSEvent.h:135:26: note:
- 'NSLeftMouseDownMask' has been explicitly marked deprecated here
- static const NSEventMask NSLeftMouseDownMask NS_DEPRECATED_WITH_REPLACEMENT_MAC("NSE...
- ^
- ../src/osx/cocoa/taskbar.mm:352:23: warning: 'sendActionOn:' is deprecated: first deprecated in macOS
- 10.14 - Use the receiver's button's -sendActionOn: instead [-Wdeprecated-declarations]
- [m_statusItem sendActionOn:NSLeftMouseDownMask];
- ^
- /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSStatusItem.h:92:1: note:
- 'sendActionOn:' has been explicitly marked deprecated here
- - (NSInteger)sendActionOn:(NSEventMask)mask NS_DEPRECATED_MAC(10_0, 10_14, "Use the receiver's ...
- ^
- ../src/osx/cocoa/taskbar.mm:382:19: warning: 'setImage:' is deprecated: first deprecated in macOS 10.14
- - Use the receiver's button.image instead [-Wdeprecated-declarations]
- [m_statusItem setImage:nsimage];
- ^
- /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSStatusItem.h:85:39: note:
- property 'image' is declared deprecated here
- @property (nullable, strong) NSImage *image NS_DEPRECATED_MAC(10_0, 10_14, "Use the receiver's ...
- ^
- /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSStatusItem.h:85:39: note:
- 'setImage:' has been explicitly marked deprecated here
- ../src/osx/cocoa/taskbar.mm:385:19: warning: 'setToolTip:' is deprecated: first deprecated in macOS
- 10.14 - Use the receiver's button.toolTip instead [-Wdeprecated-declarations]
- [m_statusItem setToolTip:cfTooltip.AsNSString()];
- ^
- /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSStatusItem.h:89:38: note:
- property 'toolTip' is declared deprecated here
- @property (nullable, copy) NSString *toolTip NS_DEPRECATED_MAC(10_0, 10_14, "Use the receiver'...
- ^
- /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSStatusItem.h:89:38: note:
- 'setToolTip:' has been explicitly marked deprecated here
- ../src/osx/cocoa/taskbar.mm:408:19: warning: 'popUpStatusItemMenu:' is deprecated: first deprecated in
- macOS 10.14 - Use the menu property instead [-Wdeprecated-declarations]
- [m_statusItem popUpStatusItemMenu:(NSMenu*)menu->GetHMenu()];
- ^
- /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSStatusItem.h:103:1: note:
- 'popUpStatusItemMenu:' has been explicitly marked deprecated here
- - (void)popUpStatusItemMenu:(NSMenu *)menu NS_DEPRECATED_MAC(10_0, 10_14, "Use the menu propert...
- ^
- 8 warnings generated.
- ../src/osx/cocoa/mediactrl.mm:761:13: warning: 'AVPlayer' may not respond to 'setPlayerLayer:'
- [player setPlayerLayer:playerlayer];
- ~~~~~~ ^
- 1 warning generated.
- ../src/aui/dockart.cpp:686:12: warning: reference cannot be bound to dereferenced null pointer in
- well-defined C++ code; pointer may be assumed to always convert to true
- [-Wundefined-bool-conversion]
- if (!(&pane))
- ~ ^~~~
- 1 warning generated.
- ../src/propgrid/advprops.cpp:940:11: warning: reference cannot be bound to dereferenced null pointer in
- well-defined C++ code; pointer may be assumed to always convert to true
- [-Wundefined-bool-conversion]
- if ( &value )
- ~~ ^~~~~
- ../src/propgrid/advprops.cpp:952:11: warning: reference cannot be bound to dereferenced null pointer in
- well-defined C++ code; pointer may be assumed to always convert to true
- [-Wundefined-bool-conversion]
- if ( &value )
- ~~ ^~~~~
- ../src/propgrid/advprops.cpp:964:11: warning: reference cannot be bound to dereferenced null pointer in
- well-defined C++ code; pointer may be assumed to always convert to true
- [-Wundefined-bool-conversion]
- if ( &value )
- ~~ ^~~~~
- ../src/propgrid/advprops.cpp:2037:59: warning: reference cannot be bound to dereferenced null pointer
- in well-defined C++ code; pointer may be assumed to always convert to true
- [-Wundefined-bool-conversion]
- if ( !m_choices.IsOk() || !m_choices.GetCount() || !(&valueArr) )
- ~ ^~~~~~~~
- 4 warnings generated.
- ../src/propgrid/property.cpp:2112:11: warning: reference cannot be bound to dereferenced null pointer
- in well-defined C++ code; pointer may be assumed to always convert to true
- [-Wundefined-bool-conversion]
- if ( &bmp && bmp.IsOk() )
- ^~~ ~~
- ../src/propgrid/property.cpp:2932:15: warning: reference cannot be bound to dereferenced null pointer
- in well-defined C++ code; pointer may be assumed to always convert to true
- [-Wundefined-bool-conversion]
- if ( &arrint && arrint.size() )
- ^~~~~~ ~~
- ../src/propgrid/property.cpp:3002:10: warning: 'this' pointer cannot be null in well-defined C++ code;
- pointer may be assumed to always convert to true [-Wundefined-bool-conversion]
- if ( this && IsOk() )
- ^~~~ ~~
- 3 warnings generated.
- ../src/propgrid/props.cpp:1145:11: warning: reference cannot be bound to dereferenced null pointer in
- well-defined C++ code; pointer may be assumed to always convert to true
- [-Wundefined-bool-conversion]
- if ( &labels && labels.size() )
- ^~~~~~ ~~
- ../src/propgrid/props.cpp:1522:11: warning: reference cannot be bound to dereferenced null pointer in
- well-defined C++ code; pointer may be assumed to always convert to true
- [-Wundefined-bool-conversion]
- if ( &labels && labels.size() )
- ^~~~~~ ~~
- 2 warnings generated.
- /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /Users/ever/dev/0ad/libraries/osx/wxwidgets/wxWidgets-3.0.3.1/build-release/lib/libwx_baseu-3.0.a(baselib_memory.o) has no symbols
- /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /Users/ever/dev/0ad/libraries/osx/wxwidgets/wxWidgets-3.0.3.1/build-release/lib/libwx_baseu-3.0.a(baselib_stringops.o) has no symbols
- /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /Users/ever/dev/0ad/libraries/osx/wxwidgets/wxWidgets-3.0.3.1/build-release/lib/libwx_baseu-3.0.a(baselib_wxprintf.o) has no symbols
- /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /Users/ever/dev/0ad/libraries/osx/wxwidgets/wxWidgets-3.0.3.1/build-release/lib/libwx_baseu-3.0.a(baselib_xti.o) has no symbols
- /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /Users/ever/dev/0ad/libraries/osx/wxwidgets/wxWidgets-3.0.3.1/build-release/lib/libwx_baseu-3.0.a(baselib_xtistrm.o) has no symbols
- /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /Users/ever/dev/0ad/libraries/osx/wxwidgets/wxWidgets-3.0.3.1/build-release/lib/libwx_baseu-3.0.a(baselib_fswatcherg.o) has no symbols
- /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /Users/ever/dev/0ad/libraries/osx/wxwidgets/wxWidgets-3.0.3.1/build-release/lib/libwx_baseu-3.0.a(baselib_epolldispatcher.o) has no symbols
- /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /Users/ever/dev/0ad/libraries/osx/wxwidgets/wxWidgets-3.0.3.1/build-release/lib/libwx_baseu-3.0.a(baselib_cocoa_utils.o) has no symbols
- /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /Users/ever/dev/0ad/libraries/osx/wxwidgets/wxWidgets-3.0.3.1/build-release/lib/libwx_baseu-3.0.a(baselib_memory.o) has no symbols
- /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /Users/ever/dev/0ad/libraries/osx/wxwidgets/wxWidgets-3.0.3.1/build-release/lib/libwx_baseu-3.0.a(baselib_stringops.o) has no symbols
- /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /Users/ever/dev/0ad/libraries/osx/wxwidgets/wxWidgets-3.0.3.1/build-release/lib/libwx_baseu-3.0.a(baselib_wxprintf.o) has no symbols
- /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /Users/ever/dev/0ad/libraries/osx/wxwidgets/wxWidgets-3.0.3.1/build-release/lib/libwx_baseu-3.0.a(baselib_xti.o) has no symbols
- /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /Users/ever/dev/0ad/libraries/osx/wxwidgets/wxWidgets-3.0.3.1/build-release/lib/libwx_baseu-3.0.a(baselib_xtistrm.o) has no symbols
- /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /Users/ever/dev/0ad/libraries/osx/wxwidgets/wxWidgets-3.0.3.1/build-release/lib/libwx_baseu-3.0.a(baselib_fswatcherg.o) has no symbols
- /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /Users/ever/dev/0ad/libraries/osx/wxwidgets/wxWidgets-3.0.3.1/build-release/lib/libwx_baseu-3.0.a(baselib_epolldispatcher.o) has no symbols
- /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /Users/ever/dev/0ad/libraries/osx/wxwidgets/wxWidgets-3.0.3.1/build-release/lib/libwx_baseu-3.0.a(baselib_cocoa_utils.o) has no symbols
- /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /Users/ever/dev/0ad/libraries/osx/wxwidgets/wxWidgets-3.0.3.1/build-release/lib/libwx_osx_cocoau_core-3.0.a(corelib_webkit.o) has no symbols
- /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /Users/ever/dev/0ad/libraries/osx/wxwidgets/wxWidgets-3.0.3.1/build-release/lib/libwx_osx_cocoau_core-3.0.a(corelib_carbon_combobox.o) has no symbols
- /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /Users/ever/dev/0ad/libraries/osx/wxwidgets/wxWidgets-3.0.3.1/build-release/lib/libwx_osx_cocoau_core-3.0.a(corelib_carbon_overlay.o) has no symbols
- /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /Users/ever/dev/0ad/libraries/osx/wxwidgets/wxWidgets-3.0.3.1/build-release/lib/libwx_osx_cocoau_core-3.0.a(corelib_accesscmn.o) has no symbols
- /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /Users/ever/dev/0ad/libraries/osx/wxwidgets/wxWidgets-3.0.3.1/build-release/lib/libwx_osx_cocoau_core-3.0.a(corelib_cairo.o) has no symbols
- /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /Users/ever/dev/0ad/libraries/osx/wxwidgets/wxWidgets-3.0.3.1/build-release/lib/libwx_osx_cocoau_core-3.0.a(corelib_fontutilcmn.o) has no symbols
- /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /Users/ever/dev/0ad/libraries/osx/wxwidgets/wxWidgets-3.0.3.1/build-release/lib/libwx_osx_cocoau_core-3.0.a(corelib_imagtiff.o) has no symbols
- /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /Users/ever/dev/0ad/libraries/osx/wxwidgets/wxWidgets-3.0.3.1/build-release/lib/libwx_osx_cocoau_core-3.0.a(corelib_ownerdrwcmn.o) has no symbols
- /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /Users/ever/dev/0ad/libraries/osx/wxwidgets/wxWidgets-3.0.3.1/build-release/lib/libwx_osx_cocoau_core-3.0.a(corelib_preferencesg.o) has no symbols
- /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /Users/ever/dev/0ad/libraries/osx/wxwidgets/wxWidgets-3.0.3.1/build-release/lib/libwx_osx_cocoau_core-3.0.a(corelib_srchctlg.o) has no symbols
- /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /Users/ever/dev/0ad/libraries/osx/wxwidgets/wxWidgets-3.0.3.1/build-release/lib/libwx_osx_cocoau_core-3.0.a(corelib_webkit.o) has no symbols
- /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /Users/ever/dev/0ad/libraries/osx/wxwidgets/wxWidgets-3.0.3.1/build-release/lib/libwx_osx_cocoau_core-3.0.a(corelib_carbon_combobox.o) has no symbols
- /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /Users/ever/dev/0ad/libraries/osx/wxwidgets/wxWidgets-3.0.3.1/build-release/lib/libwx_osx_cocoau_core-3.0.a(corelib_carbon_overlay.o) has no symbols
- /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /Users/ever/dev/0ad/libraries/osx/wxwidgets/wxWidgets-3.0.3.1/build-release/lib/libwx_osx_cocoau_core-3.0.a(corelib_accesscmn.o) has no symbols
- /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /Users/ever/dev/0ad/libraries/osx/wxwidgets/wxWidgets-3.0.3.1/build-release/lib/libwx_osx_cocoau_core-3.0.a(corelib_cairo.o) has no symbols
- /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /Users/ever/dev/0ad/libraries/osx/wxwidgets/wxWidgets-3.0.3.1/build-release/lib/libwx_osx_cocoau_core-3.0.a(corelib_fontutilcmn.o) has no symbols
- /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /Users/ever/dev/0ad/libraries/osx/wxwidgets/wxWidgets-3.0.3.1/build-release/lib/libwx_osx_cocoau_core-3.0.a(corelib_imagtiff.o) has no symbols
- /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /Users/ever/dev/0ad/libraries/osx/wxwidgets/wxWidgets-3.0.3.1/build-release/lib/libwx_osx_cocoau_core-3.0.a(corelib_ownerdrwcmn.o) has no symbols
- /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /Users/ever/dev/0ad/libraries/osx/wxwidgets/wxWidgets-3.0.3.1/build-release/lib/libwx_osx_cocoau_core-3.0.a(corelib_preferencesg.o) has no symbols
- /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /Users/ever/dev/0ad/libraries/osx/wxwidgets/wxWidgets-3.0.3.1/build-release/lib/libwx_osx_cocoau_core-3.0.a(corelib_srchctlg.o) has no symbols
- ../src/osx/cocoa/glcanvas.mm:39:29: warning: 'NSOpenGLContext' is deprecated: first deprecated in macOS
- 10.14 - Please use Metal or MetalKit. [-Wdeprecated-declarations]
- WXGLContext context = [[NSOpenGLContext alloc] initWithFormat:pixelFormat shareContext: sha...
- ^
- /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSOpenGL.h:202:12: note:
- 'NSOpenGLContext' has been explicitly marked deprecated here
- @interface NSOpenGLContext : NSObject <NSLocking>
- ^
- ../src/osx/cocoa/glcanvas.mm:62:13: warning: 'NSOpenGLContext' is deprecated: first deprecated in macOS
- 10.14 - Please use Metal or MetalKit. [-Wdeprecated-declarations]
- return [NSOpenGLContext currentContext];
- ^
- /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSOpenGL.h:202:12: note:
- 'NSOpenGLContext' has been explicitly marked deprecated here
- @interface NSOpenGLContext : NSObject <NSLocking>
- ^
- ../src/osx/cocoa/glcanvas.mm:83:5: warning: 'NSOpenGLPixelFormatAttribute' is deprecated: first
- deprecated in macOS 10.14 [-Wdeprecated-declarations]
- NSOpenGLPixelFormatAttribute data[512];
- ^
- /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSOpenGL.h:99:18: note:
- 'NSOpenGLPixelFormatAttribute' has been explicitly marked deprecated here
- typedef uint32_t NSOpenGLPixelFormatAttribute NS_OPENGL_DEPRECATED(10_0, 10_14);
- ^
- ../src/osx/cocoa/glcanvas.mm:86:17: warning: 'NSOpenGLPFAMinimumPolicy' is deprecated: first deprecated
- in macOS 10.14 [-Wdeprecated-declarations]
- data[p++] = NSOpenGLPFAMinimumPolicy; // make _SIZE tags behave more like GLX
- ^
- /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSOpenGL.h:67:5: note:
- 'NSOpenGLPFAMinimumPolicy' has been explicitly marked deprecated here
- NSOpenGLPFAMinimumPolicy NS_OPENGL_ENUM_DEPRECATED(10_0, 10_14) = 51, /* neve...
- ^
- ../src/osx/cocoa/glcanvas.mm:100:26: warning: 'NSOpenGLPFAAccelerated' is deprecated: first deprecated
- in macOS 10.14 [-Wdeprecated-declarations]
- attrsAccel[] = { NSOpenGLPFAAccelerated, 0 };
- ^
- /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSOpenGL.h:78:5: note:
- 'NSOpenGLPFAAccelerated' has been explicitly marked deprecated here
- NSOpenGLPFAAccelerated NS_OPENGL_ENUM_DEPRECATED(10_0, 10_14) = 73, /* choo...
- ^
- ../src/osx/cocoa/glcanvas.mm:99:11: warning: 'NSOpenGLPixelFormatAttribute' is deprecated: first
- deprecated in macOS 10.14 [-Wdeprecated-declarations]
- const NSOpenGLPixelFormatAttribute
- ^
- /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSOpenGL.h:99:18: note:
- 'NSOpenGLPixelFormatAttribute' has been explicitly marked deprecated here
- typedef uint32_t NSOpenGLPixelFormatAttribute NS_OPENGL_DEPRECATED(10_0, 10_14);
- ^
- ../src/osx/cocoa/glcanvas.mm:101:41: warning: 'NSOpenGLPixelFormat' is deprecated: first deprecated in
- macOS 10.14 - Please use Metal or MetalKit. [-Wdeprecated-declarations]
- if ( WXGLPixelFormat testFormat = [[NSOpenGLPixelFormat alloc]
- ^
- /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSOpenGL.h:113:12: note:
- 'NSOpenGLPixelFormat' has been explicitly marked deprecated here
- @interface NSOpenGLPixelFormat : NSObject <NSCoding>
- ^
- ../src/osx/cocoa/glcanvas.mm:105:21: warning: 'NSOpenGLPFAAccelerated' is deprecated: first deprecated
- in macOS 10.14 [-Wdeprecated-declarations]
- data[p++] = NSOpenGLPFAAccelerated;
- ^
- /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSOpenGL.h:78:5: note:
- 'NSOpenGLPFAAccelerated' has been explicitly marked deprecated here
- NSOpenGLPFAAccelerated NS_OPENGL_ENUM_DEPRECATED(10_0, 10_14) = 73, /* choo...
- ^
- ../src/osx/cocoa/glcanvas.mm:109:11: warning: 'NSOpenGLPixelFormatAttribute' is deprecated: first
- deprecated in macOS 10.14 [-Wdeprecated-declarations]
- const NSOpenGLPixelFormatAttribute *attribs;
- ^
- /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSOpenGL.h:99:18: note:
- 'NSOpenGLPixelFormatAttribute' has been explicitly marked deprecated here
- typedef uint32_t NSOpenGLPixelFormatAttribute NS_OPENGL_DEPRECATED(10_0, 10_14);
- ^
- ../src/osx/cocoa/glcanvas.mm:113:21: warning: 'NSOpenGLPFADoubleBuffer' is deprecated: first deprecated
- in macOS 10.14 [-Wdeprecated-declarations]
- data[p++] = NSOpenGLPFADoubleBuffer;
- ^
- /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSOpenGL.h:60:5: note:
- 'NSOpenGLPFADoubleBuffer' has been explicitly marked deprecated here
- NSOpenGLPFADoubleBuffer NS_OPENGL_ENUM_DEPRECATED(10_0, 10_14) = 5, /* choo...
- ^
- ../src/osx/cocoa/glcanvas.mm:114:21: warning: 'NSOpenGLPFAColorSize' is deprecated: first deprecated in
- macOS 10.14 [-Wdeprecated-declarations]
- data[p++] = NSOpenGLPFAColorSize;
- ^
- /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSOpenGL.h:62:5: note:
- 'NSOpenGLPFAColorSize' has been explicitly marked deprecated here
- NSOpenGLPFAColorSize NS_OPENGL_ENUM_DEPRECATED(10_0, 10_14) = 8, /* numb...
- ^
- ../src/osx/cocoa/glcanvas.mm:115:22: warning: 'NSOpenGLPixelFormatAttribute' is deprecated: first
- deprecated in macOS 10.14 [-Wdeprecated-declarations]
- data[p++] = (NSOpenGLPixelFormatAttribute)8;
- ^
- /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSOpenGL.h:99:18: note:
- 'NSOpenGLPixelFormatAttribute' has been explicitly marked deprecated here
- typedef uint32_t NSOpenGLPixelFormatAttribute NS_OPENGL_DEPRECATED(10_0, 10_14);
- ^
- ../src/osx/cocoa/glcanvas.mm:116:21: warning: 'NSOpenGLPFAAlphaSize' is deprecated: first deprecated in
- macOS 10.14 [-Wdeprecated-declarations]
- data[p++] = NSOpenGLPFAAlphaSize;
- ^
- /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSOpenGL.h:63:5: note:
- 'NSOpenGLPFAAlphaSize' has been explicitly marked deprecated here
- NSOpenGLPFAAlphaSize NS_OPENGL_ENUM_DEPRECATED(10_0, 10_14) = 11, /* numb...
- ^
- ../src/osx/cocoa/glcanvas.mm:117:22: warning: 'NSOpenGLPixelFormatAttribute' is deprecated: first
- deprecated in macOS 10.14 [-Wdeprecated-declarations]
- data[p++] = (NSOpenGLPixelFormatAttribute)0;
- ^
- /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSOpenGL.h:99:18: note:
- 'NSOpenGLPixelFormatAttribute' has been explicitly marked deprecated here
- typedef uint32_t NSOpenGLPixelFormatAttribute NS_OPENGL_DEPRECATED(10_0, 10_14);
- ^
- ../src/osx/cocoa/glcanvas.mm:118:21: warning: 'NSOpenGLPFADepthSize' is deprecated: first deprecated in
- macOS 10.14 [-Wdeprecated-declarations]
- data[p++] = NSOpenGLPFADepthSize;
- ^
- /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSOpenGL.h:64:5: note:
- 'NSOpenGLPFADepthSize' has been explicitly marked deprecated here
- NSOpenGLPFADepthSize NS_OPENGL_ENUM_DEPRECATED(10_0, 10_14) = 12, /* numb...
- ^
- ../src/osx/cocoa/glcanvas.mm:119:22: warning: 'NSOpenGLPixelFormatAttribute' is deprecated: first
- deprecated in macOS 10.14 [-Wdeprecated-declarations]
- data[p++] = (NSOpenGLPixelFormatAttribute)8;
- ^
- /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSOpenGL.h:99:18: note:
- 'NSOpenGLPixelFormatAttribute' has been explicitly marked deprecated here
- typedef uint32_t NSOpenGLPixelFormatAttribute NS_OPENGL_DEPRECATED(10_0, 10_14);
- ^
- ../src/osx/cocoa/glcanvas.mm:144:33: warning: 'NSOpenGLPFADoubleBuffer' is deprecated: first deprecated
- in macOS 10.14 [-Wdeprecated-declarations]
- data[p++] = NSOpenGLPFADoubleBuffer;
- ^
- /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSOpenGL.h:60:5: note:
- 'NSOpenGLPFADoubleBuffer' has been explicitly marked deprecated here
- NSOpenGLPFADoubleBuffer NS_OPENGL_ENUM_DEPRECATED(10_0, 10_14) = 5, /* choo...
- ^
- ../src/osx/cocoa/glcanvas.mm:148:33: warning: 'NSOpenGLPFAStereo' is deprecated: first deprecated in
- macOS 10.12 [-Wdeprecated-declarations]
- data[p++] = NSOpenGLPFAStereo;
- ^
- /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSOpenGL.h:87:5: note:
- 'NSOpenGLPFAStereo' has been explicitly marked deprecated here
- NSOpenGLPFAStereo NS_ENUM_DEPRECATED_MAC(10_0, 10_12) = 6,
- ^
- ../src/osx/cocoa/glcanvas.mm:152:33: warning: 'NSOpenGLPFAAuxBuffers' is deprecated: first deprecated
- in macOS 10.14 [-Wdeprecated-declarations]
- data[p++] = NSOpenGLPFAAuxBuffers;
- ^
- /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSOpenGL.h:61:5: note:
- 'NSOpenGLPFAAuxBuffers' has been explicitly marked deprecated here
- NSOpenGLPFAAuxBuffers NS_OPENGL_ENUM_DEPRECATED(10_0, 10_14) = 7, /* numb...
- ^
- ../src/osx/cocoa/glcanvas.mm:153:34: warning: 'NSOpenGLPixelFormatAttribute' is deprecated: first
- deprecated in macOS 10.14 [-Wdeprecated-declarations]
- data[p++] = (NSOpenGLPixelFormatAttribute) attribList[arg++];
- ^
- /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSOpenGL.h:99:18: note:
- 'NSOpenGLPixelFormatAttribute' has been explicitly marked deprecated here
- typedef uint32_t NSOpenGLPixelFormatAttribute NS_OPENGL_DEPRECATED(10_0, 10_14);
- ^
- ../src/osx/cocoa/glcanvas.mm:157:33: warning: 'NSOpenGLPFAColorSize' is deprecated: first deprecated in
- macOS 10.14 [-Wdeprecated-declarations]
- data[p++] = NSOpenGLPFAColorSize;
- ^
- /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSOpenGL.h:62:5: note:
- 'NSOpenGLPFAColorSize' has been explicitly marked deprecated here
- NSOpenGLPFAColorSize NS_OPENGL_ENUM_DEPRECATED(10_0, 10_14) = 8, /* numb...
- ^
- ../src/osx/cocoa/glcanvas.mm:158:34: warning: 'NSOpenGLPixelFormatAttribute' is deprecated: first
- deprecated in macOS 10.14 [-Wdeprecated-declarations]
- data[p++] = (NSOpenGLPixelFormatAttribute) attribList[arg++];
- ^
- /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSOpenGL.h:99:18: note:
- 'NSOpenGLPixelFormatAttribute' has been explicitly marked deprecated here
- typedef uint32_t NSOpenGLPixelFormatAttribute NS_OPENGL_DEPRECATED(10_0, 10_14);
- ^
- ../src/osx/cocoa/glcanvas.mm:172:33: warning: 'NSOpenGLPFAAlphaSize' is deprecated: first deprecated in
- macOS 10.14 [-Wdeprecated-declarations]
- data[p++] = NSOpenGLPFAAlphaSize;
- ^
- /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSOpenGL.h:63:5: note:
- 'NSOpenGLPFAAlphaSize' has been explicitly marked deprecated here
- NSOpenGLPFAAlphaSize NS_OPENGL_ENUM_DEPRECATED(10_0, 10_14) = 11, /* numb...
- ^
- ../src/osx/cocoa/glcanvas.mm:173:34: warning: 'NSOpenGLPixelFormatAttribute' is deprecated: first
- deprecated in macOS 10.14 [-Wdeprecated-declarations]
- data[p++] = (NSOpenGLPixelFormatAttribute) attribList[arg++];
- ^
- /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSOpenGL.h:99:18: note:
- 'NSOpenGLPixelFormatAttribute' has been explicitly marked deprecated here
- typedef uint32_t NSOpenGLPixelFormatAttribute NS_OPENGL_DEPRECATED(10_0, 10_14);
- ^
- ../src/osx/cocoa/glcanvas.mm:177:33: warning: 'NSOpenGLPFADepthSize' is deprecated: first deprecated in
- macOS 10.14 [-Wdeprecated-declarations]
- data[p++] = NSOpenGLPFADepthSize;
- ^
- /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSOpenGL.h:64:5: note:
- 'NSOpenGLPFADepthSize' has been explicitly marked deprecated here
- NSOpenGLPFADepthSize NS_OPENGL_ENUM_DEPRECATED(10_0, 10_14) = 12, /* numb...
- ^
- ../src/osx/cocoa/glcanvas.mm:178:34: warning: 'NSOpenGLPixelFormatAttribute' is deprecated: first
- deprecated in macOS 10.14 [-Wdeprecated-declarations]
- data[p++] = (NSOpenGLPixelFormatAttribute) attribList[arg++];
- ^
- /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSOpenGL.h:99:18: note:
- 'NSOpenGLPixelFormatAttribute' has been explicitly marked deprecated here
- typedef uint32_t NSOpenGLPixelFormatAttribute NS_OPENGL_DEPRECATED(10_0, 10_14);
- ^
- ../src/osx/cocoa/glcanvas.mm:182:33: warning: 'NSOpenGLPFAStencilSize' is deprecated: first deprecated
- in macOS 10.14 [-Wdeprecated-declarations]
- data[p++] = NSOpenGLPFAStencilSize;
- ^
- /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSOpenGL.h:65:5: note:
- 'NSOpenGLPFAStencilSize' has been explicitly marked deprecated here
- NSOpenGLPFAStencilSize NS_OPENGL_ENUM_DEPRECATED(10_0, 10_14) = 13, /* numb...
- ^
- ../src/osx/cocoa/glcanvas.mm:183:34: warning: 'NSOpenGLPixelFormatAttribute' is deprecated: first
- deprecated in macOS 10.14 [-Wdeprecated-declarations]
- data[p++] = (NSOpenGLPixelFormatAttribute) attribList[arg++];
- ^
- /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSOpenGL.h:99:18: note:
- 'NSOpenGLPixelFormatAttribute' has been explicitly marked deprecated here
- typedef uint32_t NSOpenGLPixelFormatAttribute NS_OPENGL_DEPRECATED(10_0, 10_14);
- ^
- ../src/osx/cocoa/glcanvas.mm:187:33: warning: 'NSOpenGLPFAAccumSize' is deprecated: first deprecated in
- macOS 10.14 [-Wdeprecated-declarations]
- data[p++] = NSOpenGLPFAAccumSize;
- ^
- /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSOpenGL.h:66:5: note:
- 'NSOpenGLPFAAccumSize' has been explicitly marked deprecated here
- NSOpenGLPFAAccumSize NS_OPENGL_ENUM_DEPRECATED(10_0, 10_14) = 14, /* numb...
- ^
- ../src/osx/cocoa/glcanvas.mm:188:34: warning: 'NSOpenGLPixelFormatAttribute' is deprecated: first
- deprecated in macOS 10.14 [-Wdeprecated-declarations]
- data[p++] = (NSOpenGLPixelFormatAttribute) attribList[arg++];
- ^
- /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSOpenGL.h:99:18: note:
- 'NSOpenGLPixelFormatAttribute' has been explicitly marked deprecated here
- typedef uint32_t NSOpenGLPixelFormatAttribute NS_OPENGL_DEPRECATED(10_0, 10_14);
- ^
- ../src/osx/cocoa/glcanvas.mm:215:33: warning: 'NSOpenGLPFASampleBuffers' is deprecated: first
- deprecated in macOS 10.14 [-Wdeprecated-declarations]
- data[p++] = NSOpenGLPFASampleBuffers;
- ^
- /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSOpenGL.h:69:5: note:
- 'NSOpenGLPFASampleBuffers' has been explicitly marked deprecated here
- NSOpenGLPFASampleBuffers NS_OPENGL_ENUM_DEPRECATED(10_0, 10_14) = 55, /* numb...
- ^
- ../src/osx/cocoa/glcanvas.mm:216:40: warning: 'NSOpenGLPixelFormatAttribute' is deprecated: first
- deprecated in macOS 10.14 [-Wdeprecated-declarations]
- if ( (data[p++] = (NSOpenGLPixelFormatAttribute) attribList[arg++]) == true )
- ^
- /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSOpenGL.h:99:18: note:
- 'NSOpenGLPixelFormatAttribute' has been explicitly marked deprecated here
- typedef uint32_t NSOpenGLPixelFormatAttribute NS_OPENGL_DEPRECATED(10_0, 10_14);
- ^
- ../src/osx/cocoa/glcanvas.mm:219:37: warning: 'NSOpenGLPFANoRecovery' is deprecated: first deprecated
- in macOS 10.14 [-Wdeprecated-declarations]
- data[p++] = NSOpenGLPFANoRecovery;
- ^
- /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSOpenGL.h:77:5: note:
- 'NSOpenGLPFANoRecovery' has been explicitly marked deprecated here
- NSOpenGLPFANoRecovery NS_OPENGL_ENUM_DEPRECATED(10_0, 10_14) = 72, /* disa...
- ^
- ../src/osx/cocoa/glcanvas.mm:232:33: warning: 'NSOpenGLPFASamples' is deprecated: first deprecated in
- macOS 10.14 [-Wdeprecated-declarations]
- data[p++] = NSOpenGLPFASamples;
- ^
- /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSOpenGL.h:70:5: note:
- 'NSOpenGLPFASamples' has been explicitly marked deprecated here
- NSOpenGLPFASamples NS_OPENGL_ENUM_DEPRECATED(10_0, 10_14) = 56, /* numb...
- ^
- ../src/osx/cocoa/glcanvas.mm:233:34: warning: 'NSOpenGLPixelFormatAttribute' is deprecated: first
- deprecated in macOS 10.14 [-Wdeprecated-declarations]
- data[p++] = (NSOpenGLPixelFormatAttribute) attribList[arg++];
- ^
- /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSOpenGL.h:99:18: note:
- 'NSOpenGLPixelFormatAttribute' has been explicitly marked deprecated here
- typedef uint32_t NSOpenGLPixelFormatAttribute NS_OPENGL_DEPRECATED(10_0, 10_14);
- ^
- ../src/osx/cocoa/glcanvas.mm:241:33: warning: 'NSOpenGLPFAOpenGLProfile' is deprecated: first
- deprecated in macOS 10.14 [-Wdeprecated-declarations]
- data[p++] = NSOpenGLPFAOpenGLProfile;
- ^
- /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSOpenGL.h:84:5: note:
- 'NSOpenGLPFAOpenGLProfile' has been explicitly marked deprecated here
- NSOpenGLPFAOpenGLProfile NS_OPENGL_ENUM_DEPRECATED(10_7, 10_14) = 99, /* speci...
- ^
- ../src/osx/cocoa/glcanvas.mm:245:33: warning: 'NSOpenGLProfileVersion3_2Core' is deprecated: first
- deprecated in macOS 10.14 [-Wdeprecated-declarations]
- data[p++] = NSOpenGLProfileVersion3_2Core;
- ^
- /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSOpenGL.h:104:5: note:
- 'NSOpenGLProfileVersion3_2Core' has been explicitly marked deprecated here
- NSOpenGLProfileVersion3_2Core NS_OPENGL_ENUM_DEPRECATED(10_7, 10_14) = 0x3200, /* cho...
- ^
- ../src/osx/cocoa/glcanvas.mm:256:14: warning: 'NSOpenGLPixelFormat' is deprecated: first deprecated in
- macOS 10.14 - Please use Metal or MetalKit. [-Wdeprecated-declarations]
- return [[NSOpenGLPixelFormat alloc] initWithAttributes:(NSOpenGLPixelFormatAttribute*) attribs];
- ^
- /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSOpenGL.h:113:12: note:
- 'NSOpenGLPixelFormat' has been explicitly marked deprecated here
- @interface NSOpenGLPixelFormat : NSObject <NSCoding>
- ^
- ../src/osx/cocoa/glcanvas.mm:256:61: warning: 'NSOpenGLPixelFormatAttribute' is deprecated: first
- deprecated in macOS 10.14 [-Wdeprecated-declarations]
- return [[NSOpenGLPixelFormat alloc] initWithAttributes:(NSOpenGLPixelFormatAttribute*) attribs];
- ^
- /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSOpenGL.h:99:18: note:
- 'NSOpenGLPixelFormatAttribute' has been explicitly marked deprecated here
- typedef uint32_t NSOpenGLPixelFormatAttribute NS_OPENGL_DEPRECATED(10_0, 10_14);
- ^
- ../src/osx/cocoa/glcanvas.mm:261:5: warning: 'NSOpenGLContext' is deprecated: first deprecated in macOS
- 10.14 - Please use Metal or MetalKit. [-Wdeprecated-declarations]
- NSOpenGLContext* context;
- ^
- /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSOpenGL.h:202:12: note:
- 'NSOpenGLContext' has been explicitly marked deprecated here
- @interface NSOpenGLContext : NSObject <NSLocking>
- ^
- ../src/osx/cocoa/glcanvas.mm:334:18: warning: 'setView:' is deprecated: first deprecated in macOS 10.14
- - Use NSOpenGLView to provide OpenGL content in a Cocoa app. [-Wdeprecated-declarations]
- [m_glContext setView: win.GetHandle() ];
- ^
- /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSOpenGL.h:216:36: note:
- property 'view' is declared deprecated here
- @property (nullable, weak) NSView *view NS_DEPRECATED_MAC(10_0, 10_14);
- ^
- /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSOpenGL.h:217:1: note:
- 'setView:' has been explicitly marked deprecated here
- - (void)setView:(nullable NSView *)view NS_DEPRECATED_MAC(10_0, 10_14, "Use NSOpenGLView to pro...
- ^
- /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /Users/ever/dev/0ad/libraries/osx/wxwidgets/wxWidgets-3.0.3.1/build-release/lib/libwx_osx_cocoau_adv-3.0.a(advlib_datavgen.o) has no symbols
- /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /Users/ever/dev/0ad/libraries/osx/wxwidgets/wxWidgets-3.0.3.1/build-release/lib/libwx_osx_cocoau_adv-3.0.a(advlib_timectrlg.o) has no symbols
- /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /Users/ever/dev/0ad/libraries/osx/wxwidgets/wxWidgets-3.0.3.1/build-release/lib/libwx_osx_cocoau_adv-3.0.a(advlib_carbon_sound.o) has no symbols
- /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /Users/ever/dev/0ad/libraries/osx/wxwidgets/wxWidgets-3.0.3.1/build-release/lib/libwx_osx_cocoau_adv-3.0.a(advlib_datavgen.o) has no symbols
- /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /Users/ever/dev/0ad/libraries/osx/wxwidgets/wxWidgets-3.0.3.1/build-release/lib/libwx_osx_cocoau_adv-3.0.a(advlib_timectrlg.o) has no symbols
- /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /Users/ever/dev/0ad/libraries/osx/wxwidgets/wxWidgets-3.0.3.1/build-release/lib/libwx_osx_cocoau_adv-3.0.a(advlib_carbon_sound.o) has no symbols
- 41 warnings generated.
- /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /Users/ever/dev/0ad/libraries/osx/wxwidgets/wxWidgets-3.0.3.1/build-release/lib/libwx_osx_cocoau_html-3.0.a(htmllib_chm.o) has no symbols
- /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /Users/ever/dev/0ad/libraries/osx/wxwidgets/wxWidgets-3.0.3.1/build-release/lib/libwx_osx_cocoau_html-3.0.a(htmllib_chm.o) has no symbols
- /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /Users/ever/dev/0ad/libraries/osx/wxwidgets/wxWidgets-3.0.3.1/build-release/lib/libwx_baseu_xml-3.0.a(xmllib_xtixml.o) has no symbols
- /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /Users/ever/dev/0ad/libraries/osx/wxwidgets/wxWidgets-3.0.3.1/build-release/lib/libwx_baseu_xml-3.0.a(xmllib_xtixml.o) has no symbols
- configure: WARNING: *** You have not enabled versioned symbols.
- /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libpng16.a(mips_init.o) has no symbols
- /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libpng16.a(filter_msa_intrinsics.o) has no symbols
- /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libpng16.a(intel_init.o) has no symbols
- /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libpng16.a(filter_sse2_intrinsics.o) has no symbols
- /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libpng16.a(powerpc_init.o) has no symbols
- /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libpng16.a(filter_vsx_intrinsics.o) has no symbols
- /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libpng16.a(mips_init.o) has no symbols
- /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libpng16.a(filter_msa_intrinsics.o) has no symbols
- /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libpng16.a(intel_init.o) has no symbols
- /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libpng16.a(filter_sse2_intrinsics.o) has no symbols
- /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libpng16.a(powerpc_init.o) has no symbols
- /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libpng16.a(filter_vsx_intrinsics.o) has no symbols
- /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /Users/ever/dev/0ad/libraries/osx/libpng/lib/libpng16.a(mips_init.o) has no symbols
- /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /Users/ever/dev/0ad/libraries/osx/libpng/lib/libpng16.a(filter_msa_intrinsics.o) has no symbols
- /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /Users/ever/dev/0ad/libraries/osx/libpng/lib/libpng16.a(intel_init.o) has no symbols
- /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /Users/ever/dev/0ad/libraries/osx/libpng/lib/libpng16.a(filter_sse2_intrinsics.o) has no symbols
- /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /Users/ever/dev/0ad/libraries/osx/libpng/lib/libpng16.a(powerpc_init.o) has no symbols
- /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /Users/ever/dev/0ad/libraries/osx/libpng/lib/libpng16.a(filter_vsx_intrinsics.o) has no symbols
- + cd /Users/ever/dev/0ad/libraries/osx/libpng/lib
- + for ext in a dll.a so so.16.34 la sl dylib
- + rm -f libpng.a
- + test -f libpng16.a
- + ln -s libpng16.a libpng.a
- + for ext in a dll.a so so.16.34 la sl dylib
- + rm -f libpng.dll.a
- + test -f libpng16.dll.a
- + for ext in a dll.a so so.16.34 la sl dylib
- + rm -f libpng.so
- + test -f libpng16.so
- + for ext in a dll.a so so.16.34 la sl dylib
- + rm -f libpng.so.16.34
- + test -f libpng16.so.16.34
- + for ext in a dll.a so so.16.34 la sl dylib
- + rm -f libpng.la
- + test -f libpng16.la
- + ln -s libpng16.la libpng.la
- + for ext in a dll.a so so.16.34 la sl dylib
- + rm -f libpng.sl
- + test -f libpng16.sl
- + for ext in a dll.a so so.16.34 la sl dylib
- + rm -f libpng.dylib
- + test -f libpng16.dylib
- + cd /Users/ever/dev/0ad/libraries/osx/libpng/bin
- + rm -f libpng-config
- + ln -s libpng16-config libpng-config
- + cd /Users/ever/dev/0ad/libraries/osx/libpng/include
- + for f in pnglibconf.h png.h pngconf.h
- + rm -f pnglibconf.h
- + ln -s libpng16/pnglibconf.h pnglibconf.h
- + for f in pnglibconf.h png.h pngconf.h
- + rm -f png.h
- + ln -s libpng16/png.h png.h
- + for f in pnglibconf.h png.h pngconf.h
- + rm -f pngconf.h
- + ln -s libpng16/pngconf.h pngconf.h
- + cd /Users/ever/dev/0ad/libraries/osx/libpng/lib/pkgconfig
- + rm -f libpng.pc
- + ln -s libpng16.pc libpng.pc
- clang: warning: -O4 is equivalent to -O3 [-Wdeprecated]
- clang: warning: -O4 is equivalent to -O3 [-Wdeprecated]
- clang: warning: -O4 is equivalent to -O3 [-Wdeprecated]
- clang: warning: -O4 is equivalent to -O3 [-Wdeprecated]
- /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libvorbis.a(lookup.o) has no symbols
- /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libvorbis.a(lookup.o) has no symbols
- /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /Users/ever/dev/0ad/libraries/osx/vorbis/lib/libvorbis.a(lookup.o) has no symbols
- toom_interpolate_5pts.c:71:19: warning: expression result unused [-Wunused-value]
- ASSERT_NOCARRY (mpn_divexact_by3 (v2, v2, kk1)); /* v2 <- v2 / 3 */
- ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- ../gmp-impl.h:1621:6: note: expanded from macro 'mpn_divexact_by3'
- (3 & mpn_bdiv_dbm1 (dst, src, size, __GMP_CAST (mp_limb_t, GMP_NUMB_MASK / 3)))
- ~ ^
- ../gmp-impl.h:2412:33: note: expanded from macro 'ASSERT_NOCARRY'
- #define ASSERT_NOCARRY(expr) (expr)
- ^~~~
- 1 warning generated.
- toom_interpolate_8pts.c:164:18: warning: expression result unused [-Wunused-value]
- ASSERT_NOCARRY(mpn_divexact_by3 (r5, r5, 3 * n + 1));
- ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- ../gmp-impl.h:1621:6: note: expanded from macro 'mpn_divexact_by3'
- (3 & mpn_bdiv_dbm1 (dst, src, size, __GMP_CAST (mp_limb_t, GMP_NUMB_MASK / 3)))
- ~ ^
- ../gmp-impl.h:2412:33: note: expanded from macro 'ASSERT_NOCARRY'
- #define ASSERT_NOCARRY(expr) (expr)
- ^~~~
- 1 warning generated.
- /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libprintf.a(obprintf.o) has no symbols
- /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libprintf.a(obvprintf.o) has no symbols
- /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libprintf.a(obprntffuns.o) has no symbols
- /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libprintf.a(repl-vsnprintf.o) has no symbols
- /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libprintf.a(obprintf.o) has no symbols
- /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libprintf.a(obvprintf.o) has no symbols
- /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libprintf.a(obprntffuns.o) has no symbols
- /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libprintf.a(repl-vsnprintf.o) has no symbols
- /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libgmp.a(mp_clz_tab.o) has no symbols
- /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libgmp.a(obprintf.o) has no symbols
- /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libgmp.a(obvprintf.o) has no symbols
- /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libgmp.a(obprntffuns.o) has no symbols
- /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libgmp.a(repl-vsnprintf.o) has no symbols
- /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libgmp.a(mp_clz_tab.o) has no symbols
- /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libgmp.a(obprintf.o) has no symbols
- /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libgmp.a(obvprintf.o) has no symbols
- /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libgmp.a(obprntffuns.o) has no symbols
- /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libgmp.a(repl-vsnprintf.o) has no symbols
- /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /Users/ever/dev/0ad/libraries/osx/gmp/lib/libgmp.a(mp_clz_tab.o) has no symbols
- /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /Users/ever/dev/0ad/libraries/osx/gmp/lib/libgmp.a(obprintf.o) has no symbols
- /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /Users/ever/dev/0ad/libraries/osx/gmp/lib/libgmp.a(obvprintf.o) has no symbols
- /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /Users/ever/dev/0ad/libraries/osx/gmp/lib/libgmp.a(obprntffuns.o) has no symbols
- /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /Users/ever/dev/0ad/libraries/osx/gmp/lib/libgmp.a(repl-vsnprintf.o) has no symbols
- Configured with: --prefix=/Applications/Xcode.app/Contents/Developer/usr --with-gxx-include-dir=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/c++/4.2.1
- configure: WARNING: Don't know where to install 64-bit libraries on this system.
- In file included from getopt.c:98:
- ./getopt.h:169:19: warning: this function declaration is not a prototype [-Wstrict-prototypes]
- extern int getopt ();
- ^
- void
- getopt.c:146:21: warning: this function declaration is not a prototype [-Wstrict-prototypes]
- extern char *getenv ();
- ^
- void
- getopt.c:272:25: warning: unused parameter 'argc' [-Wunused-parameter]
- _getopt_initialize (int argc, char *const *argv, const char *optstring,
- ^
- getopt.c:272:44: warning: unused parameter 'argv' [-Wunused-parameter]
- _getopt_initialize (int argc, char *const *argv, const char *optstring,
- ^
- getopt.c:1188:1: warning: no previous prototype for function 'getopt' [-Wmissing-prototypes]
- getopt (int argc, char *const *argv, const char *optstring)
- ^
- 5 warnings generated.
- In file included from getopt1.c:26:
- ./getopt.h:169:19: warning: this function declaration is not a prototype [-Wstrict-prototypes]
- extern int getopt ();
- ^
- void
- 1 warning generated.
- Table size: 320 entries
- Table size: 256 entries
- Table size: 256 entries
- Table size: 256 entries
- Table size: 128 entries
- Table size: 128 entries
- In file included from sexp-conv.c:57:
- ../getopt.h:169:19: warning: this function declaration is not a prototype [-Wstrict-prototypes]
- extern int getopt ();
- ^
- void
- 1 warning generated.
- In file included from nettle-hash.c:46:
- ../getopt.h:169:19: warning: this function declaration is not a prototype [-Wstrict-prototypes]
- extern int getopt ();
- ^
- void
- 1 warning generated.
- In file included from nettle-pbkdf2.c:46:
- ../getopt.h:169:19: warning: this function declaration is not a prototype [-Wstrict-prototypes]
- extern int getopt ();
- ^
- void
- 1 warning generated.
- In file included from pkcs1-conv.c:50:
- ../getopt.h:169:19: warning: this function declaration is not a prototype [-Wstrict-prototypes]
- extern int getopt ();
- ^
- void
- 1 warning generated.
- ld: warning: PIE disabled. Absolute addressing (perhaps -mdynamic-no-pic) not allowed in code signed PIE, but used in ___gmpn_divexact_1_x86_64 from /Users/ever/dev/0ad/libraries/osx/gmp/lib/libgmp.a(x86_64_dive_1.o). To fix this warning, don't compile with -mdynamic-no-pic or link with -Wl,-no_pie
- ld: warning: PIE disabled. Absolute addressing (perhaps -mdynamic-no-pic) not allowed in code signed PIE, but used in ___gmpn_divexact_1_x86_64 from /Users/ever/dev/0ad/libraries/osx/gmp/lib/libgmp.a(x86_64_dive_1.o). To fix this warning, don't compile with -mdynamic-no-pic or link with -Wl,-no_pie
- In file included from nettle-benchmark.c:72:
- ../getopt.h:169:19: warning: this function declaration is not a prototype [-Wstrict-prototypes]
- extern int getopt ();
- ^
- void
- 1 warning generated.
- In file included from eratosthenes.c:43:
- ../getopt.h:169:19: warning: this function declaration is not a prototype [-Wstrict-prototypes]
- extern int getopt ();
- ^
- void
- 1 warning generated.
- In file included from rsa-keygen.c:49:
- ../getopt.h:169:19: warning: this function declaration is not a prototype [-Wstrict-prototypes]
- extern int getopt ();
- ^
- void
- 1 warning generated.
- In file included from rsa-encrypt.c:56:
- ../getopt.h:169:19: warning: this function declaration is not a prototype [-Wstrict-prototypes]
- extern int getopt ();
- ^
- void
- 1 warning generated.
- In file included from random-prime.c:47:
- ../getopt.h:169:19: warning: this function declaration is not a prototype [-Wstrict-prototypes]
- extern int getopt ();
- ^
- void
- 1 warning generated.
- ld: warning: PIE disabled. Absolute addressing (perhaps -mdynamic-no-pic) not allowed in code signed PIE, but used in ___gmpn_divexact_1_x86_64 from /Users/ever/dev/0ad/libraries/osx/gmp/lib/libgmp.a(x86_64_dive_1.o). To fix this warning, don't compile with -mdynamic-no-pic or link with -Wl,-no_pie
- ld: warning: PIE disabled. Absolute addressing (perhaps -mdynamic-no-pic) not allowed in code signed PIE, but used in ___gmpn_divexact_1_x86_64 from /Users/ever/dev/0ad/libraries/osx/gmp/lib/libgmp.a(x86_64_dive_1.o). To fix this warning, don't compile with -mdynamic-no-pic or link with -Wl,-no_pie
- ld: warning: PIE disabled. Absolute addressing (perhaps -mdynamic-no-pic) not allowed in code signed PIE, but used in ___gmpn_divexact_1_x86_64 from /Users/ever/dev/0ad/libraries/osx/gmp/lib/libgmp.a(x86_64_dive_1.o). To fix this warning, don't compile with -mdynamic-no-pic or link with -Wl,-no_pie
- ld: warning: PIE disabled. Absolute addressing (perhaps -mdynamic-no-pic) not allowed in code signed PIE, but used in ___gmpn_divexact_1_x86_64 from /Users/ever/dev/0ad/libraries/osx/gmp/lib/libgmp.a(x86_64_dive_1.o). To fix this warning, don't compile with -mdynamic-no-pic or link with -Wl,-no_pie
- ld: warning: PIE disabled. Absolute addressing (perhaps -mdynamic-no-pic) not allowed in code signed PIE, but used in ___gmpn_divexact_1_x86_64 from /Users/ever/dev/0ad/libraries/osx/gmp/lib/libgmp.a(x86_64_dive_1.o). To fix this warning, don't compile with -mdynamic-no-pic or link with -Wl,-no_pie
- ld: warning: PIE disabled. Absolute addressing (perhaps -mdynamic-no-pic) not allowed in code signed PIE, but used in ___gmpn_divexact_1_x86_64 from /Users/ever/dev/0ad/libraries/osx/gmp/lib/libgmp.a(x86_64_dive_1.o). To fix this warning, don't compile with -mdynamic-no-pic or link with -Wl,-no_pie
- ld: warning: PIE disabled. Absolute addressing (perhaps -mdynamic-no-pic) not allowed in code signed PIE, but used in ___gmpn_divexact_1_x86_64 from /Users/ever/dev/0ad/libraries/osx/gmp/lib/libgmp.a(x86_64_dive_1.o). To fix this warning, don't compile with -mdynamic-no-pic or link with -Wl,-no_pie
- ld: warning: PIE disabled. Absolute addressing (perhaps -mdynamic-no-pic) not allowed in code signed PIE, but used in ___gmpn_divexact_1_x86_64 from /Users/ever/dev/0ad/libraries/osx/gmp/lib/libgmp.a(x86_64_dive_1.o). To fix this warning, don't compile with -mdynamic-no-pic or link with -Wl,-no_pie
- configure: WARNING:
- ***
- *** autogen not found. Will not link against libopts.
- ***
- configure: error:
- ***
- *** Libnettle 3.1 was not found.
Advertisement
Add Comment
Please, Sign In to add comment