Advertisement
gingerbeardman

Untitled

Mar 29th, 2016
168
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.47 KB | None | 0 0
  1. [eXcode.mk] $(platform) := OSX
  2. [eXcode.mk] $(arch) := x86_64
  3. [eXcode.mk] $(sdk) := macosx
  4. [eXcode.mk] $(target) := apple-macosx10.11
  5. [eXcode.mk] $(build_mods) (compilable modules): Async MacPin Prompt SSKeychain UTIKit XMLHTTPRequest
  6. [eXcode.mk] $(execs) (executables available to assemble): build/macosx-x86_64-apple-macosx10.11/exec/MacPin
  7. [eXcode.mk] $(statics) (static libraries available to build): build/macosx-x86_64-apple-macosx10.11/obj/libAsync.a build/macosx-x86_64-apple-macosx10.11/obj/libPrompt.a build/macosx-x86_64-apple-macosx10.11/obj/libSSKeychain.a build/macosx-x86_64-apple-macosx10.11/obj/libUTIKit.a build/macosx-x86_64-apple-macosx10.11/obj/libXMLHTTPRequest.a
  8. [eXcode.mk] $(dynamics) (dynamic libraries available to build): build/macosx-x86_64-apple-macosx10.11/Frameworks/libAsync.dylib build/macosx-x86_64-apple-macosx10.11/Frameworks/libPrompt.dylib build/macosx-x86_64-apple-macosx10.11/Frameworks/libSSKeychain.dylib build/macosx-x86_64-apple-macosx10.11/Frameworks/libUTIKit.dylib build/macosx-x86_64-apple-macosx10.11/Frameworks/libXMLHTTPRequest.dylib
  9. [eXcode.mk] compiling against /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk
  10. [eXcode.mk] swift libraries: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift_static/macosx
  11. Buildable MacPin apps:
  12. build/macosx-x86_64-apple-macosx10.11/apps/CloudPebble.app
  13. build/macosx-x86_64-apple-macosx10.11/apps/DevDocs.app
  14. build/macosx-x86_64-apple-macosx10.11/apps/Digg.app
  15. build/macosx-x86_64-apple-macosx10.11/apps/Facebook.app
  16. build/macosx-x86_64-apple-macosx10.11/apps/Google_Drive.app
  17. build/macosx-x86_64-apple-macosx10.11/apps/Google_Maps.app
  18. build/macosx-x86_64-apple-macosx10.11/apps/Google_Photos.app
  19. build/macosx-x86_64-apple-macosx10.11/apps/Hangouts.app
  20. build/macosx-x86_64-apple-macosx10.11/apps/Inbox.app
  21. build/macosx-x86_64-apple-macosx10.11/apps/MacPin.app
  22. build/macosx-x86_64-apple-macosx10.11/apps/Messenger.app
  23. build/macosx-x86_64-apple-macosx10.11/apps/NeoGAF.app
  24. build/macosx-x86_64-apple-macosx10.11/apps/Slack.app
  25. build/macosx-x86_64-apple-macosx10.11/apps/Stack_Overflow.app
  26. build/macosx-x86_64-apple-macosx10.11/apps/Trello.app
  27. build/macosx-x86_64-apple-macosx10.11/apps/Vine.app
  28. build/macosx-x86_64-apple-macosx10.11/apps/WhatsApp.app
  29. xcrun -sdk macosx swiftc -target x86_64-apple-macosx10.11 -F /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks -L /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks -F build/macosx-x86_64-apple-macosx10.11/Frameworks -I modules -I build/macosx-x86_64-apple-macosx10.11 -L build/macosx-x86_64-apple-macosx10.11/Frameworks -L build/macosx-x86_64-apple-macosx10.11/obj \
  30. -whole-module-optimization \
  31. -module-name Async -emit-module-path build/macosx-x86_64-apple-macosx10.11/Async.swiftmodule \
  32. -emit-dependencies \
  33. -emit-object -o build/macosx-x86_64-apple-macosx10.11/obj/Async.o \
  34. modules/Async/Async.swift modules/Async/OSX/null.swift
  35. /Users/matt/Projects/MacPin/modules/WebKitPrivates/module.private.modulemap:4:1: error: 'explicit' is not permitted on top-level modules
  36. explicit module WebKit {
  37. ^
  38. /Users/matt/Projects/MacPin/modules/WebKitPrivates/module.private.modulemap:6:11: error: umbrella directory 'WebKit' not found
  39. umbrella "WebKit"
  40. ^
  41. /Users/matt/Projects/MacPin/modules/WebKitPrivates/module.private.modulemap:4:1: error: 'explicit' is not permitted on top-level modules
  42. explicit module WebKit {
  43. ^
  44. /Users/matt/Projects/MacPin/modules/WebKitPrivates/module.private.modulemap:6:11: error: umbrella directory 'WebKit' not found
  45. umbrella "WebKit"
  46. ^
  47. /Users/matt/Projects/MacPin/modules/WebKitPrivates/module.private.modulemap:4:1: error: 'explicit' is not permitted on top-level modules
  48. explicit module WebKit {
  49. ^
  50. /Users/matt/Projects/MacPin/modules/WebKitPrivates/module.private.modulemap:6:11: error: umbrella directory 'WebKit' not found
  51. umbrella "WebKit"
  52. ^
  53. /Users/matt/Projects/MacPin/modules/WebKitPrivates/module.private.modulemap:4:1: error: 'explicit' is not permitted on top-level modules
  54. explicit module WebKit {
  55. ^
  56. /Users/matt/Projects/MacPin/modules/WebKitPrivates/module.private.modulemap:6:11: error: umbrella directory 'WebKit' not found
  57. umbrella "WebKit"
  58. ^
  59. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CFStream.h:15:10: note: while building module 'Dispatch' imported from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CFStream.h:15:
  60. #include <dispatch/dispatch.h>
  61. ^
  62. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/dispatch/dispatch.h:48:10: note: while building module 'os' imported from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/dispatch/dispatch.h:48:
  63. #include <os/object.h>
  64. ^
  65. <module-includes>:2:9: note: in file included from <module-includes>:2:
  66. #import "os/object.h"
  67. ^
  68. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/os/object.h:75:9: error: could not build module 'ObjectiveC'
  69. #import <objc/NSObject.h>
  70. ^
  71. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CFStream.h:15:10: note: while building module 'Dispatch' imported from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CFStream.h:15:
  72. #include <dispatch/dispatch.h>
  73. ^
  74. <module-includes>:1:9: note: in file included from <module-includes>:1:
  75. #import "dispatch.h"
  76. ^
  77. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/dispatch/dispatch.h:48:10: error: could not build module 'os'
  78. #include <os/object.h>
  79. ^
  80. <module-includes>:1:9: note: in file included from <module-includes>:1:
  81. #import "Headers/CoreFoundation.h"
  82. ^
  83. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CoreFoundation.h:55:10: note: in file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CoreFoundation.h:55:
  84. #include <CoreFoundation/CFPropertyList.h>
  85. ^
  86. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CFPropertyList.h:13:10: note: in file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CFPropertyList.h:13:
  87. #include <CoreFoundation/CFStream.h>
  88. ^
  89. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CFStream.h:15:10: error: could not build module 'Dispatch'
  90. #include <dispatch/dispatch.h>
  91. ^
  92. <unknown>:0: error: could not build Objective-C module 'CoreFoundation'
  93. <module-includes>:1:9: note: in file included from <module-includes>:1:
  94. #import "Headers/CoreGraphics.h"
  95. ^
  96. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CoreGraphics.h:10:10: note: in file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CoreGraphics.h:10:
  97. #include <CoreGraphics/CGAffineTransform.h>
  98. ^
  99. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CGAffineTransform.h:11:10: note: in file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CGAffineTransform.h:11:
  100. #include <CoreGraphics/CGGeometry.h>
  101. ^
  102. make: *** [build/macosx-x86_64-apple-macosx10.11/obj/Async.o] Error 1
  103. Matts-iMac:MacPin matt$ clear
  104.  
  105. Matts-iMac:MacPin matt$ make sites/NeoGAF > out.txt
  106. make: Circular build/macosx-x86_64-apple-macosx10.11/apps/NeoGAF.app <- sites/NeoGAF dependency dropped.
  107. /Users/matt/Projects/MacPin/modules/WebKitPrivates/module.private.modulemap:4:1: error: 'explicit' is not permitted on top-level modules
  108. explicit module WebKit {
  109. ^
  110. /Users/matt/Projects/MacPin/modules/WebKitPrivates/module.private.modulemap:6:11: error: umbrella directory 'WebKit' not found
  111. umbrella "WebKit"
  112. ^
  113. /Users/matt/Projects/MacPin/modules/WebKitPrivates/module.private.modulemap:4:1: error: 'explicit' is not permitted on top-level modules
  114. explicit module WebKit {
  115. ^
  116. /Users/matt/Projects/MacPin/modules/WebKitPrivates/module.private.modulemap:6:11: error: umbrella directory 'WebKit' not found
  117. umbrella "WebKit"
  118. ^
  119. /Users/matt/Projects/MacPin/modules/WebKitPrivates/module.private.modulemap:4:1: error: 'explicit' is not permitted on top-level modules
  120. explicit module WebKit {
  121. ^
  122. /Users/matt/Projects/MacPin/modules/WebKitPrivates/module.private.modulemap:6:11: error: umbrella directory 'WebKit' not found
  123. umbrella "WebKit"
  124. ^
  125. /Users/matt/Projects/MacPin/modules/WebKitPrivates/module.private.modulemap:4:1: error: 'explicit' is not permitted on top-level modules
  126. explicit module WebKit {
  127. ^
  128. /Users/matt/Projects/MacPin/modules/WebKitPrivates/module.private.modulemap:6:11: error: umbrella directory 'WebKit' not found
  129. umbrella "WebKit"
  130. ^
  131. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CFStream.h:15:10: note: while building module 'Dispatch' imported from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CFStream.h:15:
  132. #include <dispatch/dispatch.h>
  133. ^
  134. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/dispatch/dispatch.h:48:10: note: while building module 'os' imported from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/dispatch/dispatch.h:48:
  135. #include <os/object.h>
  136. ^
  137. <module-includes>:2:9: note: in file included from <module-includes>:2:
  138. #import "os/object.h"
  139. ^
  140. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/os/object.h:75:9: error: could not build module 'ObjectiveC'
  141. #import <objc/NSObject.h>
  142. ^
  143. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CFStream.h:15:10: note: while building module 'Dispatch' imported from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CFStream.h:15:
  144. #include <dispatch/dispatch.h>
  145. ^
  146. <module-includes>:1:9: note: in file included from <module-includes>:1:
  147. #import "dispatch.h"
  148. ^
  149. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/dispatch/dispatch.h:48:10: error: could not build module 'os'
  150. #include <os/object.h>
  151. ^
  152. <module-includes>:1:9: note: in file included from <module-includes>:1:
  153. #import "Headers/CoreFoundation.h"
  154. ^
  155. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CoreFoundation.h:55:10: note: in file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CoreFoundation.h:55:
  156. #include <CoreFoundation/CFPropertyList.h>
  157. ^
  158. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CFPropertyList.h:13:10: note: in file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CFPropertyList.h:13:
  159. #include <CoreFoundation/CFStream.h>
  160. ^
  161. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CFStream.h:15:10: error: could not build module 'Dispatch'
  162. #include <dispatch/dispatch.h>
  163. ^
  164. <unknown>:0: error: could not build Objective-C module 'CoreFoundation'
  165. <module-includes>:1:9: note: in file included from <module-includes>:1:
  166. #import "Headers/CoreGraphics.h"
  167. ^
  168. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CoreGraphics.h:10:10: note: in file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CoreGraphics.h:10:
  169. #include <CoreGraphics/CGAffineTransform.h>
  170. ^
  171. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CGAffineTransform.h:11:10: note: in file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CGAffineTransform.h:11:
  172. #include <CoreGraphics/CGGeometry.h>
  173. ^
  174. make: *** [build/macosx-x86_64-apple-macosx10.11/obj/Async.o] Error 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement