This is the bug/patch tracker for Rockbox. Click here for more information.
Quick links: Bugs · Patches · Rockbox frontpage
FS#6430 - rbutil Linux fixes
|
DetailsThese 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). |
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.
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.
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.