Advertisement
Guest User

Untitled

a guest
Sep 4th, 2014
283
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.03 KB | None | 0 0
  1. CC apps/plugins/amaze.c
  2. /home/bbrown/src/rockbox/apps/plugins/amaze.c:50:51: error: ‘generic_directions’ undeclared here (not in a function)
  3. /home/bbrown/src/rockbox/apps/plugins/amaze.c:50:71: error: ‘generic_actions’ undeclared here (not in a function)
  4. /home/bbrown/src/rockbox/apps/plugins/amaze.c: In function ‘gh’:
  5. /home/bbrown/src/rockbox/apps/plugins/amaze.c:160:9: warning: variable ‘button’ set but not used [-Wunused-but-set-variable]
  6. /home/bbrown/src/rockbox/apps/plugins/amaze.c: In function ‘showmap’:
  7. /home/bbrown/src/rockbox/apps/plugins/amaze.c:433:23: error: ‘PLA_QUIT’ undeclared (first use in this function)
  8. /home/bbrown/src/rockbox/apps/plugins/amaze.c:433:23: note: each undeclared identifier is reported only once for each function it appears in
  9. /home/bbrown/src/rockbox/apps/plugins/amaze.c:433:21: warning: comparison between pointer and integer [enabled by default]
  10. /home/bbrown/src/rockbox/apps/plugins/amaze.c: In function ‘graphic_view’:
  11. /home/bbrown/src/rockbox/apps/plugins/amaze.c:743:15: warning: variable ‘lastdist’ set but not used [-Wunused-but-set-variable]
  12. /home/bbrown/src/rockbox/apps/plugins/amaze.c: In function ‘draw_portion_map’:
  13. /home/bbrown/src/rockbox/apps/plugins/amaze.c:1081:14: error: ‘PLA_QUIT’ undeclared (first use in this function)
  14. /home/bbrown/src/rockbox/apps/plugins/amaze.c: In function ‘amaze’:
  15. /home/bbrown/src/rockbox/apps/plugins/amaze.c:1397:14: error: ‘PLA_QUIT’ undeclared (first use in this function)
  16. /home/bbrown/src/rockbox/apps/plugins/amaze.c:1436:15: error: ‘PLA_FIRE’ undeclared (first use in this function)
  17. /home/bbrown/src/rockbox/apps/plugins/amaze.c:1436:24: error: invalid operands to binary | (have ‘const struct button_mapping **’ and ‘int’)
  18. /home/bbrown/src/rockbox/apps/plugins/amaze.c: In function ‘load_prefs’:
  19. /home/bbrown/src/rockbox/apps/plugins/amaze.c:1503:12: warning: variable ‘n’ set but not used [-Wunused-but-set-variable]
  20. make: *** [/home/bbrown/src/rockbox-build/apps/plugins/amaze.o] Error 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement