Advertisement
Guest User

Untitled

a guest
Feb 17th, 2010
138
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.32 KB | None | 0 0
  1. CC apps/gui/skin_engine/skin_display.c
  2. /home/alex/rockbox/apps/gui/skin_engine/skin_display.c: In function �draw_playlist_viewer_list�:
  3. /home/alex/rockbox/apps/gui/skin_engine/skin_display.c:327: error: request for member �width� in something not a structure or union
  4. /home/alex/rockbox/apps/gui/skin_engine/skin_display.c:328: warning: implicit declaration of function �bufm�
  5. /home/alex/rockbox/apps/gui/skin_engine/skin_display.c:328: warning: passing argument 1 of �gwps->display->getstringsize� makes pointer from integer without a cast
  6. /home/alex/rockbox/apps/gui/skin_engine/skin_display.c:328: note: expected �const unsigned char *� but argument is of type �int�
  7. /home/alex/rockbox/apps/gui/skin_engine/skin_display.c:328: error: too few arguments to function �gwps->display->getstringsize�
  8. /home/alex/rockbox/apps/gui/skin_engine/skin_display.c:343: error: �width� undeclared (first use in this function)
  9. /home/alex/rockbox/apps/gui/skin_engine/skin_display.c:343: error: (Each undeclared identifier is reported only once
  10. /home/alex/rockbox/apps/gui/skin_engine/skin_display.c:343: error: for each function it appears in.)
  11. /home/alex/rockbox/apps/gui/skin_engine/skin_display.c:345: error: label at end of compound statement
  12. make: *** [/home/alex/rockbox/build/S_sim_fms_playlist/apps/gui/skin_engine/skin_display.o] Error 1
  13.  
  14.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement