>
>
> >From: Micah Dowty <[EMAIL PROTECTED]>
> >To: Mark and Janice Juszczec <[EMAIL PROTECTED]>
> >CC: [EMAIL PROTECTED]
> >Subject: Re: [Pgui-devel] can load theme files
> >Date: Fri, 24 Jan 2003 14:11:17 -0700
> >
> >I would advise reading t
Micah
Where can I find info about OpenEmbedded?
Mark
From: Micah Dowty <[EMAIL PROTECTED]>
To: Mark and Janice Juszczec <[EMAIL PROTECTED]>
CC: [EMAIL PROTECTED]
Subject: Re: [Pgui-devel] can load theme files
Date: Fri, 24 Jan 2003 14:11:17 -0700
I would advise
I would advise reading the README.configfile to understand all the config
options. As for uClibc, here's my advice.
The procedure you're going through now is a pain because you're compiling
everything manually. You will have to repeat it any time you want a new version
of picogui, a new busybox, o
Micah
Ok. I fell back to libraries used with a rom dated between 10/01 and 4/02.
ftell is working just fine.
Here is my pgserver.conf
# cat pgserver.conf
[pgserver]
input = r3912ts
themes = /usr/lib/lcdmono.th
tpcal = /usr/bin/tpcal
session = omnibar
I tried tpcal = "cd /usr/bin; /usr/bin/tp
On Mon, Jan 20, 2003 at 09:35:25PM +, Mark and Janice Juszczec wrote:
>
> Micah
>
> I did some digging and found the cause of my not being able to read theme
> files.
>
> In memtheme.c there is a procedure called reload_initial_theme. It opens
> the theme file and gets its size using ftel
Micah
I did some digging and found the cause of my not being able to read theme
files.
In memtheme.c there is a procedure called reload_initial_theme. It opens
the theme file and gets its size using ftell.
ftell is broken on the Helio (mipsel-linux). I've tried
2 different sets of libraries