Thursday, April 05, 2001 10:59 AM
> To: Gray, Tim
> Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED]
> Subject: RE: [Pgui-devel] picoGUI compile errors.
>
>
> It looks like it's not linking with the GPM and ncurses libs though it finds
> the headers just fine. Is there '-lgpm&
Original Message-
From: Micah Dowty [mailto:[EMAIL PROTECTED]]
Sent: Thursday, April 05, 2001 10:59 AM
To: Gray, Tim
Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED]
Subject: RE: [Pgui-devel] picoGUI compile errors.
It looks like it's not linking with the GPM and ncurses libs though it finds
the he
ver#
>
> any other ideas on how to get this to compile? I need the keyboard and
> mouse inputs.
> now under GPM I did a ./configure; make; make test; make install;
> I also tried to install GPM with the --prefix=/usr switch to see if it was a
> path issue.
> I also followed that
le? I need the keyboard and
mouse inputs.
now under GPM I did a ./configure; make; make test; make install;
I also tried to install GPM with the --prefix=/usr switch to see if it was a
path issue.
I also followed that same proceedures for ncurses.
Thanks all.
-Original Message-
From: Micah
x framebuffer interface) but I still get the same
> errors. It seems it always fails when linking the ncursesinput.o into the
> server. any suggestions?
>
>
> Thanks.
>
>
> -Original Message-
> From: Gray, Tim
> Sent: Wednesday, April 04, 2001 12:25 PM
libgpm-dev should do the trick.
Are you using a PS/2 compatible mouse? It should be simple to make a driver to
interface it directly and get better control over it, as gpm is quite limited for
non-text things.
The build system doesn't have an option for static yet, but if the guys doing the
a
You need to install the GPM development libraries. (Usually the package is called
libgpm-dev or something of that sort) The ncursesinput driver uses ncurses itself for
keyboard, but it uses gpm directly for mouse.
It's not a great method, because gpm scales down the resolution of the mouse, but
riginal Message-
From: Gray, Tim
Sent: Wednesday, April 04, 2001 12:25 PM
To: [EMAIL PROTECTED]
Subject: RE: [Pgui-devel] picoGUI compile errors.
I tried several later snapshots back to mid March and they all do the same
thing. it seems that it fails at the ncursesinput.o
I have the stoc
I tried several later snapshots back to mid March and they all do the same
thing. it seems that it fails at the ncursesinput.o
I have the stock ncurses as installed by redhat 6.2 does picogui require
newer?
What exaclty are the libs required to compile picoGUI. and after I get this
compiling,