Advertisement
HDDiggyDawg

Terminal Window 2

Jul 24th, 2015
213
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.68 KB | None | 0 0
  1. root@Jake-Ubuntu:/home/jake/tweaks/test1# make
  2. Making all for tweak test1...
  3. Preprocessing Tweak.xm...
  4. Compiling Tweak.xm...
  5. In file included from <command-line>:0:
  6. /home/jake/tweaks/test1/theos/Prefix.pch:2:35: error: Foundation/Foundation.h: No such file or directory
  7. /home/jake/tweaks/test1/theos/Prefix.pch:4:26: error: UIKit/UIKit.h: No such file or directory
  8. In file included from Tweak.xm:2:
  9. /home/jake/tweaks/test1/theos/include/substrate.h:29:26: error: mach-o/nlist.h: No such file or directory
  10. /home/jake/tweaks/test1/theos/include/substrate.h:34:26: error: objc/runtime.h: No such file or directory
  11. /home/jake/tweaks/test1/theos/include/substrate.h:35:26: error: objc/message.h: No such file or directory
  12. /home/jake/tweaks/test1/theos/include/substrate.h:38:19: error: dlfcn.h: No such file or directory
  13. /home/jake/tweaks/test1/theos/include/substrate.h:39:21: error: stdbool.h: No such file or directory
  14. /home/jake/tweaks/test1/theos/include/substrate.h:40:20: error: stdlib.h: No such file or directory
  15. /home/jake/tweaks/test1/theos/include/substrate.h:155:18: error: missing binary operator before token "("
  16. Tweak.xm:1: error: stray ‘#’ in program
  17. In file included from Tweak.xm:2:
  18. /home/jake/tweaks/test1/theos/include/substrate.h:67: error: ‘IMP’ does not name a type
  19. /home/jake/tweaks/test1/theos/include/substrate.h:69: error: ‘SEL’ has not been declared
  20. /home/jake/tweaks/test1/theos/include/substrate.h:69: error: ‘IMP’ has not been declared
  21. /home/jake/tweaks/test1/theos/include/substrate.h:69: error: ‘IMP’ has not been declared
  22. /home/jake/tweaks/test1/theos/include/substrate.h:141: error: ‘SEL’ has not been declared
  23. /home/jake/tweaks/test1/theos/include/substrate.h:141: error: ‘NULL’ was not declared in this scope
  24. /home/jake/tweaks/test1/theos/include/substrate.h: In function ‘Type_* MSHookMessage(objc_class*, int, Type_*, const char*)’:
  25. /home/jake/tweaks/test1/theos/include/substrate.h:142: error: expected type-specifier before ‘IMP’
  26. /home/jake/tweaks/test1/theos/include/substrate.h:142: error: expected `>' before ‘IMP’
  27. /home/jake/tweaks/test1/theos/include/substrate.h:142: error: expected `(' before ‘IMP’
  28. /home/jake/tweaks/test1/theos/include/substrate.h:142: error: ‘IMP’ was not declared in this scope
  29. /home/jake/tweaks/test1/theos/include/substrate.h:142: error: expected `)' before ‘;’ token
  30. /home/jake/tweaks/test1/theos/include/substrate.h: At global scope:
  31. /home/jake/tweaks/test1/theos/include/substrate.h:147: error: ‘SEL’ has not been declared
  32. /home/jake/tweaks/test1/theos/include/substrate.h: In function ‘void MSHookMessage(objc_class*, int, Type_*, Type_**)’:
  33. /home/jake/tweaks/test1/theos/include/substrate.h:148: error: expected type-specifier before ‘IMP’
  34. /home/jake/tweaks/test1/theos/include/substrate.h:148: error: expected `>' before ‘IMP’
  35. /home/jake/tweaks/test1/theos/include/substrate.h:148: error: expected `(' before ‘IMP’
  36. /home/jake/tweaks/test1/theos/include/substrate.h:148: error: ‘IMP’ was not declared in this scope
  37. /home/jake/tweaks/test1/theos/include/substrate.h:148: error: expected type-specifier before ‘IMP’
  38. /home/jake/tweaks/test1/theos/include/substrate.h:148: error: expected `>' before ‘IMP’
  39. /home/jake/tweaks/test1/theos/include/substrate.h:148: error: expected `(' before ‘IMP’
  40. /home/jake/tweaks/test1/theos/include/substrate.h:148: error: expected primary-expression before ‘>’ token
  41. /home/jake/tweaks/test1/theos/include/substrate.h:148: error: expected `)' before ‘;’ token
  42. /home/jake/tweaks/test1/theos/include/substrate.h: In function ‘Type_& MSHookIvar(objc_object*, const char*)’:
  43. /home/jake/tweaks/test1/theos/include/substrate.h:153: error: ‘Ivar’ was not declared in this scope
  44. /home/jake/tweaks/test1/theos/include/substrate.h:153: error: expected `;' before ‘ivar’
  45. /home/jake/tweaks/test1/theos/include/substrate.h:154: error: ‘ivar’ was not declared in this scope
  46. /home/jake/tweaks/test1/theos/include/substrate.h:154: error: ‘NULL’ was not declared in this scope
  47. /home/jake/tweaks/test1/theos/include/substrate.h:158: error: there are no arguments to ‘ivar_getOffset’ that depend on a template parameter, so a declaration of ‘ivar_getOffset’ must be available
  48. /home/jake/tweaks/test1/theos/include/substrate.h:158: error: (if you use ‘-fpermissive’, G++ will accept your code, but allowing the use of an undeclared name is deprecated)
  49. /home/jake/tweaks/test1/theos/include/substrate.h: In function ‘void MSHookFunction(Type_*, Type_*)’:
  50. /home/jake/tweaks/test1/theos/include/substrate.h:314: error: ‘NULL’ was not declared in this scope
  51. /home/jake/tweaks/test1/theos/include/substrate.h: At global scope:
  52. /home/jake/tweaks/test1/theos/include/substrate.h:318: error: ‘NULL’ was not declared in this scope
  53. /home/jake/tweaks/test1/theos/include/substrate.h:323: error: ‘NULL’ was not declared in this scope
  54. /home/jake/tweaks/test1/theos/include/substrate.h:330: error: ‘NULL’ was not declared in this scope
  55. Tweak.xm:4: error: ‘SEL’ has not been declared
  56. Tweak.xm:4: error: ‘SEL’ has not been declared
  57. Tweak.xm:1: error: expected unqualified-id before ‘<’ token
  58. Tweak.xm:16: error: expected unqualified-id before ‘<’ token
  59. cc1objplus: warnings being treated as errors
  60. Tweak.xm:4: warning: ‘_logos_orig$_ungrouped$SpringBoard$applicationDidFinishLaunching$’ defined but not used
  61. Tweak.xm:4: warning: ‘void _logos_method$_ungrouped$SpringBoard$applicationDidFinishLaunching$(SpringBoard*, int, objc_object*)’ declared ‘static’ but never defined
  62. make[2]: *** [obj/Tweak.xm.94d3b77d.o] Error 1
  63. make[1]: *** [internal-library-all_] Error 2
  64. make: *** [test1.all.tweak.variables] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement