1994.11.01 07:36 "Probems compiling 3.3 A21 tif_fax3.c on Irix 4.0.5", by Adrian Phillips

Couple of problems with libtiff 3.3 Alpha 21:

tif_fax3.c, lines 1071 and 1130
changed
                bp = (char*) lp;
to:
                bp = (u_char*) lp;

otherwise you get:

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;
       ------------------------^

Thanks,

Adrian

--

-------------------------------------------------------------------------
= Adrian Phillips at            | BUT any thoughts in this are purely    =
= The Norwegian Meteorological  | my own and have nothing to do with     =
= Institute                     | this establishment, thankfully.        =
= Net: adrian.phillips@dnmi.no  | Phone: 47 22 96 32 09 Fax: 47 22 96 30 50