If it does not help send the otput of ls -l /usr/bin/perl please.
user@debian:/$ ls -l /usr/bin/perl
-rwxr-xr-x 2 root root 1057324 2006-01-12 15:13 /usr/bin/perl
user@debian:/$
----------------------------------------------------
plugin.c:151: warning: initialization from incompatible pointer type
we could probably help you if you send some context of the warning (part of the code around the line 151 and the definitions of the used variables).
Cut and pasted segment from plugin.c (dots are other lines, not worth putting in):
#if LCD_DEPTH == 16
lcd_bitmap_transparent_part,
lcd_bitmap_transparent,
#endif
...
font_get_bits,
...
#endif
It seems to stop giving errors if I add the
int font at the end of this line in the
plugin.h file like so:
const unsigned char *(*font_get_bits)( struct font *pf, unsigned short char_code, int font );