Advertisement
Guest User

haxe extension build fail log

a guest
Jul 28th, 2016
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 16.90 KB | None | 0 0
  1.  
  2. - Compiling group 'common' with flags -Iinclude -c -stdlib=libc++ -O2 -fmessage-length=0 -pipe -Wno-trigraphs -fno-stack-protector -fpascal-strings -fasm-blocks -Wreturn-type -Wno-unused-variable -arch i386 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator9.3.sdk -miphoneos-version-min=5.0 -DIPHONE=IPHONE -Dsource-header=haxe -DIPHONESIM=IPHONESIM -Wno-parentheses -Wno-null-dereference -Wno-unused-value -Wno-bool-conversion -DSTATIC_LINK(static) -DHXCPP_VISIT_ALLOCS(haxe) -DHXCPP_API_LEVEL=0(haxe) -I/usr/local/lib/haxe/lib/hxcpp/3,3,49/include -fexceptions -fstrict-aliasing tags=[haxe,static]
  3. - Compile : iphone/MXDNVideo.mm
  4. Error: While running :xcrun --sdk iphonesimulator9.3 clang++ -Iinclude -c -stdlib=libc++ -O2 -fmessage-length=0 -pipe -Wno-trigraphs -fno-stack-protector -fpascal-strings -fasm-blocks -Wreturn-type -Wno-unused-variable -arch i386 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator9.3.sdk -miphoneos-version-min=5.0 -DIPHONE=IPHONE -Dsource-header=haxe -DIPHONESIM=IPHONESIM -Wno-parentheses -Wno-null-dereference -Wno-unused-value -Wno-bool-conversion -DSTATIC_LINK -DHXCPP_VISIT_ALLOCS -DHXCPP_API_LEVEL=0 -I/usr/local/lib/haxe/lib/hxcpp/3,3,49/include -fexceptions -fstrict-aliasing -x objective-c++ -fobjc-abi-version=2 -fobjc-legacy-dispatch ./iphone/MXDNVideo.mm -o/Users/mixdown/dev/mixdown-addons/sandbox/mxdn-video/project/obj/iphonesim-c11/420dd28c_MXDNVideo.o
  5. In file included from <built-in>:344:
  6. <command line>:2:15: warning: whitespace recommended after macro name
  7. #define source-header haxe
  8. ^
  9. In file included from ./iphone/MXDNVideo.mm:3:
  10. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator9.3.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:6:
  11. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator9.3.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CoreFoundation.h:55:
  12. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator9.3.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CFPropertyList.h:13:
  13. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator9.3.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CFStream.h:12:
  14. /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator9.3.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CFRunLoop.h:72:79: error: expected ')'
  15. CF_EXPORT Boolean CFRunLoopContainsSource(CFRunLoopRef rl, CFRunLoopSourceRef source, CFStringRef mode);
  16. ^
  17. <command line>:2:15: note: expanded from here
  18. /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator9.3.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CFRunLoop.h:72:42: note: to match this '('
  19. CF_EXPORT Boolean CFRunLoopContainsSource(CFRunLoopRef rl, CFRunLoopSourceRef source, CFStringRef mode);
  20. ^
  21. /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator9.3.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CFRunLoop.h:73:71: error: expected ')'
  22. CF_EXPORT void CFRunLoopAddSource(CFRunLoopRef rl, CFRunLoopSourceRef source, CFStringRef mode);
  23. ^
  24. <command line>:2:15: note: expanded from here
  25. #define source-header haxe
  26. ^
  27. /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator9.3.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CFRunLoop.h:73:34: note: to match this '('
  28. CF_EXPORT void CFRunLoopAddSource(CFRunLoopRef rl, CFRunLoopSourceRef source, CFStringRef mode);
  29. ^
  30. /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator9.3.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CFRunLoop.h:74:74: error: expected ')'
  31. CF_EXPORT void CFRunLoopRemoveSource(CFRunLoopRef rl, CFRunLoopSourceRef source, CFStringRef mode);
  32. ^
  33. <command line>:2:15: note: expanded from here
  34. #define source-header haxe
  35. ^
  36. /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator9.3.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CFRunLoop.h:74:37: note: to match this '('
  37. CF_EXPORT void CFRunLoopRemoveSource(CFRunLoopRef rl, CFRunLoopSourceRef source, CFStringRef mode);
  38. ^
  39. /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator9.3.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CFRunLoop.h:118:62: error: expected ')'
  40. CF_EXPORT CFIndex CFRunLoopSourceGetOrder(CFRunLoopSourceRef source);
  41. ^
  42. <command line>:2:15: note: expanded from here
  43. #define source-header haxe
  44. ^
  45. /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator9.3.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CFRunLoop.h:118:42: note: to match this '('
  46. CF_EXPORT CFIndex CFRunLoopSourceGetOrder(CFRunLoopSourceRef source);
  47. ^
  48. /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator9.3.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CFRunLoop.h:119:61: error: expected ')'
  49. CF_EXPORT void CFRunLoopSourceInvalidate(CFRunLoopSourceRef source);
  50. ^
  51. <command line>:2:15: note: expanded from here
  52. #define source-header haxe
  53. ^
  54. /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator9.3.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CFRunLoop.h:119:41: note: to match this '('
  55. CF_EXPORT void CFRunLoopSourceInvalidate(CFRunLoopSourceRef source);
  56. ^
  57. /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator9.3.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CFRunLoop.h:120:61: error: expected ')'
  58. CF_EXPORT Boolean CFRunLoopSourceIsValid(CFRunLoopSourceRef source);
  59. ^
  60. <command line>:2:15: note: expanded from here
  61. #define source-header haxe
  62. ^
  63. /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator9.3.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CFRunLoop.h:120:41: note: to match this '('
  64. CF_EXPORT Boolean CFRunLoopSourceIsValid(CFRunLoopSourceRef source);
  65. ^
  66. /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator9.3.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CFRunLoop.h:121:61: error: expected ')'
  67. CF_EXPORT void CFRunLoopSourceGetContext(CFRunLoopSourceRef source, CFRunLoopSourceContext *context);
  68. ^
  69. <command line>:2:15: note: expanded from here
  70. #define source-header haxe
  71. ^
  72. /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator9.3.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CFRunLoop.h:121:41: note: to match this '('
  73. CF_EXPORT void CFRunLoopSourceGetContext(CFRunLoopSourceRef source, CFRunLoopSourceContext *context);
  74. ^
  75. /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator9.3.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CFRunLoop.h:122:57: error: expected ')'
  76. CF_EXPORT void CFRunLoopSourceSignal(CFRunLoopSourceRef source);
  77. ^
  78. <command line>:2:15: note: expanded from here
  79. #define source-header haxe
  80. ^
  81. /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator9.3.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CFRunLoop.h:122:37: note: to match this '('
  82. CF_EXPORT void CFRunLoopSourceSignal(CFRunLoopSourceRef source);
  83. ^
  84. In file included from ./iphone/MXDNVideo.mm:3:
  85. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator9.3.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:6:
  86. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator9.3.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CoreFoundation.h:55:
  87. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator9.3.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CFPropertyList.h:13:
  88. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator9.3.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CFStream.h:15:
  89. In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator9.3.sdk/usr/include/dispatch/dispatch.h:54:
  90. /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator9.3.sdk/usr/include/dispatch/source.h:382:53: error: expected ')'
  91. dispatch_source_set_event_handler(dispatch_source_t source,
  92. ^
  93. <command line>:2:15: note: expanded from here
  94. #define source-header haxe
  95. ^
  96. /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator9.3.sdk/usr/include/dispatch/source.h:382:34: note: to match this '('
  97. dispatch_source_set_event_handler(dispatch_source_t source,
  98. ^
  99. /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator9.3.sdk/usr/include/dispatch/source.h:405:55: error: expected ')'
  100. dispatch_source_set_event_handler_f(dispatch_source_t source,
  101. ^
  102. <command line>:2:15: note: expanded from here
  103. #define source-header haxe
  104. ^
  105. /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator9.3.sdk/usr/include/dispatch/source.h:405:36: note: to match this '('
  106. dispatch_source_set_event_handler_f(dispatch_source_t source,
  107. ^
  108. /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator9.3.sdk/usr/include/dispatch/source.h:439:54: error: expected ')'
  109. dispatch_source_set_cancel_handler(dispatch_source_t source,
  110. ^
  111. <command line>:2:15: note: expanded from here
  112. #define source-header haxe
  113. ^
  114. /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator9.3.sdk/usr/include/dispatch/source.h:439:35: note: to match this '('
  115. dispatch_source_set_cancel_handler(dispatch_source_t source,
  116. ^
  117. /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator9.3.sdk/usr/include/dispatch/source.h:464:56: error: expected ')'
  118. dispatch_source_set_cancel_handler_f(dispatch_source_t source,
  119. ^
  120. <command line>:2:15: note: expanded from here
  121. #define source-header haxe
  122. ^
  123. /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator9.3.sdk/usr/include/dispatch/source.h:464:37: note: to match this '('
  124. dispatch_source_set_cancel_handler_f(dispatch_source_t source,
  125. ^
  126. /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator9.3.sdk/usr/include/dispatch/source.h:492:42: error: expected ')'
  127. dispatch_source_cancel(dispatch_source_t source);
  128. ^
  129. <command line>:2:15: note: expanded from here
  130. #define source-header haxe
  131. ^
  132. /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator9.3.sdk/usr/include/dispatch/source.h:492:23: note: to match this '('
  133. dispatch_source_cancel(dispatch_source_t source);
  134. ^
  135. /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator9.3.sdk/usr/include/dispatch/source.h:511:46: error: expected ')'
  136. dispatch_source_testcancel(dispatch_source_t source);
  137. ^
  138. <command line>:2:15: note: expanded from here
  139. #define source-header haxe
  140. ^
  141. /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator9.3.sdk/usr/include/dispatch/source.h:511:27: note: to match this '('
  142. dispatch_source_testcancel(dispatch_source_t source);
  143. ^
  144. /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator9.3.sdk/usr/include/dispatch/source.h:542:46: error: expected ')'
  145. dispatch_source_get_handle(dispatch_source_t source);
  146. ^
  147. <command line>:2:15: note: expanded from here
  148. #define source-header haxe
  149. ^
  150. /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator9.3.sdk/usr/include/dispatch/source.h:542:27: note: to match this '('
  151. dispatch_source_get_handle(dispatch_source_t source);
  152. ^
  153. /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator9.3.sdk/usr/include/dispatch/source.h:573:44: error: expected ')'
  154. dispatch_source_get_mask(dispatch_source_t source);
  155. ^
  156. <command line>:2:15: note: expanded from here
  157. #define source-header haxe
  158. ^
  159. /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator9.3.sdk/usr/include/dispatch/source.h:573:25: note: to match this '('
  160. dispatch_source_get_mask(dispatch_source_t source);
  161. ^
  162. /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator9.3.sdk/usr/include/dispatch/source.h:611:44: error: expected ')'
  163. dispatch_source_get_data(dispatch_source_t source);
  164. ^
  165. <command line>:2:15: note: expanded from here
  166. #define source-header haxe
  167. ^
  168. /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator9.3.sdk/usr/include/dispatch/source.h:611:25: note: to match this '('
  169. dispatch_source_get_data(dispatch_source_t source);
  170. ^
  171. /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator9.3.sdk/usr/include/dispatch/source.h:632:46: error: expected ')'
  172. dispatch_source_merge_data(dispatch_source_t source, unsigned long value);
  173. ^
  174. <command line>:2:15: note: expanded from here
  175. #define source-header haxe
  176. ^
  177. /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator9.3.sdk/usr/include/dispatch/source.h:632:27: note: to match this '('
  178. dispatch_source_merge_data(dispatch_source_t source, unsigned long value);
  179. ^
  180. /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator9.3.sdk/usr/include/dispatch/source.h:684:45: error: expected ')'
  181. dispatch_source_set_timer(dispatch_source_t source,
  182. ^
  183. <command line>:2:15: note: expanded from here
  184. #define source-header haxe
  185. ^
  186. /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator9.3.sdk/usr/include/dispatch/source.h:684:26: note: to match this '('
  187. dispatch_source_set_timer(dispatch_source_t source,
  188. ^
  189. fatal error: too many errors emitted, stopping now [-ferror-limit=]
  190. 1 warning and 20 errors generated.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement