Advertisement
Guest User

Untitled

a guest
Sep 4th, 2014
288
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.77 KB | None | 0 0
  1. CC apps/plugins/amaze.c
  2. /home/bbrown/src/rockbox/apps/plugins/amaze.c:38:0: warning: "BUT_QUIT" redefined [enabled by default]
  3. /home/bbrown/src/rockbox/apps/plugins/amaze.c:36:0: note: this is the location of the previous definition
  4. /home/bbrown/src/rockbox/apps/plugins/amaze.c:52:0: warning: "BUT_COMPASS" redefined [enabled by default]
  5. /home/bbrown/src/rockbox/apps/plugins/amaze.c:50:0: note: this is the location of the previous definition
  6. /home/bbrown/src/rockbox/apps/plugins/amaze.c:35:1: error: expected identifier or ‘(’ before ‘<<’ token
  7. /home/bbrown/src/rockbox/apps/plugins/amaze.c:39:9: error: invalid suffix "a8cdcbe0ad8b7507e2ba1fa732d0224435f32" on integer constant
  8. /home/bbrown/src/rockbox/apps/plugins/amaze.c:53:9: error: invalid suffix "a8cdcbe0ad8b7507e2ba1fa732d0224435f32" on integer constant
  9. /home/bbrown/src/rockbox/apps/plugins/amaze.c:60:1: error: expected identifier or ‘(’ before ‘==’ token
  10. /home/bbrown/src/rockbox/apps/plugins/amaze.c:62:1: error: expected identifier or ‘(’ before ‘>>’ token
  11. /home/bbrown/src/rockbox/apps/plugins/amaze.c:62:9: error: invalid suffix "a8cdcbe0ad8b7507e2ba1fa732d0224435f32" on integer constant
  12. /home/bbrown/src/rockbox/apps/plugins/amaze.c: In function ‘gh’:
  13. /home/bbrown/src/rockbox/apps/plugins/amaze.c:172:9: warning: variable ‘button’ set but not used [-Wunused-but-set-variable]
  14. /home/bbrown/src/rockbox/apps/plugins/amaze.c: In function ‘showmap’:
  15. /home/bbrown/src/rockbox/apps/plugins/amaze.c:441:49: error: ‘plugin_contexts’ undeclared (first use in this function)
  16. /home/bbrown/src/rockbox/apps/plugins/amaze.c:441:49: note: each undeclared identifier is reported only once for each function it appears in
  17. /home/bbrown/src/rockbox/apps/plugins/amaze.c: In function ‘graphic_view’:
  18. /home/bbrown/src/rockbox/apps/plugins/amaze.c:755:15: warning: variable ‘lastdist’ set but not used [-Wunused-but-set-variable]
  19. /home/bbrown/src/rockbox/apps/plugins/amaze.c: In function ‘draw_portion_map’:
  20. /home/bbrown/src/rockbox/apps/plugins/amaze.c:1087:41: error: ‘plugin_contexts’ undeclared (first use in this function)
  21. /home/bbrown/src/rockbox/apps/plugins/amaze.c: In function ‘amaze’:
  22. /home/bbrown/src/rockbox/apps/plugins/amaze.c:1403:41: error: ‘plugin_contexts’ undeclared (first use in this function)
  23. /home/bbrown/src/rockbox/apps/plugins/amaze.c: In function ‘load_prefs’:
  24. /home/bbrown/src/rockbox/apps/plugins/amaze.c:1515:12: warning: variable ‘n’ set but not used [-Wunused-but-set-variable]
  25. /home/bbrown/src/rockbox/apps/plugins/amaze.c: In function ‘options_menu’:
  26. /home/bbrown/src/rockbox/apps/plugins/amaze.c:1571:28: error: ‘noyes_text’ undeclared (first use in this function)
  27. make: *** [/home/bbrown/src/rockbox-build/apps/plugins/amaze.o] Error 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement