- Status Closed
- Percent Complete
- Task Type Bugs
- Category User Interface → Simulator
- Assigned To No-one
- Operating System All players
- Severity Low
- Priority Very Low
- Reported Version Release 3.8.1
- Due in Version Undecided
-
Due Date
Undecided
- Votes
- Private
FS#12179 - Simulator build fails when using "configure --sdl-threads"
I get the following build error:
CC apps/pcmbuf.c
/home/mhohmuth/priv/src/rockbox/rockbox/apps/pcmbuf.c: In function ‘pcmbuf_fade’:
/home/mhohmuth/priv/src/rockbox/rockbox/apps/pcmbuf.c:1122:9: warning: implicit declaration of function ‘thread_set_priority’
LD rockboxui
/home/mhohmuth/priv/src/rockbox/rockbox/build.sim/apps/pcmbuf.o: In function `pcmbuf_fade’:
/home/mhohmuth/priv/src/rockbox/rockbox/apps/pcmbuf.c:1122: undefined reference to `thread_set_priority’ /home/mhohmuth/priv/src/rockbox/rockbox/apps/pcmbuf.c:1143: undefined reference to `thread_set_priority’ collect2: ld returned 1 exit status
The offending source-code lines were introduced as part of the audio-mixer commit, r30097.
Closed by MikeS
2011-07-06 02:24
Reason for closing: Fixed
Additional comments about closing: Warning: Undefined array key "typography" in /home/rockbox/flyspray/plugins/dokuwiki/inc/parserutils.php on line 371 Warning: Undefined array key "camelcase" in /home/rockbox/flyspray/plugins/dokuwiki/inc/parserutils.php on line 407 Warning: Trying to access array offset on value of type bool in /home/rockbox/flyspray/includes/class.user.php on line 231 Warning: Trying to access array offset on value of type bool in /home/rockbox/flyspray/includes/class.user.php on line 238 Warning: Trying to access array offset on value of type bool in /home/rockbox/flyspray/includes/class.user.php on line 239 Warning: Trying to access array offset on value of type bool in /home/rockbox/flyspray/includes/class.user.php on line 245 Warning: Trying to access array offset on value of type bool in /home/rockbox/flyspray/includes/class.user.php on line 245 Warning: Trying to access array offset on value of type bool in /home/rockbox/flyspray/includes/class.tpl.php on line 203 Deprecated: mb_substr(): Passing null to parameter #1 ($string) of type string is deprecated in /home/rockbox/flyspray/plugins/dokuwiki/inc/utf8.php on line 158 Warning: Trying to access array offset on value of type bool in /home/rockbox/flyspray/includes/class.tpl.php on line 217
2011-07-06 02:24
Reason for closing: Fixed
Additional comments about closing: Warning: Undefined array key "typography" in /home/rockbox/flyspray/plugins/dokuwiki/inc/parserutils.php on line 371 Warning: Undefined array key "camelcase" in /home/rockbox/flyspray/plugins/dokuwiki/inc/parserutils.php on line 407 Warning: Trying to access array offset on value of type bool in /home/rockbox/flyspray/includes/class.user.php on line 231 Warning: Trying to access array offset on value of type bool in /home/rockbox/flyspray/includes/class.user.php on line 238 Warning: Trying to access array offset on value of type bool in /home/rockbox/flyspray/includes/class.user.php on line 239 Warning: Trying to access array offset on value of type bool in /home/rockbox/flyspray/includes/class.user.php on line 245 Warning: Trying to access array offset on value of type bool in /home/rockbox/flyspray/includes/class.user.php on line 245 Warning: Trying to access array offset on value of type bool in /home/rockbox/flyspray/includes/class.tpl.php on line 203 Deprecated: mb_substr(): Passing null to parameter #1 ($string) of type string is deprecated in /home/rockbox/flyspray/plugins/dokuwiki/inc/utf8.php on line 158 Warning: Trying to access array offset on value of type bool in /home/rockbox/flyspray/includes/class.tpl.php on line 217
FS#30124
Loading...
Available keyboard shortcuts
- Alt + ⇧ Shift + l Login Dialog / Logout
- Alt + ⇧ Shift + a Add new task
- Alt + ⇧ Shift + m My searches
- Alt + ⇧ Shift + t focus taskid search
Tasklist
- o open selected task
- j move cursor down
- k move cursor up
Task Details
- n Next task
- p Previous task
- Alt + ⇧ Shift + e ↵ Enter Edit this task
- Alt + ⇧ Shift + w watch task
- Alt + ⇧ Shift + y Close Task
Task Editing
- Alt + ⇧ Shift + s save task
hmmm….I probably forgot to add checks for HAVE_PRIORITY_SCHEDULING around the calls.