Support and General Use > Theming and Appearance Customization

jClix ipod5g theme

<< < (25/26) > >>

pijulius:

--- Quote from: ipodfoo on October 18, 2006, 06:50:20 AM ---Managed to successfully use all of Julius patches on an old version of the rockbox source (rockbox-daily-20060930). But I get a make error now, says:


--- Quote ---CC drivers/lcd-16bit.c
drivers/lcd-16bit.c: In function `lcd_putsxyofs':
drivers/lcd-16bit.c:753: error: too few arguments to function `font_get_bits'
make[1]: *** [/home/user/rockbox-devel/nano_sim/firmware/drivers/lcd-16bit.o] Error 1
make: *** [all] Error 2
--- End quote ---

Im using Debian on an XP PC. Any ideas why? I want to make a Nano sim so I can go about converting the JClix to the Nano.

--- End quote ---

I think not everything went fine on the patching, did it? if you have a look on your patch result you will see that one of the patches wasn't successfully, but anyway, just change the following line:
font_get_bits(pf,ch)
to
font_get_bits(pf,ch,curfont)

and everything should be fine.

Cheers,
Julius

iPodFoo:
Ok. Did that. Didnt work. So I went back to check all patches applied. One hunk wasnt applying. Had to edit the patch to fix that. So now ALL patches applied. Believe me, I checked all the readouts in Debian. No failures. But when I now Make, Im getting this error:


--- Quote ---CC plugin.c
plugin.c:137: warning: initialization from incompatible pointer type
plugin.c:138: warning: initialization from incompatible pointer type
plugin.c:150: warning: initialization from incompatible pointer type
CC screens.c
CC settings.c
settings.c: In function `settings_save_config':
settings.c:2029: error: `name' undeclared (first use in this function)
settings.c:2029: error: (Each undeclared identifier is reported only once
settings.c:2029: error: for each function it appears in.)
settings.c:2030: error: `value' undeclared (first use in this function)
settings.c:1787:1: unterminated #ifdef
make[1]: *** [/home/user/rockbox-devel/sim_nano/apps/settings.o] Error 1
make: *** [all] Error 2
user@debian:~/rockbox-devel/sim_nano
--- End quote ---

pijulius:

--- Quote from: ipodfoo on October 18, 2006, 09:42:05 AM ---Ok. Did that. Didnt work. So I went back to check all patches applied. One hunk wasnt applying. Had to edit the patch to fix that. So now ALL patches applied. Believe me, I checked all the readouts in Debian. No failures. But when I now Make, Im getting this error:


--- Quote ---CC plugin.c
plugin.c:137: warning: initialization from incompatible pointer type
plugin.c:138: warning: initialization from incompatible pointer type
plugin.c:150: warning: initialization from incompatible pointer type
CC screens.c
CC settings.c
settings.c: In function `settings_save_config':
settings.c:2029: error: `name' undeclared (first use in this function)
settings.c:2029: error: (Each undeclared identifier is reported only once
settings.c:2029: error: for each function it appears in.)
settings.c:2030: error: `value' undeclared (first use in this function)
settings.c:1787:1: unterminated #ifdef
make[1]: *** [/home/user/rockbox-devel/sim_nano/apps/settings.o] Error 1
make: *** [all] Error 2
user@debian:~/rockbox-devel/sim_nano
--- End quote ---

--- End quote ---

Hmm, it seems it is related to the nano build, could you try to do a ipod video build and see if it works?

Btw: I will have to take a look on the x5 port, so I will have a look into the nano ver too, so hopefuly we will have some working patches soon.

Cheers,
Julius

iPodFoo:
Hi.

Tried making a iPod Video simulator version as suggested, still came up with the exact same errors as before.  :(

Worth trying a different source? Im using 20060930 currently as its closest to the patch's dates.

pijulius:

--- Quote from: ipodfoo on October 19, 2006, 03:54:16 PM ---Hi.

Tried making a iPod Video simulator version as suggested, still came up with the exact same errors as before.  :(

Worth trying a different source? Im using 20060930 currently as its closest to the patch's dates.

--- End quote ---

Hmm, I would say lets wait till I have the time to have a deeper look on it and sync the patches, I know waiting is not my strong side eaither :) but if you can please wait for a few days so I can have a look on things.

Thanks!
Julius

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version