I've never heard of that command, what will it do? I'll give it a try before downloading the new daily source.
Edit: My build directory was actually clean already, and it still cmae up wih the same mistake...
Edit2: I'm having so much trouble compiling now that I couls just aswell make my own thread about it...
I have these patches:
-- album_art_v5.10.patch
-- bmp_resize_v0.99.3.patch
-- menu_buttons.patch
-- rockbox-wheel_absolute_patch_v4.1.patch
-- rockboy_wheel.patch
I had to modify a few in order to be able to patch, I kept on getting errors but I fixed thim with my minimum knowledge of patches. I didn't do any major changes. Finally, all patches work and my binary is patched. I configured my make file, so I start making. After a while...:
CC recorder/bmp.c
recorder/bmp.c: In function 'read_bmp_file':
recorder/bmp.c:142: warning: 'rgb_work.red' may be used uninitialized in this fu
nction
recorder/bmp.c:142: warning: 'rgb_work.green' may be used uninitialized in this
function
recorder/bmp.c:142: warning: 'rgb_work.blue' may be used uninitialized in this f
unction
CC recorder/icons.c
CC recorder/keyboard.c
CC recorder/peakmeter.c
CC recorder/widgets.c
CC recorder/backdrop.c
CC gui/color_picker.c
CC pcmbuf.c
CC playback.c
playback.c: In function 'audio_load_track':
playback.c:1790: error: too few arguments to function 'get_metadata'
make[1]: *** [/home/guest/rockbox-daily-20060817/build/apps/playback.o] Error 1
make: *** [all] Error 2
Always, when I want to make my custom build, I seem to have this much trouble... Is it just me, or is something else wrong? I know playback.c is modified by the album_art patch, but that patch is so new, it should actually work...