[gpm] gpm-1.99.5 compiling error
acrux
acrux_it@libero.it
Thu Apr 3 10:02:00 CEST 2008
On Thu, 3 Apr 2008 09:31:19 +0200
Nico Schottelius <nico-gpm@schottelius.org> wrote:
> Good morning, acrux!
>
> It seems your char is unsigned, which results in the desribed error.
>
> Can you try to replace "char summaid=-1;" in src/drivers/summa/m.c
> with "signed char summaid=-1;" and "extern char summaid;"
> in src/drivers/summa/i.c with "extern signed cher summuid;"
> and then report again?
>
hi Nico,
thanks for your reply.
after a quick:
sed -i "s|char summaid=-1;|signed char summaid=-1;|g"
src/drivers/summa/m.c
sed -i "s|extern char summaid;|extern signed char
summuid;|g" src/drivers/summa/i.c
i've got a new error.
Attached error output and my configure output (maybe it helps too).
greetz,
--
acrux <acrux_it@libero.it>
-------------- parte successiva --------------
Un allegato non testuale è stato rimosso....
Nome: configure_out
Tipo: application/octet-stream
Dimensione: 2842 bytes
Descrizione: non disponibile
Url: http://lists.linux.it/pipermail/gpm/attachments/20080403/c64651b8/attachment.obj
-------------- parte successiva --------------
Un allegato non testuale è stato rimosso....
Nome: error2_out
Tipo: application/octet-stream
Dimensione: 1088 bytes
Descrizione: non disponibile
Url: http://lists.linux.it/pipermail/gpm/attachments/20080403/c64651b8/attachment-0001.obj
More information about the gpm
mailing list