accom: Error: tif_fax3.c, line 1071: Left pointer in assignment must have all qualifiers of right and pointed to types must be compatible (or void) (ANSI 3.3.16.1)
bp = (char*) lp;
------------------------^
accom: Error: tif_fax3.c, line 1071: Illegal pointer combination: pointer to unsigned char versus pointer to char
bp = (char*) lp;
------------------------^
accom: Error: tif_fax3.c, line 1130: Left pointer in assignment must have all qualifiers of right and pointed to types must be compatible (or void) (ANSI 3.3.16.1)
bp = (char*) lp;
------------------------^
accom: Error: tif_fax3.c, line 1130: Illegal pointer combination: pointer to unsigned char versus pointer to char
bp = (char*) lp;
------------------------^
These probably due to the -ansi compiler flag in the Makefile.