Advertisement
Guest User

Untitled

a guest
Jul 28th, 2019
200
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.55 KB | None | 0 0
  1. /home/franklin/rockbox/apps/plugins/lua/rocklib.c: In function ‘rock_thread_set_priority’:
  2. /home/franklin/rockbox/apps/plugins/lua/rocklib.c:84:22: error: ‘const struct plugin_api’ has no member named ‘thread_set_priority’; did you mean ‘thread_exit’?
  3. int result = rb->thread_set_priority(thread_id, priority);
  4. ^~~~~~~~~~~~~~~~~~~
  5. thread_exit
  6. make: *** [/home/franklin/rockbox/apps/plugins/plugins.make:107: /home/franklin/rockbox/builds/ipod6gsim_sdl32/apps/plugins/lua/rocklib.o] Error 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement