Guest User

0ad build console

a guest
Jul 5th, 2019
283
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 67.78 KB | None | 0 0
  1. ../src/osx/cocoa/dataview.mm:1393:14: warning: 'NSNaturalTextAlignment' is deprecated: first deprecated
  2. in macOS 10.12 [-Wdeprecated-declarations]
  3. case NSNaturalTextAlignment: // how to determine the natural writing direction? TODO
  4. ^~~~~~~~~~~~~~~~~~~~~~
  5. NSTextAlignmentNatural
  6. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSText.h:183:30: note:
  7. 'NSNaturalTextAlignment' has been explicitly marked deprecated here
  8. static const NSTextAlignment NSNaturalTextAlignment NS_DEPRECATED_WITH_REPLACEMENT_MAC("NSTextA...
  9. ^
  10. ../src/osx/cocoa/dataview.mm:1396:14: warning: 'NSRightTextAlignment' is deprecated: first deprecated
  11. in macOS 10.12 [-Wdeprecated-declarations]
  12. case NSRightTextAlignment:
  13. ^~~~~~~~~~~~~~~~~~~~
  14. NSTextAlignmentRight
  15. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSText.h:180:30: note:
  16. 'NSRightTextAlignment' has been explicitly marked deprecated here
  17. static const NSTextAlignment NSRightTextAlignment NS_DEPRECATED_WITH_REPLACEMENT_MAC("NSTextAli...
  18. ^
  19. ../src/osx/cocoa/dataview.mm:1463:68: warning: 'NSCompositeSourceOver' is deprecated: first deprecated
  20. in macOS 10.12 [-Wdeprecated-declarations]
  21. [image drawInRect:imageFrame fromRect:NSZeroRect operation:NSCompositeSourceOver fraction:1.0]...
  22. ^~~~~~~~~~~~~~~~~~~~~
  23. NSCompositingOperationSourceOver
  24. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSGraphics.h:59:37: note:
  25. 'NSCompositeSourceOver' has been explicitly marked deprecated here
  26. static const NSCompositingOperation NSCompositeSourceOver NS_DEPRECATED_WITH_REPLACEMENT_MAC("N...
  27. ^
  28. ../src/osx/cocoa/dataview.mm:1594:84: warning: 'NSStringPboardType' is deprecated: first deprecated in
  29. macOS 10.14 [-Wdeprecated-declarations]
  30. ...registerForDraggedTypes:[NSArray arrayWithObjects:DataViewPboardType,NSStringPboardType,nil]];
  31. ^~~~~~~~~~~~~~~~~~
  32. NSPasteboardTypeString
  33. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSPasteboard.h:322:32: note:
  34. 'NSStringPboardType' has been explicitly marked deprecated here
  35. APPKIT_EXTERN NSPasteboardType NSStringPboardType NS_DEPRECATED_WITH_REPLACEMENT_MAC("NSPastebo...
  36. ^
  37. ../src/osx/cocoa/dataview.mm:2093:36: warning: 'preparedCellAtColumn:row:' is deprecated: first
  38. deprecated in macOS 10.10 - Use View Based TableView and -viewAtColumn:row:
  39. [-Wdeprecated-declarations]
  40. NSCell *cell = [m_view preparedCellAtColumn:m_column row:row];
  41. ^
  42. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSTableView.h:861:1: note:
  43. 'preparedCellAtColumn:row:' has been explicitly marked deprecated here
  44. - (nullable NSCell *)preparedCellAtColumn:(NSInteger)column row:(NSInteger)row NS_DEPRECATED_M...
  45. ^
  46. ../src/osx/cocoa/dataview.mm:2882:26: warning: 'NSMiniControlSize' is deprecated: first deprecated in
  47. macOS 10.12 [-Wdeprecated-declarations]
  48. [cell setControlSize:NSMiniControlSize];
  49. ^~~~~~~~~~~~~~~~~
  50. NSControlSizeMini
  51. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCell.h:105:28: note:
  52. 'NSMiniControlSize' has been explicitly marked deprecated here
  53. static const NSControlSize NSMiniControlSize NS_DEPRECATED_WITH_REPLACEMENT_MAC("NSControlSizeM...
  54. ^
  55. ../src/osx/cocoa/dataview.mm:2883:105: warning: 'NSMiniControlSize' is deprecated: first deprecated in
  56. macOS 10.12 [-Wdeprecated-declarations]
  57. ...font] fontName] size:[NSFont systemFontSizeForControlSize:NSMiniControlSize]]];
  58. ^~~~~~~~~~~~~~~~~
  59. NSControlSizeMini
  60. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCell.h:105:28: note:
  61. 'NSMiniControlSize' has been explicitly marked deprecated here
  62. static const NSControlSize NSMiniControlSize NS_DEPRECATED_WITH_REPLACEMENT_MAC("NSControlSizeM...
  63. ^
  64. ../src/osx/cocoa/dataview.mm:2951:65: warning: 'dateWithString:' is deprecated: first deprecated in
  65. macOS 10.10 [-Wdeprecated-declarations]
  66. SetNativeData(new wxDataViewRendererNativeData(cell,[NSDate dateWithString:@"2000-12-30 20:...
  67. ^
  68. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSCalendarDate.h:77:1: note:
  69. 'dateWithString:' has been explicitly marked deprecated here
  70. + (id)dateWithString:(NSString *)aString NS_CALENDAR_DEPRECATED(10_4, 10_10, 2_0, 8_0);
  71. ^
  72. ../src/osx/cocoa/dataview.mm:3101:25: warning: 'NSSwitchButton' is deprecated: first deprecated in
  73. macOS 10.14 [-Wdeprecated-declarations]
  74. [cell setButtonType:NSSwitchButton];
  75. ^~~~~~~~~~~~~~
  76. NSButtonTypeSwitch
  77. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSButtonCell.h:170:27: note:
  78. 'NSSwitchButton' has been explicitly marked deprecated here
  79. static const NSButtonType NSSwitchButton NS_DEPRECATED_WITH_REPLACEMENT_MAC("NSButtonTypeSwitch...
  80. ^
  81. ../src/osx/cocoa/dataview.mm:3149:70: warning: 'NSContinuousCapacityLevelIndicatorStyle' is deprecated:
  82. first deprecated in macOS 10.14 [-Wdeprecated-declarations]
  83. ...alloc] initWithLevelIndicatorStyle:NSContinuousCapacityLevelIndicatorStyle];
  84. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  85. NSLevelIndicatorStyleContinuousCapacity
  86. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSLevelIndicatorCell.h:69:36: note:
  87. 'NSContinuousCapacityLevelIndicatorStyle' has been explicitly marked deprecated here
  88. static const NSLevelIndicatorStyle NSContinuousCapacityLevelIndicatorStyle NS_DEPRECATED_WITH_R...
  89. ^
  90. 30 warnings generated.
  91. ../src/osx/cocoa/taskbar.mm:349:23: warning: 'setHighlightMode:' is deprecated: first deprecated in
  92. macOS 10.14 - Use the receiver's button.cell.highlightsBy instead [-Wdeprecated-declarations]
  93. [m_statusItem setHighlightMode:YES];
  94. ^
  95. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSStatusItem.h:88:16: note:
  96. property 'highlightMode' is declared deprecated here
  97. @property BOOL highlightMode NS_DEPRECATED_MAC(10_0, 10_14, "Use the receiver's button.cell.hig...
  98. ^
  99. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSStatusItem.h:88:16: note:
  100. 'setHighlightMode:' has been explicitly marked deprecated here
  101. ../src/osx/cocoa/taskbar.mm:350:23: warning: 'setTarget:' is deprecated: first deprecated in macOS
  102. 10.14 - Use the receiver's button.target instead [-Wdeprecated-declarations]
  103. [m_statusItem setTarget:m_target];
  104. ^
  105. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSStatusItem.h:82:31: note:
  106. property 'target' is declared deprecated here
  107. @property (nullable, weak) id target NS_DEPRECATED_MAC(10_0, 10_14, "Use the receiver's button....
  108. ^
  109. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSStatusItem.h:82:31: note:
  110. 'setTarget:' has been explicitly marked deprecated here
  111. ../src/osx/cocoa/taskbar.mm:351:23: warning: 'setAction:' is deprecated: first deprecated in macOS
  112. 10.14 - Use the receiver's button.action instead [-Wdeprecated-declarations]
  113. [m_statusItem setAction:@selector(clickedAction:)];
  114. ^
  115. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSStatusItem.h:80:26: note:
  116. property 'action' is declared deprecated here
  117. @property (nullable) SEL action NS_DEPRECATED_MAC(10_0, 10_14, "Use the receiver's button.actio...
  118. ^
  119. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSStatusItem.h:80:26: note:
  120. 'setAction:' has been explicitly marked deprecated here
  121. ../src/osx/cocoa/taskbar.mm:352:36: warning: 'NSLeftMouseDownMask' is deprecated: first deprecated in
  122. macOS 10.12 [-Wdeprecated-declarations]
  123. [m_statusItem sendActionOn:NSLeftMouseDownMask];
  124. ^~~~~~~~~~~~~~~~~~~
  125. NSEventMaskLeftMouseDown
  126. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSEvent.h:135:26: note:
  127. 'NSLeftMouseDownMask' has been explicitly marked deprecated here
  128. static const NSEventMask NSLeftMouseDownMask NS_DEPRECATED_WITH_REPLACEMENT_MAC("NSE...
  129. ^
  130. ../src/osx/cocoa/taskbar.mm:352:23: warning: 'sendActionOn:' is deprecated: first deprecated in macOS
  131. 10.14 - Use the receiver's button's -sendActionOn: instead [-Wdeprecated-declarations]
  132. [m_statusItem sendActionOn:NSLeftMouseDownMask];
  133. ^
  134. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSStatusItem.h:92:1: note:
  135. 'sendActionOn:' has been explicitly marked deprecated here
  136. - (NSInteger)sendActionOn:(NSEventMask)mask NS_DEPRECATED_MAC(10_0, 10_14, "Use the receiver's ...
  137. ^
  138. ../src/osx/cocoa/taskbar.mm:382:19: warning: 'setImage:' is deprecated: first deprecated in macOS 10.14
  139. - Use the receiver's button.image instead [-Wdeprecated-declarations]
  140. [m_statusItem setImage:nsimage];
  141. ^
  142. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSStatusItem.h:85:39: note:
  143. property 'image' is declared deprecated here
  144. @property (nullable, strong) NSImage *image NS_DEPRECATED_MAC(10_0, 10_14, "Use the receiver's ...
  145. ^
  146. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSStatusItem.h:85:39: note:
  147. 'setImage:' has been explicitly marked deprecated here
  148. ../src/osx/cocoa/taskbar.mm:385:19: warning: 'setToolTip:' is deprecated: first deprecated in macOS
  149. 10.14 - Use the receiver's button.toolTip instead [-Wdeprecated-declarations]
  150. [m_statusItem setToolTip:cfTooltip.AsNSString()];
  151. ^
  152. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSStatusItem.h:89:38: note:
  153. property 'toolTip' is declared deprecated here
  154. @property (nullable, copy) NSString *toolTip NS_DEPRECATED_MAC(10_0, 10_14, "Use the receiver'...
  155. ^
  156. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSStatusItem.h:89:38: note:
  157. 'setToolTip:' has been explicitly marked deprecated here
  158. ../src/osx/cocoa/taskbar.mm:408:19: warning: 'popUpStatusItemMenu:' is deprecated: first deprecated in
  159. macOS 10.14 - Use the menu property instead [-Wdeprecated-declarations]
  160. [m_statusItem popUpStatusItemMenu:(NSMenu*)menu->GetHMenu()];
  161. ^
  162. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSStatusItem.h:103:1: note:
  163. 'popUpStatusItemMenu:' has been explicitly marked deprecated here
  164. - (void)popUpStatusItemMenu:(NSMenu *)menu NS_DEPRECATED_MAC(10_0, 10_14, "Use the menu propert...
  165. ^
  166. 8 warnings generated.
  167. ../src/osx/cocoa/mediactrl.mm:761:13: warning: 'AVPlayer' may not respond to 'setPlayerLayer:'
  168. [player setPlayerLayer:playerlayer];
  169. ~~~~~~ ^
  170. 1 warning generated.
  171. ../src/aui/dockart.cpp:686:12: warning: reference cannot be bound to dereferenced null pointer in
  172. well-defined C++ code; pointer may be assumed to always convert to true
  173. [-Wundefined-bool-conversion]
  174. if (!(&pane))
  175. ~ ^~~~
  176. 1 warning generated.
  177. ../src/propgrid/advprops.cpp:940:11: warning: reference cannot be bound to dereferenced null pointer in
  178. well-defined C++ code; pointer may be assumed to always convert to true
  179. [-Wundefined-bool-conversion]
  180. if ( &value )
  181. ~~ ^~~~~
  182. ../src/propgrid/advprops.cpp:952:11: warning: reference cannot be bound to dereferenced null pointer in
  183. well-defined C++ code; pointer may be assumed to always convert to true
  184. [-Wundefined-bool-conversion]
  185. if ( &value )
  186. ~~ ^~~~~
  187. ../src/propgrid/advprops.cpp:964:11: warning: reference cannot be bound to dereferenced null pointer in
  188. well-defined C++ code; pointer may be assumed to always convert to true
  189. [-Wundefined-bool-conversion]
  190. if ( &value )
  191. ~~ ^~~~~
  192. ../src/propgrid/advprops.cpp:2037:59: warning: reference cannot be bound to dereferenced null pointer
  193. in well-defined C++ code; pointer may be assumed to always convert to true
  194. [-Wundefined-bool-conversion]
  195. if ( !m_choices.IsOk() || !m_choices.GetCount() || !(&valueArr) )
  196. ~ ^~~~~~~~
  197. 4 warnings generated.
  198. ../src/propgrid/property.cpp:2112:11: warning: reference cannot be bound to dereferenced null pointer
  199. in well-defined C++ code; pointer may be assumed to always convert to true
  200. [-Wundefined-bool-conversion]
  201. if ( &bmp && bmp.IsOk() )
  202. ^~~ ~~
  203. ../src/propgrid/property.cpp:2932:15: warning: reference cannot be bound to dereferenced null pointer
  204. in well-defined C++ code; pointer may be assumed to always convert to true
  205. [-Wundefined-bool-conversion]
  206. if ( &arrint && arrint.size() )
  207. ^~~~~~ ~~
  208. ../src/propgrid/property.cpp:3002:10: warning: 'this' pointer cannot be null in well-defined C++ code;
  209. pointer may be assumed to always convert to true [-Wundefined-bool-conversion]
  210. if ( this && IsOk() )
  211. ^~~~ ~~
  212. 3 warnings generated.
  213. ../src/propgrid/props.cpp:1145:11: warning: reference cannot be bound to dereferenced null pointer in
  214. well-defined C++ code; pointer may be assumed to always convert to true
  215. [-Wundefined-bool-conversion]
  216. if ( &labels && labels.size() )
  217. ^~~~~~ ~~
  218. ../src/propgrid/props.cpp:1522:11: warning: reference cannot be bound to dereferenced null pointer in
  219. well-defined C++ code; pointer may be assumed to always convert to true
  220. [-Wundefined-bool-conversion]
  221. if ( &labels && labels.size() )
  222. ^~~~~~ ~~
  223. 2 warnings generated.
  224. /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
  225. /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
  226. /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
  227. /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
  228. /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
  229. /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
  230. /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
  231. /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
  232. /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
  233. /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
  234. /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
  235. /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
  236. /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
  237. /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
  238. /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
  239. /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
  240. /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
  241. /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
  242. /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
  243. /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
  244. /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
  245. /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
  246. /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
  247. /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
  248. /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
  249. /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
  250. /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
  251. /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
  252. /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
  253. /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
  254. /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
  255. /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
  256. /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
  257. /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
  258. /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
  259. /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
  260. ../src/osx/cocoa/glcanvas.mm:39:29: warning: 'NSOpenGLContext' is deprecated: first deprecated in macOS
  261. 10.14 - Please use Metal or MetalKit. [-Wdeprecated-declarations]
  262. WXGLContext context = [[NSOpenGLContext alloc] initWithFormat:pixelFormat shareContext: sha...
  263. ^
  264. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSOpenGL.h:202:12: note:
  265. 'NSOpenGLContext' has been explicitly marked deprecated here
  266. @interface NSOpenGLContext : NSObject <NSLocking>
  267. ^
  268. ../src/osx/cocoa/glcanvas.mm:62:13: warning: 'NSOpenGLContext' is deprecated: first deprecated in macOS
  269. 10.14 - Please use Metal or MetalKit. [-Wdeprecated-declarations]
  270. return [NSOpenGLContext currentContext];
  271. ^
  272. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSOpenGL.h:202:12: note:
  273. 'NSOpenGLContext' has been explicitly marked deprecated here
  274. @interface NSOpenGLContext : NSObject <NSLocking>
  275. ^
  276. ../src/osx/cocoa/glcanvas.mm:83:5: warning: 'NSOpenGLPixelFormatAttribute' is deprecated: first
  277. deprecated in macOS 10.14 [-Wdeprecated-declarations]
  278. NSOpenGLPixelFormatAttribute data[512];
  279. ^
  280. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSOpenGL.h:99:18: note:
  281. 'NSOpenGLPixelFormatAttribute' has been explicitly marked deprecated here
  282. typedef uint32_t NSOpenGLPixelFormatAttribute NS_OPENGL_DEPRECATED(10_0, 10_14);
  283. ^
  284. ../src/osx/cocoa/glcanvas.mm:86:17: warning: 'NSOpenGLPFAMinimumPolicy' is deprecated: first deprecated
  285. in macOS 10.14 [-Wdeprecated-declarations]
  286. data[p++] = NSOpenGLPFAMinimumPolicy; // make _SIZE tags behave more like GLX
  287. ^
  288. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSOpenGL.h:67:5: note:
  289. 'NSOpenGLPFAMinimumPolicy' has been explicitly marked deprecated here
  290. NSOpenGLPFAMinimumPolicy NS_OPENGL_ENUM_DEPRECATED(10_0, 10_14) = 51, /* neve...
  291. ^
  292. ../src/osx/cocoa/glcanvas.mm:100:26: warning: 'NSOpenGLPFAAccelerated' is deprecated: first deprecated
  293. in macOS 10.14 [-Wdeprecated-declarations]
  294. attrsAccel[] = { NSOpenGLPFAAccelerated, 0 };
  295. ^
  296. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSOpenGL.h:78:5: note:
  297. 'NSOpenGLPFAAccelerated' has been explicitly marked deprecated here
  298. NSOpenGLPFAAccelerated NS_OPENGL_ENUM_DEPRECATED(10_0, 10_14) = 73, /* choo...
  299. ^
  300. ../src/osx/cocoa/glcanvas.mm:99:11: warning: 'NSOpenGLPixelFormatAttribute' is deprecated: first
  301. deprecated in macOS 10.14 [-Wdeprecated-declarations]
  302. const NSOpenGLPixelFormatAttribute
  303. ^
  304. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSOpenGL.h:99:18: note:
  305. 'NSOpenGLPixelFormatAttribute' has been explicitly marked deprecated here
  306. typedef uint32_t NSOpenGLPixelFormatAttribute NS_OPENGL_DEPRECATED(10_0, 10_14);
  307. ^
  308. ../src/osx/cocoa/glcanvas.mm:101:41: warning: 'NSOpenGLPixelFormat' is deprecated: first deprecated in
  309. macOS 10.14 - Please use Metal or MetalKit. [-Wdeprecated-declarations]
  310. if ( WXGLPixelFormat testFormat = [[NSOpenGLPixelFormat alloc]
  311. ^
  312. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSOpenGL.h:113:12: note:
  313. 'NSOpenGLPixelFormat' has been explicitly marked deprecated here
  314. @interface NSOpenGLPixelFormat : NSObject <NSCoding>
  315. ^
  316. ../src/osx/cocoa/glcanvas.mm:105:21: warning: 'NSOpenGLPFAAccelerated' is deprecated: first deprecated
  317. in macOS 10.14 [-Wdeprecated-declarations]
  318. data[p++] = NSOpenGLPFAAccelerated;
  319. ^
  320. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSOpenGL.h:78:5: note:
  321. 'NSOpenGLPFAAccelerated' has been explicitly marked deprecated here
  322. NSOpenGLPFAAccelerated NS_OPENGL_ENUM_DEPRECATED(10_0, 10_14) = 73, /* choo...
  323. ^
  324. ../src/osx/cocoa/glcanvas.mm:109:11: warning: 'NSOpenGLPixelFormatAttribute' is deprecated: first
  325. deprecated in macOS 10.14 [-Wdeprecated-declarations]
  326. const NSOpenGLPixelFormatAttribute *attribs;
  327. ^
  328. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSOpenGL.h:99:18: note:
  329. 'NSOpenGLPixelFormatAttribute' has been explicitly marked deprecated here
  330. typedef uint32_t NSOpenGLPixelFormatAttribute NS_OPENGL_DEPRECATED(10_0, 10_14);
  331. ^
  332. ../src/osx/cocoa/glcanvas.mm:113:21: warning: 'NSOpenGLPFADoubleBuffer' is deprecated: first deprecated
  333. in macOS 10.14 [-Wdeprecated-declarations]
  334. data[p++] = NSOpenGLPFADoubleBuffer;
  335. ^
  336. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSOpenGL.h:60:5: note:
  337. 'NSOpenGLPFADoubleBuffer' has been explicitly marked deprecated here
  338. NSOpenGLPFADoubleBuffer NS_OPENGL_ENUM_DEPRECATED(10_0, 10_14) = 5, /* choo...
  339. ^
  340. ../src/osx/cocoa/glcanvas.mm:114:21: warning: 'NSOpenGLPFAColorSize' is deprecated: first deprecated in
  341. macOS 10.14 [-Wdeprecated-declarations]
  342. data[p++] = NSOpenGLPFAColorSize;
  343. ^
  344. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSOpenGL.h:62:5: note:
  345. 'NSOpenGLPFAColorSize' has been explicitly marked deprecated here
  346. NSOpenGLPFAColorSize NS_OPENGL_ENUM_DEPRECATED(10_0, 10_14) = 8, /* numb...
  347. ^
  348. ../src/osx/cocoa/glcanvas.mm:115:22: warning: 'NSOpenGLPixelFormatAttribute' is deprecated: first
  349. deprecated in macOS 10.14 [-Wdeprecated-declarations]
  350. data[p++] = (NSOpenGLPixelFormatAttribute)8;
  351. ^
  352. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSOpenGL.h:99:18: note:
  353. 'NSOpenGLPixelFormatAttribute' has been explicitly marked deprecated here
  354. typedef uint32_t NSOpenGLPixelFormatAttribute NS_OPENGL_DEPRECATED(10_0, 10_14);
  355. ^
  356. ../src/osx/cocoa/glcanvas.mm:116:21: warning: 'NSOpenGLPFAAlphaSize' is deprecated: first deprecated in
  357. macOS 10.14 [-Wdeprecated-declarations]
  358. data[p++] = NSOpenGLPFAAlphaSize;
  359. ^
  360. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSOpenGL.h:63:5: note:
  361. 'NSOpenGLPFAAlphaSize' has been explicitly marked deprecated here
  362. NSOpenGLPFAAlphaSize NS_OPENGL_ENUM_DEPRECATED(10_0, 10_14) = 11, /* numb...
  363. ^
  364. ../src/osx/cocoa/glcanvas.mm:117:22: warning: 'NSOpenGLPixelFormatAttribute' is deprecated: first
  365. deprecated in macOS 10.14 [-Wdeprecated-declarations]
  366. data[p++] = (NSOpenGLPixelFormatAttribute)0;
  367. ^
  368. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSOpenGL.h:99:18: note:
  369. 'NSOpenGLPixelFormatAttribute' has been explicitly marked deprecated here
  370. typedef uint32_t NSOpenGLPixelFormatAttribute NS_OPENGL_DEPRECATED(10_0, 10_14);
  371. ^
  372. ../src/osx/cocoa/glcanvas.mm:118:21: warning: 'NSOpenGLPFADepthSize' is deprecated: first deprecated in
  373. macOS 10.14 [-Wdeprecated-declarations]
  374. data[p++] = NSOpenGLPFADepthSize;
  375. ^
  376. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSOpenGL.h:64:5: note:
  377. 'NSOpenGLPFADepthSize' has been explicitly marked deprecated here
  378. NSOpenGLPFADepthSize NS_OPENGL_ENUM_DEPRECATED(10_0, 10_14) = 12, /* numb...
  379. ^
  380. ../src/osx/cocoa/glcanvas.mm:119:22: warning: 'NSOpenGLPixelFormatAttribute' is deprecated: first
  381. deprecated in macOS 10.14 [-Wdeprecated-declarations]
  382. data[p++] = (NSOpenGLPixelFormatAttribute)8;
  383. ^
  384. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSOpenGL.h:99:18: note:
  385. 'NSOpenGLPixelFormatAttribute' has been explicitly marked deprecated here
  386. typedef uint32_t NSOpenGLPixelFormatAttribute NS_OPENGL_DEPRECATED(10_0, 10_14);
  387. ^
  388. ../src/osx/cocoa/glcanvas.mm:144:33: warning: 'NSOpenGLPFADoubleBuffer' is deprecated: first deprecated
  389. in macOS 10.14 [-Wdeprecated-declarations]
  390. data[p++] = NSOpenGLPFADoubleBuffer;
  391. ^
  392. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSOpenGL.h:60:5: note:
  393. 'NSOpenGLPFADoubleBuffer' has been explicitly marked deprecated here
  394. NSOpenGLPFADoubleBuffer NS_OPENGL_ENUM_DEPRECATED(10_0, 10_14) = 5, /* choo...
  395. ^
  396. ../src/osx/cocoa/glcanvas.mm:148:33: warning: 'NSOpenGLPFAStereo' is deprecated: first deprecated in
  397. macOS 10.12 [-Wdeprecated-declarations]
  398. data[p++] = NSOpenGLPFAStereo;
  399. ^
  400. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSOpenGL.h:87:5: note:
  401. 'NSOpenGLPFAStereo' has been explicitly marked deprecated here
  402. NSOpenGLPFAStereo NS_ENUM_DEPRECATED_MAC(10_0, 10_12) = 6,
  403. ^
  404. ../src/osx/cocoa/glcanvas.mm:152:33: warning: 'NSOpenGLPFAAuxBuffers' is deprecated: first deprecated
  405. in macOS 10.14 [-Wdeprecated-declarations]
  406. data[p++] = NSOpenGLPFAAuxBuffers;
  407. ^
  408. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSOpenGL.h:61:5: note:
  409. 'NSOpenGLPFAAuxBuffers' has been explicitly marked deprecated here
  410. NSOpenGLPFAAuxBuffers NS_OPENGL_ENUM_DEPRECATED(10_0, 10_14) = 7, /* numb...
  411. ^
  412. ../src/osx/cocoa/glcanvas.mm:153:34: warning: 'NSOpenGLPixelFormatAttribute' is deprecated: first
  413. deprecated in macOS 10.14 [-Wdeprecated-declarations]
  414. data[p++] = (NSOpenGLPixelFormatAttribute) attribList[arg++];
  415. ^
  416. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSOpenGL.h:99:18: note:
  417. 'NSOpenGLPixelFormatAttribute' has been explicitly marked deprecated here
  418. typedef uint32_t NSOpenGLPixelFormatAttribute NS_OPENGL_DEPRECATED(10_0, 10_14);
  419. ^
  420. ../src/osx/cocoa/glcanvas.mm:157:33: warning: 'NSOpenGLPFAColorSize' is deprecated: first deprecated in
  421. macOS 10.14 [-Wdeprecated-declarations]
  422. data[p++] = NSOpenGLPFAColorSize;
  423. ^
  424. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSOpenGL.h:62:5: note:
  425. 'NSOpenGLPFAColorSize' has been explicitly marked deprecated here
  426. NSOpenGLPFAColorSize NS_OPENGL_ENUM_DEPRECATED(10_0, 10_14) = 8, /* numb...
  427. ^
  428. ../src/osx/cocoa/glcanvas.mm:158:34: warning: 'NSOpenGLPixelFormatAttribute' is deprecated: first
  429. deprecated in macOS 10.14 [-Wdeprecated-declarations]
  430. data[p++] = (NSOpenGLPixelFormatAttribute) attribList[arg++];
  431. ^
  432. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSOpenGL.h:99:18: note:
  433. 'NSOpenGLPixelFormatAttribute' has been explicitly marked deprecated here
  434. typedef uint32_t NSOpenGLPixelFormatAttribute NS_OPENGL_DEPRECATED(10_0, 10_14);
  435. ^
  436. ../src/osx/cocoa/glcanvas.mm:172:33: warning: 'NSOpenGLPFAAlphaSize' is deprecated: first deprecated in
  437. macOS 10.14 [-Wdeprecated-declarations]
  438. data[p++] = NSOpenGLPFAAlphaSize;
  439. ^
  440. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSOpenGL.h:63:5: note:
  441. 'NSOpenGLPFAAlphaSize' has been explicitly marked deprecated here
  442. NSOpenGLPFAAlphaSize NS_OPENGL_ENUM_DEPRECATED(10_0, 10_14) = 11, /* numb...
  443. ^
  444. ../src/osx/cocoa/glcanvas.mm:173:34: warning: 'NSOpenGLPixelFormatAttribute' is deprecated: first
  445. deprecated in macOS 10.14 [-Wdeprecated-declarations]
  446. data[p++] = (NSOpenGLPixelFormatAttribute) attribList[arg++];
  447. ^
  448. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSOpenGL.h:99:18: note:
  449. 'NSOpenGLPixelFormatAttribute' has been explicitly marked deprecated here
  450. typedef uint32_t NSOpenGLPixelFormatAttribute NS_OPENGL_DEPRECATED(10_0, 10_14);
  451. ^
  452. ../src/osx/cocoa/glcanvas.mm:177:33: warning: 'NSOpenGLPFADepthSize' is deprecated: first deprecated in
  453. macOS 10.14 [-Wdeprecated-declarations]
  454. data[p++] = NSOpenGLPFADepthSize;
  455. ^
  456. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSOpenGL.h:64:5: note:
  457. 'NSOpenGLPFADepthSize' has been explicitly marked deprecated here
  458. NSOpenGLPFADepthSize NS_OPENGL_ENUM_DEPRECATED(10_0, 10_14) = 12, /* numb...
  459. ^
  460. ../src/osx/cocoa/glcanvas.mm:178:34: warning: 'NSOpenGLPixelFormatAttribute' is deprecated: first
  461. deprecated in macOS 10.14 [-Wdeprecated-declarations]
  462. data[p++] = (NSOpenGLPixelFormatAttribute) attribList[arg++];
  463. ^
  464. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSOpenGL.h:99:18: note:
  465. 'NSOpenGLPixelFormatAttribute' has been explicitly marked deprecated here
  466. typedef uint32_t NSOpenGLPixelFormatAttribute NS_OPENGL_DEPRECATED(10_0, 10_14);
  467. ^
  468. ../src/osx/cocoa/glcanvas.mm:182:33: warning: 'NSOpenGLPFAStencilSize' is deprecated: first deprecated
  469. in macOS 10.14 [-Wdeprecated-declarations]
  470. data[p++] = NSOpenGLPFAStencilSize;
  471. ^
  472. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSOpenGL.h:65:5: note:
  473. 'NSOpenGLPFAStencilSize' has been explicitly marked deprecated here
  474. NSOpenGLPFAStencilSize NS_OPENGL_ENUM_DEPRECATED(10_0, 10_14) = 13, /* numb...
  475. ^
  476. ../src/osx/cocoa/glcanvas.mm:183:34: warning: 'NSOpenGLPixelFormatAttribute' is deprecated: first
  477. deprecated in macOS 10.14 [-Wdeprecated-declarations]
  478. data[p++] = (NSOpenGLPixelFormatAttribute) attribList[arg++];
  479. ^
  480. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSOpenGL.h:99:18: note:
  481. 'NSOpenGLPixelFormatAttribute' has been explicitly marked deprecated here
  482. typedef uint32_t NSOpenGLPixelFormatAttribute NS_OPENGL_DEPRECATED(10_0, 10_14);
  483. ^
  484. ../src/osx/cocoa/glcanvas.mm:187:33: warning: 'NSOpenGLPFAAccumSize' is deprecated: first deprecated in
  485. macOS 10.14 [-Wdeprecated-declarations]
  486. data[p++] = NSOpenGLPFAAccumSize;
  487. ^
  488. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSOpenGL.h:66:5: note:
  489. 'NSOpenGLPFAAccumSize' has been explicitly marked deprecated here
  490. NSOpenGLPFAAccumSize NS_OPENGL_ENUM_DEPRECATED(10_0, 10_14) = 14, /* numb...
  491. ^
  492. ../src/osx/cocoa/glcanvas.mm:188:34: warning: 'NSOpenGLPixelFormatAttribute' is deprecated: first
  493. deprecated in macOS 10.14 [-Wdeprecated-declarations]
  494. data[p++] = (NSOpenGLPixelFormatAttribute) attribList[arg++];
  495. ^
  496. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSOpenGL.h:99:18: note:
  497. 'NSOpenGLPixelFormatAttribute' has been explicitly marked deprecated here
  498. typedef uint32_t NSOpenGLPixelFormatAttribute NS_OPENGL_DEPRECATED(10_0, 10_14);
  499. ^
  500. ../src/osx/cocoa/glcanvas.mm:215:33: warning: 'NSOpenGLPFASampleBuffers' is deprecated: first
  501. deprecated in macOS 10.14 [-Wdeprecated-declarations]
  502. data[p++] = NSOpenGLPFASampleBuffers;
  503. ^
  504. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSOpenGL.h:69:5: note:
  505. 'NSOpenGLPFASampleBuffers' has been explicitly marked deprecated here
  506. NSOpenGLPFASampleBuffers NS_OPENGL_ENUM_DEPRECATED(10_0, 10_14) = 55, /* numb...
  507. ^
  508. ../src/osx/cocoa/glcanvas.mm:216:40: warning: 'NSOpenGLPixelFormatAttribute' is deprecated: first
  509. deprecated in macOS 10.14 [-Wdeprecated-declarations]
  510. if ( (data[p++] = (NSOpenGLPixelFormatAttribute) attribList[arg++]) == true )
  511. ^
  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:
  513. 'NSOpenGLPixelFormatAttribute' has been explicitly marked deprecated here
  514. typedef uint32_t NSOpenGLPixelFormatAttribute NS_OPENGL_DEPRECATED(10_0, 10_14);
  515. ^
  516. ../src/osx/cocoa/glcanvas.mm:219:37: warning: 'NSOpenGLPFANoRecovery' is deprecated: first deprecated
  517. in macOS 10.14 [-Wdeprecated-declarations]
  518. data[p++] = NSOpenGLPFANoRecovery;
  519. ^
  520. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSOpenGL.h:77:5: note:
  521. 'NSOpenGLPFANoRecovery' has been explicitly marked deprecated here
  522. NSOpenGLPFANoRecovery NS_OPENGL_ENUM_DEPRECATED(10_0, 10_14) = 72, /* disa...
  523. ^
  524. ../src/osx/cocoa/glcanvas.mm:232:33: warning: 'NSOpenGLPFASamples' is deprecated: first deprecated in
  525. macOS 10.14 [-Wdeprecated-declarations]
  526. data[p++] = NSOpenGLPFASamples;
  527. ^
  528. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSOpenGL.h:70:5: note:
  529. 'NSOpenGLPFASamples' has been explicitly marked deprecated here
  530. NSOpenGLPFASamples NS_OPENGL_ENUM_DEPRECATED(10_0, 10_14) = 56, /* numb...
  531. ^
  532. ../src/osx/cocoa/glcanvas.mm:233:34: warning: 'NSOpenGLPixelFormatAttribute' is deprecated: first
  533. deprecated in macOS 10.14 [-Wdeprecated-declarations]
  534. data[p++] = (NSOpenGLPixelFormatAttribute) attribList[arg++];
  535. ^
  536. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSOpenGL.h:99:18: note:
  537. 'NSOpenGLPixelFormatAttribute' has been explicitly marked deprecated here
  538. typedef uint32_t NSOpenGLPixelFormatAttribute NS_OPENGL_DEPRECATED(10_0, 10_14);
  539. ^
  540. ../src/osx/cocoa/glcanvas.mm:241:33: warning: 'NSOpenGLPFAOpenGLProfile' is deprecated: first
  541. deprecated in macOS 10.14 [-Wdeprecated-declarations]
  542. data[p++] = NSOpenGLPFAOpenGLProfile;
  543. ^
  544. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSOpenGL.h:84:5: note:
  545. 'NSOpenGLPFAOpenGLProfile' has been explicitly marked deprecated here
  546. NSOpenGLPFAOpenGLProfile NS_OPENGL_ENUM_DEPRECATED(10_7, 10_14) = 99, /* speci...
  547. ^
  548. ../src/osx/cocoa/glcanvas.mm:245:33: warning: 'NSOpenGLProfileVersion3_2Core' is deprecated: first
  549. deprecated in macOS 10.14 [-Wdeprecated-declarations]
  550. data[p++] = NSOpenGLProfileVersion3_2Core;
  551. ^
  552. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSOpenGL.h:104:5: note:
  553. 'NSOpenGLProfileVersion3_2Core' has been explicitly marked deprecated here
  554. NSOpenGLProfileVersion3_2Core NS_OPENGL_ENUM_DEPRECATED(10_7, 10_14) = 0x3200, /* cho...
  555. ^
  556. ../src/osx/cocoa/glcanvas.mm:256:14: warning: 'NSOpenGLPixelFormat' is deprecated: first deprecated in
  557. macOS 10.14 - Please use Metal or MetalKit. [-Wdeprecated-declarations]
  558. return [[NSOpenGLPixelFormat alloc] initWithAttributes:(NSOpenGLPixelFormatAttribute*) attribs];
  559. ^
  560. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSOpenGL.h:113:12: note:
  561. 'NSOpenGLPixelFormat' has been explicitly marked deprecated here
  562. @interface NSOpenGLPixelFormat : NSObject <NSCoding>
  563. ^
  564. ../src/osx/cocoa/glcanvas.mm:256:61: warning: 'NSOpenGLPixelFormatAttribute' is deprecated: first
  565. deprecated in macOS 10.14 [-Wdeprecated-declarations]
  566. return [[NSOpenGLPixelFormat alloc] initWithAttributes:(NSOpenGLPixelFormatAttribute*) attribs];
  567. ^
  568. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSOpenGL.h:99:18: note:
  569. 'NSOpenGLPixelFormatAttribute' has been explicitly marked deprecated here
  570. typedef uint32_t NSOpenGLPixelFormatAttribute NS_OPENGL_DEPRECATED(10_0, 10_14);
  571. ^
  572. ../src/osx/cocoa/glcanvas.mm:261:5: warning: 'NSOpenGLContext' is deprecated: first deprecated in macOS
  573. 10.14 - Please use Metal or MetalKit. [-Wdeprecated-declarations]
  574. NSOpenGLContext* context;
  575. ^
  576. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSOpenGL.h:202:12: note:
  577. 'NSOpenGLContext' has been explicitly marked deprecated here
  578. @interface NSOpenGLContext : NSObject <NSLocking>
  579. ^
  580. ../src/osx/cocoa/glcanvas.mm:334:18: warning: 'setView:' is deprecated: first deprecated in macOS 10.14
  581. - Use NSOpenGLView to provide OpenGL content in a Cocoa app. [-Wdeprecated-declarations]
  582. [m_glContext setView: win.GetHandle() ];
  583. ^
  584. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSOpenGL.h:216:36: note:
  585. property 'view' is declared deprecated here
  586. @property (nullable, weak) NSView *view NS_DEPRECATED_MAC(10_0, 10_14);
  587. ^
  588. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSOpenGL.h:217:1: note:
  589. 'setView:' has been explicitly marked deprecated here
  590. - (void)setView:(nullable NSView *)view NS_DEPRECATED_MAC(10_0, 10_14, "Use NSOpenGLView to pro...
  591. ^
  592. /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
  593. /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
  594. /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
  595. /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
  596. /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
  597. /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
  598. 41 warnings generated.
  599. /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
  600. /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
  601. /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
  602. /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
  603. configure: WARNING: *** You have not enabled versioned symbols.
  604. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libpng16.a(mips_init.o) has no symbols
  605. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libpng16.a(filter_msa_intrinsics.o) has no symbols
  606. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libpng16.a(intel_init.o) has no symbols
  607. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libpng16.a(filter_sse2_intrinsics.o) has no symbols
  608. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libpng16.a(powerpc_init.o) has no symbols
  609. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libpng16.a(filter_vsx_intrinsics.o) has no symbols
  610. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libpng16.a(mips_init.o) has no symbols
  611. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libpng16.a(filter_msa_intrinsics.o) has no symbols
  612. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libpng16.a(intel_init.o) has no symbols
  613. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libpng16.a(filter_sse2_intrinsics.o) has no symbols
  614. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libpng16.a(powerpc_init.o) has no symbols
  615. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libpng16.a(filter_vsx_intrinsics.o) has no symbols
  616. /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
  617. /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
  618. /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
  619. /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
  620. /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
  621. /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
  622. + cd /Users/ever/dev/0ad/libraries/osx/libpng/lib
  623. + for ext in a dll.a so so.16.34 la sl dylib
  624. + rm -f libpng.a
  625. + test -f libpng16.a
  626. + ln -s libpng16.a libpng.a
  627. + for ext in a dll.a so so.16.34 la sl dylib
  628. + rm -f libpng.dll.a
  629. + test -f libpng16.dll.a
  630. + for ext in a dll.a so so.16.34 la sl dylib
  631. + rm -f libpng.so
  632. + test -f libpng16.so
  633. + for ext in a dll.a so so.16.34 la sl dylib
  634. + rm -f libpng.so.16.34
  635. + test -f libpng16.so.16.34
  636. + for ext in a dll.a so so.16.34 la sl dylib
  637. + rm -f libpng.la
  638. + test -f libpng16.la
  639. + ln -s libpng16.la libpng.la
  640. + for ext in a dll.a so so.16.34 la sl dylib
  641. + rm -f libpng.sl
  642. + test -f libpng16.sl
  643. + for ext in a dll.a so so.16.34 la sl dylib
  644. + rm -f libpng.dylib
  645. + test -f libpng16.dylib
  646. + cd /Users/ever/dev/0ad/libraries/osx/libpng/bin
  647. + rm -f libpng-config
  648. + ln -s libpng16-config libpng-config
  649. + cd /Users/ever/dev/0ad/libraries/osx/libpng/include
  650. + for f in pnglibconf.h png.h pngconf.h
  651. + rm -f pnglibconf.h
  652. + ln -s libpng16/pnglibconf.h pnglibconf.h
  653. + for f in pnglibconf.h png.h pngconf.h
  654. + rm -f png.h
  655. + ln -s libpng16/png.h png.h
  656. + for f in pnglibconf.h png.h pngconf.h
  657. + rm -f pngconf.h
  658. + ln -s libpng16/pngconf.h pngconf.h
  659. + cd /Users/ever/dev/0ad/libraries/osx/libpng/lib/pkgconfig
  660. + rm -f libpng.pc
  661. + ln -s libpng16.pc libpng.pc
  662. clang: warning: -O4 is equivalent to -O3 [-Wdeprecated]
  663. clang: warning: -O4 is equivalent to -O3 [-Wdeprecated]
  664. clang: warning: -O4 is equivalent to -O3 [-Wdeprecated]
  665. clang: warning: -O4 is equivalent to -O3 [-Wdeprecated]
  666. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libvorbis.a(lookup.o) has no symbols
  667. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libvorbis.a(lookup.o) has no symbols
  668. /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
  669. toom_interpolate_5pts.c:71:19: warning: expression result unused [-Wunused-value]
  670. ASSERT_NOCARRY (mpn_divexact_by3 (v2, v2, kk1)); /* v2 <- v2 / 3 */
  671. ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  672. ../gmp-impl.h:1621:6: note: expanded from macro 'mpn_divexact_by3'
  673. (3 & mpn_bdiv_dbm1 (dst, src, size, __GMP_CAST (mp_limb_t, GMP_NUMB_MASK / 3)))
  674. ~ ^
  675. ../gmp-impl.h:2412:33: note: expanded from macro 'ASSERT_NOCARRY'
  676. #define ASSERT_NOCARRY(expr) (expr)
  677. ^~~~
  678. 1 warning generated.
  679. toom_interpolate_8pts.c:164:18: warning: expression result unused [-Wunused-value]
  680. ASSERT_NOCARRY(mpn_divexact_by3 (r5, r5, 3 * n + 1));
  681. ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  682. ../gmp-impl.h:1621:6: note: expanded from macro 'mpn_divexact_by3'
  683. (3 & mpn_bdiv_dbm1 (dst, src, size, __GMP_CAST (mp_limb_t, GMP_NUMB_MASK / 3)))
  684. ~ ^
  685. ../gmp-impl.h:2412:33: note: expanded from macro 'ASSERT_NOCARRY'
  686. #define ASSERT_NOCARRY(expr) (expr)
  687. ^~~~
  688. 1 warning generated.
  689. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libprintf.a(obprintf.o) has no symbols
  690. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libprintf.a(obvprintf.o) has no symbols
  691. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libprintf.a(obprntffuns.o) has no symbols
  692. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libprintf.a(repl-vsnprintf.o) has no symbols
  693. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libprintf.a(obprintf.o) has no symbols
  694. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libprintf.a(obvprintf.o) has no symbols
  695. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libprintf.a(obprntffuns.o) has no symbols
  696. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libprintf.a(repl-vsnprintf.o) has no symbols
  697. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libgmp.a(mp_clz_tab.o) has no symbols
  698. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libgmp.a(obprintf.o) has no symbols
  699. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libgmp.a(obvprintf.o) has no symbols
  700. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libgmp.a(obprntffuns.o) has no symbols
  701. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libgmp.a(repl-vsnprintf.o) has no symbols
  702. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libgmp.a(mp_clz_tab.o) has no symbols
  703. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libgmp.a(obprintf.o) has no symbols
  704. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libgmp.a(obvprintf.o) has no symbols
  705. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libgmp.a(obprntffuns.o) has no symbols
  706. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libgmp.a(repl-vsnprintf.o) has no symbols
  707. /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
  708. /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
  709. /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
  710. /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
  711. /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
  712. 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
  713. configure: WARNING: Don't know where to install 64-bit libraries on this system.
  714. In file included from getopt.c:98:
  715. ./getopt.h:169:19: warning: this function declaration is not a prototype [-Wstrict-prototypes]
  716. extern int getopt ();
  717. ^
  718. void
  719. getopt.c:146:21: warning: this function declaration is not a prototype [-Wstrict-prototypes]
  720. extern char *getenv ();
  721. ^
  722. void
  723. getopt.c:272:25: warning: unused parameter 'argc' [-Wunused-parameter]
  724. _getopt_initialize (int argc, char *const *argv, const char *optstring,
  725. ^
  726. getopt.c:272:44: warning: unused parameter 'argv' [-Wunused-parameter]
  727. _getopt_initialize (int argc, char *const *argv, const char *optstring,
  728. ^
  729. getopt.c:1188:1: warning: no previous prototype for function 'getopt' [-Wmissing-prototypes]
  730. getopt (int argc, char *const *argv, const char *optstring)
  731. ^
  732. 5 warnings generated.
  733. In file included from getopt1.c:26:
  734. ./getopt.h:169:19: warning: this function declaration is not a prototype [-Wstrict-prototypes]
  735. extern int getopt ();
  736. ^
  737. void
  738. 1 warning generated.
  739. Table size: 320 entries
  740. Table size: 256 entries
  741. Table size: 256 entries
  742. Table size: 256 entries
  743. Table size: 128 entries
  744. Table size: 128 entries
  745. In file included from sexp-conv.c:57:
  746. ../getopt.h:169:19: warning: this function declaration is not a prototype [-Wstrict-prototypes]
  747. extern int getopt ();
  748. ^
  749. void
  750. 1 warning generated.
  751. In file included from nettle-hash.c:46:
  752. ../getopt.h:169:19: warning: this function declaration is not a prototype [-Wstrict-prototypes]
  753. extern int getopt ();
  754. ^
  755. void
  756. 1 warning generated.
  757. In file included from nettle-pbkdf2.c:46:
  758. ../getopt.h:169:19: warning: this function declaration is not a prototype [-Wstrict-prototypes]
  759. extern int getopt ();
  760. ^
  761. void
  762. 1 warning generated.
  763. In file included from pkcs1-conv.c:50:
  764. ../getopt.h:169:19: warning: this function declaration is not a prototype [-Wstrict-prototypes]
  765. extern int getopt ();
  766. ^
  767. void
  768. 1 warning generated.
  769. 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
  770. 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
  771. In file included from nettle-benchmark.c:72:
  772. ../getopt.h:169:19: warning: this function declaration is not a prototype [-Wstrict-prototypes]
  773. extern int getopt ();
  774. ^
  775. void
  776. 1 warning generated.
  777. In file included from eratosthenes.c:43:
  778. ../getopt.h:169:19: warning: this function declaration is not a prototype [-Wstrict-prototypes]
  779. extern int getopt ();
  780. ^
  781. void
  782. 1 warning generated.
  783. In file included from rsa-keygen.c:49:
  784. ../getopt.h:169:19: warning: this function declaration is not a prototype [-Wstrict-prototypes]
  785. extern int getopt ();
  786. ^
  787. void
  788. 1 warning generated.
  789. In file included from rsa-encrypt.c:56:
  790. ../getopt.h:169:19: warning: this function declaration is not a prototype [-Wstrict-prototypes]
  791. extern int getopt ();
  792. ^
  793. void
  794. 1 warning generated.
  795. In file included from random-prime.c:47:
  796. ../getopt.h:169:19: warning: this function declaration is not a prototype [-Wstrict-prototypes]
  797. extern int getopt ();
  798. ^
  799. void
  800. 1 warning generated.
  801. 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
  802. 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
  803. 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
  804. 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
  805. 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
  806. 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
  807. 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
  808. 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
  809. configure: WARNING:
  810. ***
  811. *** autogen not found. Will not link against libopts.
  812. ***
  813. configure: error:
  814. ***
  815. *** Libnettle 3.1 was not found.
Advertisement
Add Comment
Please, Sign In to add comment