This is the bug/patch tracker for Rockbox. Click here for more information.
Quick links: Bugs · Patches · Rockbox frontpage
FS#10652 - Manual: Can't use nopt inside btnmap
Attached to Project:
Rockbox
Opened by Tomer Shalev (tomers) - Monday, 05 October 2009, 12:36 GMT+2
Last edited by Tomer Shalev (tomers) - Tuesday, 08 December 2009, 22:01 GMT+2
Opened by Tomer Shalev (tomers) - Monday, 05 October 2009, 12:36 GMT+2
Last edited by Tomer Shalev (tomers) - Tuesday, 08 December 2009, 22:01 GMT+2
|
DetailsI don't manage to use the \nopt directive inside a btnmap. Atatched is a patch which has such use of \nopt.
Use to following command to compile the H10 manual that produces this error: rm -rf build_doc/ && mkdir build_doc && cd build_doc && printf "14\nm\n" | ../tools/configure && make manual ;cd .. |
This task depends upon
Closed by Tomer Shalev (tomers)
Tuesday, 08 December 2009, 22:01 GMT+2
Reason for closing: Not a Bug
Additional comments about closing: Proper positioning of these directive solves the issue.
Changes applied in r23902.
Thanks, mc2739.
Tuesday, 08 December 2009, 22:01 GMT+2
Reason for closing: Not a Bug
Additional comments about closing: Proper positioning of these directive solves the issue.
Changes applied in r23902.
Thanks, mc2739.
I believe that the file I have attached does the same thing that you were trying to accomplish without causing the build failure on the H10 manual.