Rockbox

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

Quick links: Bugs · Patches · Rockbox frontpage

Tasklist

FS#6430 - rbutil Linux fixes

Attached to Project: Rockbox
Opened by Ben Keroack (bk) - Tuesday, 12 December 2006, 14:23 GMT+2
Task Type Patches
Category Build environment
Status Closed
Assigned To No-one
Player Type All players
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Private No

Details

These are some Makefile and small source fixes to allow rbutil to compile on Linux.

- Makefile uses wx-config-2.6; fixes #include file breakage
- wxMkDir includes permission bit parameter
- Comment out wxHyperlinkCtrl code; apparently not available on Unix/GTK+ port yet

Binary compiles cleanly but crashes when run. Weirdly it runs somewhat normally in valgrind (but crashes in gdb too).
   rbutil-linux.patch (2.8 KiB)
 ./rbutil-linux/Makefile        |    8 ++++----
 ./rbutil-linux/credits.h       |    2 +-
 ./rbutil-linux//rbutil         |only
 ./rbutil-linux/rbutil.cpp      |    2 +-
 ./rbutil-linux//rbutil.o       |only
 ./rbutil-linux//rbutilApp.o    |only
 ./rbutil-linux/rbutilFrm.cpp   |    6 +++---
 ./rbutil-linux//rbutilFrm.o    |only
 ./rbutil-linux//wizard_pages.o |only
 9 files changed, 9 insertions(+), 9 deletions(-)

This task depends upon

Closed by  Dave Chapman (linuxstb)
Saturday, 17 February 2007, 03:21 GMT+2
Reason for closing:  Out of Date
Additional comments about closing:  As mentioned in Christi\'s comment, rbutil is build against wxWidgets 2.8.0. The mkdir() fixes have already been applied.
Comment by Christi Scarborough (christi-s) - Tuesday, 12 December 2006, 14:29 GMT+2
rbutil is compiled against wx 2.7 and will be compiled against the new stable 2.8 when it is released. It should be possible to manually install wxwidgets 2.8 on Linux. Trying to maintain backwards compatibility with 2.6 would add unnecessary complexity I believe.

Loading...