Advertisement
Guest User

Untitled

a guest
Jan 2nd, 2011
163
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.24 KB | None | 0 0
  1. CC apps/playlist_catalog.c
  2. CC apps/playlist_viewer.c
  3. CC apps/plugin.c
  4. /cygdrive/c/CygWin/CygWin_Source/rockbox/apps/plugin.c:317: error: `sim_creat' u
  5. ndeclared here (not in a function)
  6. /cygdrive/c/CygWin/CygWin_Source/rockbox/apps/plugin.c:317: error: initializer e
  7. lement is not constant
  8. /cygdrive/c/CygWin/CygWin_Source/rockbox/apps/plugin.c:317: error: (near initial
  9. ization for `rockbox_api.creat')
  10. /cygdrive/c/CygWin/CygWin_Source/rockbox/apps/plugin.c:320: error: `sim_remove'
  11. undeclared here (not in a function)
  12. /cygdrive/c/CygWin/CygWin_Source/rockbox/apps/plugin.c:320: error: initializer e
  13. lement is not constant
  14. /cygdrive/c/CygWin/CygWin_Source/rockbox/apps/plugin.c:320: error: (near initial
  15. ization for `rockbox_api.remove')
  16. /cygdrive/c/CygWin/CygWin_Source/rockbox/apps/plugin.c:321: error: `sim_rename'
  17. undeclared here (not in a function)
  18. /cygdrive/c/CygWin/CygWin_Source/rockbox/apps/plugin.c:321: error: initializer e
  19. lement is not constant
  20. /cygdrive/c/CygWin/CygWin_Source/rockbox/apps/plugin.c:321: error: (near initial
  21. ization for `rockbox_api.rename')
  22. /cygdrive/c/CygWin/CygWin_Source/rockbox/apps/plugin.c:341: error: `sim_opendir'
  23. undeclared here (not in a function)
  24. /cygdrive/c/CygWin/CygWin_Source/rockbox/apps/plugin.c:341: error: initializer e
  25. lement is not constant
  26. /cygdrive/c/CygWin/CygWin_Source/rockbox/apps/plugin.c:341: error: (near initial
  27. ization for `rockbox_api.app_opendir')
  28. /cygdrive/c/CygWin/CygWin_Source/rockbox/apps/plugin.c:344: error: `sim_mkdir' u
  29. ndeclared here (not in a function)
  30. /cygdrive/c/CygWin/CygWin_Source/rockbox/apps/plugin.c:344: error: initializer e
  31. lement is not constant
  32. /cygdrive/c/CygWin/CygWin_Source/rockbox/apps/plugin.c:344: error: (near initial
  33. ization for `rockbox_api.app_mkdir')
  34. /cygdrive/c/CygWin/CygWin_Source/rockbox/apps/plugin.c:345: error: `sim_rmdir' u
  35. ndeclared here (not in a function)
  36. /cygdrive/c/CygWin/CygWin_Source/rockbox/apps/plugin.c:345: error: initializer e
  37. lement is not constant
  38. /cygdrive/c/CygWin/CygWin_Source/rockbox/apps/plugin.c:345: error: (near initial
  39. ization for `rockbox_api.app_rmdir')
  40. make: *** [/cygdrive/c/CygWin/CygWin_Source/rockbox/RAAA/apps/plugin.o] Error 1
  41.  
  42. Administrator@saint-desktop /cygdrive/c/CygWin/CygWin_Source/rockbox/RAAA
  43. $
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement