Rockbox

This is the bug/patch tracker for Rockbox. Click here for more information.

Quick links: Bugs · Patches · Rockbox frontpage

Tasklist

FS#6235 - Fix Mac OS X Sim

Attached to Project: Rockbox
Opened by Tom Ross (midgey34) - Wednesday, 25 October 2006, 03:43 GMT+2
Task Type Patches
Category Simulator
Status Closed
Assigned To No-one
Player Type All players
Severity Medium
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Private No

Details

Since the debug menu was added to the simulator builds, it is no longer possible to build on Mac OS X without disabling the debug menu entirely. The following patch fixes that issue but I don't know if it has a negative effect on other operating systems. If it does, please let me know.
(application/octet-stream)    osx_sim.patch (2.5 KiB)
 apps/debug_menu.c                          |    8 ++++----
 apps/plugins/bitmaps/remote_mono/SOURCES   |    3 +++
 apps/plugins/bitmaps/remote_native/SOURCES |    3 +++
 3 files changed, 10 insertions(+), 4 deletions(-)

This task depends upon

Closed by  Barry Wardell (barrywardell)
Friday, 27 October 2006, 04:35 GMT+2
Reason for closing:  Accepted
Additional comments about closing:  Committed to cvs.
Comment by Tom Ross (midgey34) - Wednesday, 25 October 2006, 04:07 GMT+2
Updated to CVS
(application/octet-stream)    osx_sim2.patch (2.3 KiB)
 apps/debug_menu.c |   17 +++++++++++------
 1 file changed, 11 insertions(+), 6 deletions(-)

Comment by Tom Ross (midgey34) - Wednesday, 25 October 2006, 22:31 GMT+2
Updated to CVS (debug_menu.c 1.220)
(application/octet-stream)    osx_sim3.patch (2.3 KiB)
 ./apps/debug_menu.c |   17 +++++++++++------
 1 file changed, 11 insertions(+), 6 deletions(-)

Comment by Tom Ross (midgey34) - Wednesday, 25 October 2006, 23:21 GMT+2
Better way of fixing the problem, the last way caused regular builds to fail.
(application/octet-stream)    osx_sim3.1.patch (2.2 KiB)
 ./apps/debug_menu.c |   18 +++++++++++-------
 1 file changed, 11 insertions(+), 7 deletions(-)

Loading...