Micah, et al

Yeah, compile a new cli_c with sockets and recompile the apps.
Done.  The only I've recompiled are tpcal & vrcalc.

Make sure you have a line like "input = r3912ts" in your [pgserver]
section of /etc/pgserver.conf, and make sure you're running the calibrator.
You can have pgserver run a calibrator when necessary by setting the 'tpcal' config
variable to the command to use.

Since we don't yet have an app server to tell apps where to get their data files, tpcal
expects its theme (calth.th) to be in the current directory. You could use something like
"tpcal = cd /path/to/theme; /path/to/tpcal" to work around this.

tpcal/vrcalc kept complaining about undefined symbols until I used the same libraries I used to build them. They are from TransVirtual (I think) from their defunct PocketLinux project.

The recompile of tpcal creates calth.th which went into /usr/bin along with tpcal.

At boot time, my pda runs the pgsession script. It cd's to /usr/bin and runs tpcal then pgserver.

tpcal does not run and pgserver does not start.

Here is my pgserver.conf

# cat pgserver.conf
[pgserver]
input = r3912ts
themes = /usr/lib/lcdmono.th
appmgr = panel
session = omnibar
tpcal = "cd /usr/bin; /usr/bin/tpcal"

pgserver gives the following error:

pgserver_init:
operating system initpgserver_init:
configuration filespgserver_init:
command linepgserver_init:
error message tablepgserver_init:
input driverspgserver_init:
input filterspgserver_init:
videopgserver_init:
fontspgserver_init:
app managerpgserver_init:
networkpgserver_init:
globalsInit: globals: default font
Init: globals: cursor sprite bitmaps
Init: globals: cursor sprite
Init: globals: strings
Init: globals: success
pgserver_init:
timerspgserver_init:
initial themes*** ERROR (FILEFMT) : Theme file does not have a header!


But I'm using the lcdmono.th from picogui-0.43

Any ideas?

Mark

_________________________________________________________________
Protect your PC - get McAfee.com VirusScan Online http://clinic.mcafee.com/clinic/ibuy/campaign.asp?cid=3963



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Pgui-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/pgui-devel

Reply via email to