Micah





This is one of my gripes about the current build system->you can't specify defaults for the configuration parameters. The current build system also has
some quirks, like the warnings on ./autogen.sh. Of course these things could
probably be fixed without too much hacking, but the current build system is also
very linux-centric, making ports to Win32, MacOS X, or IRIX a pain.

One thing that would make this easier is keeping a "reasonable" profile for different platforms in the profiles dir. After I get something working with picogui-0.43, I'll commit my profile.helio

Might be able to help with compiling on different OS's someday.

One of these days I'd like to completely redo pgserver's build system in clean,
OS-independent python code :)
Hmmmmmm.  I gotta think about that some.

DRIVER_SERIALMOUSE is unnecessary, but shouldn't cause any problems

 Its gone.

>
> I only
> added that since at startup pgserver complained > about not being able to
> load a mouse driver.

Ah. Since pgserver can work with zero or more input drivers, this shouldn't be necessary. It probably means you're using the wrong video driver.
A quick peek via make menuconfig shows "Linux framebuffer device" is selected in Video Drivers. There are 7 choice under the entry, which should I use?

Use the "panel" app manager.
I did and now I've got:

# pgserver
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 manager*** ERROR (BADPARAM) : All installed application managers failed to load

However, the fact that the "null" appmgr failed to load probably means you don't have the
required widgets.

Does panel appmgr have the same requirement? I've enabled the following widgets:

CONFIG_WIDGET_BUTTON=y
CONFIG_WIDGET_CHECKBOX=y
CONFIG_WIDGET_LABEL=y
CONFIG_WIDGET_LISTITEM=y
CONFIG_WIDGET_MENUITEM=y
CONFIG_WIDGET_RADIOBUTTON=y
CONFIG_WIDGET_SUBMENUITEM=y
CONFIG_WIDGET_CANVAS=y
CONFIG_WIDGET_PANELBAR=y
CONFIG_WIDGET_PANEL=y
CONFIG_WIDGET_POPUP=y
CONFIG_WIDGET_SCROLL=y
CONFIG_WIDGET_TERMINAL=y
CONFIG_WIDGET_TEXTBOX=y
CONFIG_WIDGET_FIELD=y
CONFIG_WIDGET_TOOLBAR=y

Mark

_________________________________________________________________
Add photos to your e-mail with MSN 8. Get 2 months FREE*. http://join.msn.com/?page=features/featuredemail



-------------------------------------------------------
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