Rockbox.org home
Downloads
Release release
Dev builds dev builds
Extras extras
themes themes
Documentation
Manual manual
Wiki wiki
Device Status device status
Support
Forums forums
Mailing lists mailing lists
IRC IRC
Development
Bugs bugs
Patches patches
Dev Guide dev guide
Search



Donate

Rockbox Technical Forums


Login with username, password and session length
Home Help Search Staff List Login Register
News:

Thank You for your continued support and contributions!

+  Rockbox Technical Forums
|-+  Support and General Use
| |-+  Theming and Appearance Customization
| | |-+  jClix ipod5g theme
« previous next »
  • Print
Pages: 1 ... 7 8 [9]

Author Topic: jClix ipod5g theme  (Read 39767 times)

Offline pijulius

  • Member
  • *
  • Posts: 58
    • jBlog - The Second Way ...
Re: jClix ipod5g theme
« Reply #120 on: October 18, 2006, 07:23:13 AM »
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

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.

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
Logged

Offline iPodFoo

  • Member
  • *
  • Posts: 221
  • Ya dig?
    • iPod Nano Rockbox Blog
Re: jClix ipod5g theme
« Reply #121 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
Logged
Visit my blog at modprojects.blogspot.com for some iPod Nano goodies!

Offline pijulius

  • Member
  • *
  • Posts: 58
    • jBlog - The Second Way ...
Re: jClix ipod5g theme
« Reply #122 on: October 19, 2006, 03:14:57 PM »
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

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
Logged

Offline iPodFoo

  • Member
  • *
  • Posts: 221
  • Ya dig?
    • iPod Nano Rockbox Blog
Re: jClix ipod5g theme
« Reply #123 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.
Logged
Visit my blog at modprojects.blogspot.com for some iPod Nano goodies!

Offline pijulius

  • Member
  • *
  • Posts: 58
    • jBlog - The Second Way ...
Re: jClix ipod5g theme
« Reply #124 on: October 19, 2006, 04:04:36 PM »
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.

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
Logged

Offline iPodFoo

  • Member
  • *
  • Posts: 221
  • Ya dig?
    • iPod Nano Rockbox Blog
Re: jClix ipod5g theme
« Reply #125 on: October 19, 2006, 05:20:42 PM »
Any luck on this yet?

I tried to just apply the first two patches (applied fine):

01-custom_display_width-20060928.patch
02-custom_list_position-20060930.patch


to see if they come up with errors when using 'make', sure enough:

Code: [Select]
CC gui/quickscreen.c
gui/quickscreen.c: In function `gui_quickscreen_draw':
gui/quickscreen.c:49: error: `FONT_MENU' undeclared (first use in this function)
gui/quickscreen.c:49: error: (Each undeclared identifier is reported only once
gui/quickscreen.c:49: error: for each function it appears in.)
make[1]: *** [/home/user/rb-nopt-20061029/nano_sim/apps/gui/quickscreen.o] Error 1
make: *** [all] Error 2

Is is because it relies on the multifont patches?

Anyway, then tried just applying these 2 patches:

03-multifont-20060930.patch
04-multifont-userfonts-20060828.patch


makes the following error in 'make': (similar to error I reported a while ago)

Code: [Select]
CC playlist_viewer.c
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:2019: error: `name' undeclared (first use in this function)
settings.c:2019: error: (Each undeclared identifier is reported only once
settings.c:2019: error: for each function it appears in.)
settings.c:2020: error: `value' undeclared (first use in this function)
settings.c:1797:1: unterminated #ifdef
make[1]: *** [/home/user/rb-nopt-20061029/nano_sim/apps/settings.o] Error 1
make: *** [all] Error 2

Hope this helps.  ;D
« Last Edit: October 29, 2006, 04:48:34 PM by ipodfoo »
Logged
Visit my blog at modprojects.blogspot.com for some iPod Nano goodies!

Offline bixiba

  • Member
  • *
  • Posts: 7
Re: jClix ipod5g theme
« Reply #126 on: December 19, 2006, 01:16:07 AM »
Hi there

Is it possible to adapt Ipod green and/or blue 5g wps for Ipod 4g photo?

These themes are awesome and i'm really sad because I can use it

Thanx
Logged

  • Print
Pages: 1 ... 7 8 [9]
« previous next »
+  Rockbox Technical Forums
|-+  Support and General Use
| |-+  Theming and Appearance Customization
| | |-+  jClix ipod5g theme
 

  • SMF 2.0.18 | SMF © 2021, Simple Machines
  • Rockbox Privacy Policy
  • XHTML
  • RSS
  • WAP2

Page created in 0.045 seconds with 17 queries.