Compile errors (was Re: Accessibility of Gnome panel / How to end session via keyboard)



I'm attempting to incorporate Padraig's hack; but being a newbie at
compiling gnome sources... I'm having some trouble.

I'm getting problems when I try to do a
% make
after doing
% ./configure

Maybe I don't have the right compiling tools installed?

Here's the compile errors. Note that I: command not found.

Making all in gnome-panel
make[2]: Entering directory `/root/gnome-panel-2.2.0.1/gnome-panel'
I  -I  ../idl/GNOME_Panel.idl
make[2]: I: Command not found
make[2]: [GNOME_Panel-stubs.c] Error 127 (ignored)
I  -I  ../idl/GNOME_Panel.idl
make[2]: I: Command not found
make[2]: [GNOME_Panel.h] Error 127 (ignored)
I  -I  ../idl/GNOME_Panel.idl
make[2]: I: Command not found
make[2]: [GNOME_Panel-skels.c] Error 127 (ignored)
I  -I  ../idl/GNOME_Panel.idl
make[2]: I: Command not found
make[2]: [GNOME_Panel-common.c] Error 127 (ignored)
make[2]: *** No rule to make target `../gnome-panel/GNOME_Panel.h', needed
by `panel-typebuiltins.c'.  Stop.
make[2]: Leaving directory `/root/gnome-panel-2.2.0.1/gnome-panel'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/root/gnome-panel-2.2.0.1'
make: *** [all-recursive-am] Error 2

Any ideas?
John

----- Original Message ----- 
From: "Padraig O'Briain" <Padraig Obriain sun com>
Sent: Friday, June 27, 2003 12:46 AM
Subject: Re: Accessibility of Gnome panel / How to end session via keyboard


> Patch to achieve this hack attached.
>
> Padraig
>
> >
> >
> > > If we look at Microshaft's implementation... you can do the following:
> > > <CTRL><ESC> (brings up start menu)
> > > S <selects Shutdown>
> > > U <selects Shutdown> or R <selects Reboot>
> > > <ENTER> (confirms selection)
> > >
> > > Ideally, I'd like to see Gnome do simular things:
> > > <ALT><F1> (brings up foot menu>
> > > L <selects Log Off>
> > > etc.
> > >
> > > IF I wanted to hack in this capability; where in the source code would
I
> look?
> > Look in gnome-panel/menu.c.  I think just inserting underscores in
> > front of the characters you want to make shortcuts, in the menu item
labels,
> > may do the trick.  I am checking now (but have to rebuild things first).
> >
> > - Bill




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]