Advertisement
Guest User

Untitled

a guest
Oct 30th, 2010
237
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.77 KB | None | 0 0
  1. $ make apk
  2. CC apps/action.c
  3. /home/Biont/rockbox/apps/action.c:26:18: error: lang.h: No such file or director
  4. y
  5. In file included from /home/Biont/rockbox/apps/gui/skin_engine/skin_fonts.h:29,
  6. from /home/Biont/rockbox/apps/gui/skin_engine/skin_engine.h:28,
  7.  
  8. from /home/Biont/rockbox/apps/gui/statusbar-skinned.h:33,
  9. from /home/Biont/rockbox/apps/action.c:42:
  10. /home/Biont/rockbox/firmware/export/font.h:34:21: error: sysfont.h: No such file
  11. or directory
  12. /home/Biont/rockbox/apps/action.c: In function 'get_action_worker':
  13. /home/Biont/rockbox/apps/action.c:227: warning: implicit declaration of function
  14. 'str'
  15. /home/Biont/rockbox/apps/action.c:227: error: 'LANG_KEYLOCK_OFF' undeclared (fir
  16. st use in this function)
  17. /home/Biont/rockbox/apps/action.c:227: error: (Each undeclared identifier is rep
  18. orted only once
  19. /home/Biont/rockbox/apps/action.c:227: error: for each function it appears in.)
  20. /home/Biont/rockbox/apps/action.c:227: warning: passing argument 2 of 'splash' m
  21. akes pointer from integer without a cast
  22. /home/Biont/rockbox/apps/gui/splash.h:41: note: expected 'const char *' but argu
  23. ment is of type 'int'
  24. /home/Biont/rockbox/apps/action.c:236: error: 'LANG_KEYLOCK_ON' undeclared (firs
  25. t use in this function)
  26. /home/Biont/rockbox/apps/action.c:236: warning: passing argument 2 of 'splash' m
  27. akes pointer from integer without a cast
  28. /home/Biont/rockbox/apps/gui/splash.h:41: note: expected 'const char *' but argu
  29. ment is of type 'int'
  30. /home/Biont/rockbox/apps/action.c:305: warning: passing argument 2 of 'splash' m
  31. akes pointer from integer without a cast
  32. /home/Biont/rockbox/apps/gui/splash.h:41: note: expected 'const char *' but argu
  33. ment is of type 'int'
  34. make: *** [/home/Biont/rockbox/build/apps/action.o] Error 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement