Advertisement
JT2Fresh

Untitled

Jun 24th, 2020
919
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. Jonah:~/blue root# make package install
  2. > Making all for tweak blue…
  3. ==> Preprocessing Tweak.x…
  4. ==> Preprocessing Tweak.x…
  5. ==> Compiling Tweak.x (arm64)
  6. Tweak.x:2:45: error: cannot find interface declaration for 'UIViewController', superclass of 'SBLockScreenViewControllerBase'
  7. @interface SBLockScreenViewControllerBase : UIViewController
  8. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~   ^
  9. While building module 'MachO' imported from /var/root/theos/vendor/include/substrate.h:29:
  10. While building module 'Darwin' imported from /var/root/theos/sdks/iPhoneOS11.2.sdk/usr/include/mach-o/arch.h:32:
  11. In file included from <module-includes>:66:
  12. /var/root/theos/sdks/iPhoneOS11.2.sdk/usr/include/pthread.h:1:1: error: unknown type name 'pthread'; did you mean 'pthread_t'?
  13. pthread/pthread.h
  14. ^
  15. /var/root/theos/sdks/iPhoneOS11.2.sdk/usr/include/sys/_pthread/_pthread_t.h:31:28: note: 'pthread_t' declared here
  16. typedef __darwin_pthread_t pthread_t;
  17.                            ^
  18. While building module 'MachO' imported from /var/root/theos/vendor/include/substrate.h:29:
  19. While building module 'Darwin' imported from /var/root/theos/sdks/iPhoneOS11.2.sdk/usr/include/mach-o/arch.h:32:
  20. In file included from <module-includes>:66:
  21. /var/root/theos/sdks/iPhoneOS11.2.sdk/usr/include/pthread.h:1:8: error: expected identifier or '('
  22. pthread/pthread.h
  23.        ^
  24. While building module 'MachO' imported from /var/root/theos/vendor/include/substrate.h:29:
  25. While building module 'Darwin' imported from /var/root/theos/sdks/iPhoneOS11.2.sdk/usr/include/mach-o/arch.h:32:
  26. In file included from <module-includes>:67:
  27. /var/root/theos/sdks/iPhoneOS11.2.sdk/usr/include/pthread_impl.h:1:1: error: unknown type name 'pthread'; did you mean 'pthread_t'?
  28. pthread/pthread_impl.h
  29. ^
  30. /var/root/theos/sdks/iPhoneOS11.2.sdk/usr/include/sys/_pthread/_pthread_t.h:31:28: note: 'pthread_t' declared here
  31. typedef __darwin_pthread_t pthread_t;
  32.                            ^
  33. While building module 'MachO' imported from /var/root/theos/vendor/include/substrate.h:29:
  34. While building module 'Darwin' imported from /var/root/theos/sdks/iPhoneOS11.2.sdk/usr/include/mach-o/arch.h:32:
  35. In file included from <module-includes>:67:
  36. /var/root/theos/sdks/iPhoneOS11.2.sdk/usr/include/pthread_impl.h:1:8: error: expected identifier or '('
  37. pthread/pthread_impl.h
  38.        ^
  39. While building module 'MachO' imported from /var/root/theos/vendor/include/substrate.h:29:
  40. While building module 'Darwin' imported from /var/root/theos/sdks/iPhoneOS11.2.sdk/usr/include/mach-o/arch.h:32:
  41. In file included from <module-includes>:69:
  42. /var/root/theos/sdks/iPhoneOS11.2.sdk/usr/include/pthread_spis.h:1:1: error: unknown type name 'pthread'; did you mean 'pthread_t'?
  43. pthread/pthread_spis.h
  44. ^
  45. /var/root/theos/sdks/iPhoneOS11.2.sdk/usr/include/sys/_pthread/_pthread_t.h:31:28: note: 'pthread_t' declared here
  46. typedef __darwin_pthread_t pthread_t;
  47.                            ^
  48. While building module 'MachO' imported from /var/root/theos/vendor/include/substrate.h:29:
  49. While building module 'Darwin' imported from /var/root/theos/sdks/iPhoneOS11.2.sdk/usr/include/mach-o/arch.h:32:
  50. In file included from <module-includes>:69:
  51. /var/root/theos/sdks/iPhoneOS11.2.sdk/usr/include/pthread_spis.h:1:8: error: expected identifier or '('
  52. pthread/pthread_spis.h
  53.        ^
  54. While building module 'MachO' imported from /var/root/theos/vendor/include/substrate.h:29:
  55. While building module 'Darwin' imported from /var/root/theos/sdks/iPhoneOS11.2.sdk/usr/include/mach-o/arch.h:32:
  56. In file included from <module-includes>:73:
  57. /var/root/theos/sdks/iPhoneOS11.2.sdk/usr/include/sched.h:1:1: error: unknown type name 'pthread'; did you mean 'pthread_t'?
  58. pthread/sched.h
  59. ^
  60. /var/root/theos/sdks/iPhoneOS11.2.sdk/usr/include/sys/_pthread/_pthread_t.h:31:28: note: 'pthread_t' declared here
  61. typedef __darwin_pthread_t pthread_t;
  62.                            ^
  63. While building module 'MachO' imported from /var/root/theos/vendor/include/substrate.h:29:
  64. While building module 'Darwin' imported from /var/root/theos/sdks/iPhoneOS11.2.sdk/usr/include/mach-o/arch.h:32:
  65. In file included from <module-includes>:73:
  66. /var/root/theos/sdks/iPhoneOS11.2.sdk/usr/include/sched.h:1:8: error: expected identifier or '('
  67. pthread/sched.h
  68.        ^
  69. While building module 'MachO' imported from /var/root/theos/vendor/include/substrate.h:29:
  70. In file included from <module-includes>:1:
  71. /var/root/theos/sdks/iPhoneOS11.2.sdk/usr/include/mach-o/arch.h:32:10: fatal error: could not build module 'Darwin'
  72. #include <stdint.h>
  73.  ~~~~~~~~^
  74. In file included from Tweak.x:6:
  75. /var/root/theos/vendor/include/substrate.h:29:10: fatal error: could not build module 'MachO'
  76. #include <mach-o/nlist.h>
  77.  ~~~~~~~~^
  78. While building module 'ObjectiveC' imported from /var/root/theos/vendor/include/substrate.h:34:
  79. In file included from <module-includes>:1:
  80. In file included from /var/root/theos/sdks/iPhoneOS11.2.sdk/usr/include/objc/./objc-exception.h:27:
  81. /var/root/theos/sdks/iPhoneOS11.2.sdk/usr/include/objc/objc.h:31:10: fatal error: could not build module 'Darwin'
  82. #include <sys/types.h>      // for __DARWIN_NULL
  83.  ~~~~~~~~^
  84. 12 errors generated.
  85. make[3]: *** [/var/root/theos/makefiles/instance/rules.mk:260: /var/root/blue/.theos/obj/debug/arm64/Tweak.x.b4c99dc8.o] Error 1
  86. ==> Compiling Tweak.x (arm64e)
  87. Tweak.x:2:45: error: cannot find interface declaration for 'UIViewController', superclass of 'SBLockScreenViewControllerBase'
  88. @interface SBLockScreenViewControllerBase : UIViewController
  89. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~   ^
  90. While building module 'MachO' imported from /var/root/theos/vendor/include/substrate.h:29:
  91. While building module 'Darwin' imported from /var/root/theos/sdks/iPhoneOS11.2.sdk/usr/include/mach-o/arch.h:32:
  92. In file included from <module-includes>:66:
  93. /var/root/theos/sdks/iPhoneOS11.2.sdk/usr/include/pthread.h:1:1: error: unknown type name 'pthread'; did you mean 'pthread_t'?
  94. pthread/pthread.h
  95. ^
  96. /var/root/theos/sdks/iPhoneOS11.2.sdk/usr/include/sys/_pthread/_pthread_t.h:31:28: note: 'pthread_t' declared here
  97. typedef __darwin_pthread_t pthread_t;
  98.                            ^
  99. While building module 'MachO' imported from /var/root/theos/vendor/include/substrate.h:29:
  100. While building module 'Darwin' imported from /var/root/theos/sdks/iPhoneOS11.2.sdk/usr/include/mach-o/arch.h:32:
  101. In file included from <module-includes>:66:
  102. /var/root/theos/sdks/iPhoneOS11.2.sdk/usr/include/pthread.h:1:8: error: expected identifier or '('
  103. pthread/pthread.h
  104.        ^
  105. While building module 'MachO' imported from /var/root/theos/vendor/include/substrate.h:29:
  106. While building module 'Darwin' imported from /var/root/theos/sdks/iPhoneOS11.2.sdk/usr/include/mach-o/arch.h:32:
  107. In file included from <module-includes>:67:
  108. /var/root/theos/sdks/iPhoneOS11.2.sdk/usr/include/pthread_impl.h:1:1: error: unknown type name 'pthread'; did you mean 'pthread_t'?
  109. pthread/pthread_impl.h
  110. ^
  111. /var/root/theos/sdks/iPhoneOS11.2.sdk/usr/include/sys/_pthread/_pthread_t.h:31:28: note: 'pthread_t' declared here
  112. typedef __darwin_pthread_t pthread_t;
  113.                            ^
  114. While building module 'MachO' imported from /var/root/theos/vendor/include/substrate.h:29:
  115. While building module 'Darwin' imported from /var/root/theos/sdks/iPhoneOS11.2.sdk/usr/include/mach-o/arch.h:32:
  116. In file included from <module-includes>:67:
  117. /var/root/theos/sdks/iPhoneOS11.2.sdk/usr/include/pthread_impl.h:1:8: error: expected identifier or '('
  118. pthread/pthread_impl.h
  119.        ^
  120. While building module 'MachO' imported from /var/root/theos/vendor/include/substrate.h:29:
  121. While building module 'Darwin' imported from /var/root/theos/sdks/iPhoneOS11.2.sdk/usr/include/mach-o/arch.h:32:
  122. In file included from <module-includes>:69:
  123. /var/root/theos/sdks/iPhoneOS11.2.sdk/usr/include/pthread_spis.h:1:1: error: unknown type name 'pthread'; did you mean 'pthread_t'?
  124. pthread/pthread_spis.h
  125. ^
  126. /var/root/theos/sdks/iPhoneOS11.2.sdk/usr/include/sys/_pthread/_pthread_t.h:31:28: note: 'pthread_t' declared here
  127. typedef __darwin_pthread_t pthread_t;
  128.                            ^
  129. While building module 'MachO' imported from /var/root/theos/vendor/include/substrate.h:29:
  130. While building module 'Darwin' imported from /var/root/theos/sdks/iPhoneOS11.2.sdk/usr/include/mach-o/arch.h:32:
  131. In file included from <module-includes>:69:
  132. /var/root/theos/sdks/iPhoneOS11.2.sdk/usr/include/pthread_spis.h:1:8: error: expected identifier or '('
  133. pthread/pthread_spis.h
  134.        ^
  135. While building module 'MachO' imported from /var/root/theos/vendor/include/substrate.h:29:
  136. While building module 'Darwin' imported from /var/root/theos/sdks/iPhoneOS11.2.sdk/usr/include/mach-o/arch.h:32:
  137. In file included from <module-includes>:73:
  138. /var/root/theos/sdks/iPhoneOS11.2.sdk/usr/include/sched.h:1:1: error: unknown type name 'pthread'; did you mean 'pthread_t'?
  139. pthread/sched.h
  140. ^
  141. /var/root/theos/sdks/iPhoneOS11.2.sdk/usr/include/sys/_pthread/_pthread_t.h:31:28: note: 'pthread_t' declared here
  142. typedef __darwin_pthread_t pthread_t;
  143.                            ^
  144. While building module 'MachO' imported from /var/root/theos/vendor/include/substrate.h:29:
  145. While building module 'Darwin' imported from /var/root/theos/sdks/iPhoneOS11.2.sdk/usr/include/mach-o/arch.h:32:
  146. In file included from <module-includes>:73:
  147. /var/root/theos/sdks/iPhoneOS11.2.sdk/usr/include/sched.h:1:8: error: expected identifier or '('
  148. pthread/sched.h
  149.        ^
  150. While building module 'MachO' imported from /var/root/theos/vendor/include/substrate.h:29:
  151. In file included from <module-includes>:1:
  152. /var/root/theos/sdks/iPhoneOS11.2.sdk/usr/include/mach-o/arch.h:32:10: fatal error: could not build module 'Darwin'
  153. #include <stdint.h>
  154.  ~~~~~~~~^
  155. In file included from Tweak.x:6:
  156. /var/root/theos/vendor/include/substrate.h:29:10: fatal error: could not build module 'MachO'
  157. #include <mach-o/nlist.h>
  158.  ~~~~~~~~^
  159. While building module 'ObjectiveC' imported from /var/root/theos/vendor/include/substrate.h:34:
  160. In file included from <module-includes>:1:
  161. In file included from /var/root/theos/sdks/iPhoneOS11.2.sdk/usr/include/objc/./objc-exception.h:27:
  162. /var/root/theos/sdks/iPhoneOS11.2.sdk/usr/include/objc/objc.h:31:10: fatal error: could not build module 'Darwin'
  163. #include <sys/types.h>      // for __DARWIN_NULL
  164.  ~~~~~~~~^
  165. 12 errors generated.
  166. make[3]: *** [/var/root/theos/makefiles/instance/rules.mk:260: /var/root/blue/.theos/obj/debug/arm64e/Tweak.x.4849edd2.o] Error 1
  167. make[2]: *** [/var/root/theos/makefiles/instance/library.mk:33: /var/root/blue/.theos/obj/debug/arm64/blue.dylib] Error 2
  168. make[2]: *** Waiting for unfinished jobs....
  169. make[2]: *** [/var/root/theos/makefiles/instance/library.mk:33: /var/root/blue/.theos/obj/debug/arm64e/blue.dylib] Error 2
  170. make[1]: *** [/var/root/theos/makefiles/instance/library.mk:24: internal-library-all_] Error 2
  171. make: *** [/var/root/theos/makefiles/master/rules.mk:111: blue.all.tweak.variables] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement