Advertisement
Guest User

Untitled

a guest
Mar 4th, 2010
292
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.62 KB | None | 0 0
  1. Normal build selected
  2. Using source code root directory: /home/wodz/rockbox
  3. Using m68k-elf-gcc 3.4.6 (304)
  4. Using m68k-elf-ld 2.16.1
  5. Created Makefile
  6. wodz@skatol:~/rockbox/build$ make
  7. CC apps/action.c
  8. /home/wodz/rockbox/apps/action.c:26:18: lang.h: No such file or directory
  9. In file included from /home/wodz/rockbox/apps/action.c:30:
  10. /home/wodz/rockbox/apps/action.h:25:22: viewport.h: No such file or directory
  11. /home/wodz/rockbox/apps/action.c:33:20: splash.h: No such file or directory
  12. In file included from /home/wodz/rockbox/apps/action.c:34:
  13. /home/wodz/rockbox/apps/settings.h:29:54: statusbar.h: No such file or directory
  14. /home/wodz/rockbox/apps/settings.h:30:25: quickscreen.h: No such file or directory
  15. In file included from /home/wodz/rockbox/apps/action.c:34:
  16. /home/wodz/rockbox/apps/settings.h:520: error: `QUICKSCREEN_ITEM_COUNT' undeclared here (not in a function)
  17. /home/wodz/rockbox/apps/action.c: In function `button_flip_horizontally':
  18. /home/wodz/rockbox/apps/action.c:107: error: `BUTTON_LEFT' undeclared (first use in this function)
  19. /home/wodz/rockbox/apps/action.c:107: error: (Each undeclared identifier is reported only once
  20. /home/wodz/rockbox/apps/action.c:107: error: for each function it appears in.)
  21. /home/wodz/rockbox/apps/action.c:116: error: `BUTTON_RIGHT' undeclared (first use in this function)
  22. /home/wodz/rockbox/apps/action.c:268:6: warning: "BUTTON_REMOTE" is not defined
  23. /home/wodz/rockbox/apps/action.c: In function `get_action_statuscode':
  24. /home/wodz/rockbox/apps/action.c:361: error: `BUTTON_REMOTE' undeclared (first use in this function)
  25. make: *** [/home/wodz/rockbox/build/apps/action.o] Error 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement