Advertisement
Guest User

Untitled

a guest
Mar 4th, 2011
269
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.34 KB | None | 0 0
  1. CC apps/action.c
  2. /home/seth/rockbox/apps/action.c:26:18: error: lang.h: No such file or directory
  3. In file included from /home/seth/rockbox/apps/gui/skin_engine/skin_fonts.h:29,
  4. from /home/seth/rockbox/apps/gui/skin_engine/skin_engine.h:28,
  5. from /home/seth/rockbox/apps/gui/statusbar-skinned.h:33,
  6. from /home/seth/rockbox/apps/action.c:42:
  7. /home/seth/rockbox/firmware/export/font.h:34:21: error: sysfont.h: No such file or directory
  8. /home/seth/rockbox/apps/action.c: In function ‘get_action_worker’:
  9. /home/seth/rockbox/apps/action.c:236: error: ‘LANG_KEYLOCK_OFF’ undeclared (first use in this function)
  10. /home/seth/rockbox/apps/action.c:236: error: (Each undeclared identifier is reported only once
  11. /home/seth/rockbox/apps/action.c:236: error: for each function it appears in.)
  12. /home/seth/rockbox/apps/action.c:236: warning: passing argument 2 of ‘splash’ makes pointer from integer without a cast
  13. /home/seth/rockbox/apps/action.c:245: error: ‘LANG_KEYLOCK_ON’ undeclared (first use in this function)
  14. /home/seth/rockbox/apps/action.c:245: warning: passing argument 2 of ‘splash’ makes pointer from integer without a cast
  15. /home/seth/rockbox/apps/action.c:314: warning: passing argument 2 of ‘splash’ makes pointer from integer without a cast
  16. make: *** [/home/seth/rockbox/build/apps/action.o] Error 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement