Advertisement
Guest User

Untitled

a guest
Nov 18th, 2019
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.25 KB | None | 0 0
  1. ==> Preprocessing Tweak.xm…
  2. ==> Compiling Tweak.xm (arm64)…
  3. Tweak.xm:22:60: error: expected parameter declarator
  4. __unused static id * (*_logos_orig$_ungrouped$MSFindSymbol(NULL, "_$s7NewTerm16TerminalKeyInputC5frameACSo6CGRectV_tcfc"))(CGRect arg1); __unused static id * _logos_function$_ungrouped$MSFindSymbol(NULL, "_$s7NewTerm16TerminalKeyInputC5frameACSo6CGRectV_tcfc")(CGRect arg1) {
  5. ^
  6. /usr/share/llvm/lib/clang/5.0.1/include/stddef.h:100:18: note: expanded from macro 'NULL'
  7. # define NULL __null
  8. ^
  9. Tweak.xm:22:60: error: expected ')'
  10. /usr/share/llvm/lib/clang/5.0.1/include/stddef.h:100:18: note: expanded from macro 'NULL'
  11. # define NULL __null
  12. ^
  13. Tweak.xm:22:59: note: to match this '('
  14. __unused static id * (*_logos_orig$_ungrouped$MSFindSymbol(NULL, "_$s7NewTerm16TerminalKeyInputC5frameACSo6CGRectV_tcfc"))(CGRect arg1); __unused static id * _logos_function$_ungrouped$MSFindSymbol(NULL, "_$s7NewTerm16TerminalKeyInputC5frameACSo6CGRectV_tcfc")(CGRect arg1) {
  15. ^
  16. Tweak.xm:22:159: error: excess elements in scalar initializer
  17. __unused static id * (*_logos_orig$_ungrouped$MSFindSymbol(NULL, "_$s7NewTerm16TerminalKeyInputC5frameACSo6CGRectV_tcfc"))(CGRect arg1); __unused static id * _logos_function$_ungrouped$MSFindSymbol(NULL, "_$s7NewTerm16TerminalKeyInputC5frameACSo6CGRectV_tcfc")(CGRect arg1) {
  18. ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  19. Tweak.xm:22:261: error: expected ';' after top level declarator
  20. __unused static id * (*_logos_orig$_ungrouped$MSFindSymbol(NULL, "_$s7NewTerm16TerminalKeyInputC5frameACSo6CGRectV_tcfc"))(CGRect arg1); __unused static id * _logos_function$_ungrouped$MSFindSymbol(NULL, "_$s7NewTerm16TerminalKeyInputC5frameACSo6CGRectV_tcfc")(CGRect arg1) {
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement