On Thu, 3 Apr 2008 09:31:19 +0200 Nico Schottelius <nico-gpm@xxxxxxxxxxxxxxx> 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@xxxxxxxxx>
Attachment:
configure_out
Description: Binary data
Attachment:
error2_out
Description: Binary data
_______________________________________________ gpm mailing list gpm@xxxxxxxxxxxxxx http://lists.linux.it/listinfo/gpm