=> Bootstrap dependency digest>=20010302: found digest-20121220 ===> Building for stylewriter-0.9.9nb6 cc -O2 -march=i586 -Werror -Dunix -c lpstyl.c lpstyl.c:644:30: error: passing 'unsigned char *' to parameter of type 'char *' converts between pointers to integer types with different sign [-Werror,-Wpointer-sign] result = readFileScanline(bufK, bufC, bufM, bufY); ^~~~ lpstyl.c:240:31: note: passing argument to parameter 'bufK' here size_t readFileScanline(char *bufK, char *bufC, char *bufM, char *bufY); ^ lpstyl.c:644:36: error: passing 'unsigned char *' to parameter of type 'char *' converts between pointers to integer types with different sign [-Werror,-Wpointer-sign] result = readFileScanline(bufK, bufC, bufM, bufY); ^~~~ lpstyl.c:240:43: note: passing argument to parameter 'bufC' here size_t readFileScanline(char *bufK, char *bufC, char *bufM, char *bufY); ^ lpstyl.c:644:42: error: passing 'unsigned char *' to parameter of type 'char *' converts between pointers to integer types with different sign [-Werror,-Wpointer-sign] result = readFileScanline(bufK, bufC, bufM, bufY); ^~~~ lpstyl.c:240:55: note: passing argument to parameter 'bufM' here size_t readFileScanline(char *bufK, char *bufC, char *bufM, char *bufY); ^ lpstyl.c:644:48: error: passing 'unsigned char *' to parameter of type 'char *' converts between pointers to integer types with different sign [-Werror,-Wpointer-sign] result = readFileScanline(bufK, bufC, bufM, bufY); ^~~~ lpstyl.c:240:67: note: passing argument to parameter 'bufY' here size_t readFileScanline(char *bufK, char *bufC, char *bufM, char *bufY); ^ lpstyl.c:667:40: error: passing 'unsigned char *' to parameter of type 'char *' converts between pointers to integer types with different sign [-Werror,-Wpointer-sign] curMark += appendEncode(printwidth, bufK + LEFT_MARGIN_BYTES, nil, curMark); ^~~~~~~~~~~~~~~~~~~~~~~~ lpstyl.c:241:42: note: passing argument to parameter 'in' here size_t appendEncode(size_t length, char *in, char *last, char *out); ^ lpstyl.c:667:71: error: passing 'unsigned char *' to parameter of type 'char *' converts between pointers to integer types with different sign [-Werror,-Wpointer-sign] curMark += appendEncode(printwidth, bufK + LEFT_MARGIN_BYTES, nil, curMark); ^~~~~~~ lpstyl.c:241:64: note: passing argument to parameter 'out' here size_t appendEncode(size_t length, char *in, char *last, char *out); ^ lpstyl.c:676:41: error: passing 'unsigned char *' to parameter of type 'char *' converts between pointers to integer types with different sign [-Werror,-Wpointer-sign] curMark += appendEncode(printwidth, bufC + LEFT_MARGIN_BYTES, lastC + LEFT_MARGIN_BYTES, curMark); ^~~~~~~~~~~~~~~~~~~~~~~~ lpstyl.c:241:42: note: passing argument to parameter 'in' here size_t appendEncode(size_t length, char *in, char *last, char *out); ^ lpstyl.c:676:67: error: passing 'unsigned char *' to parameter of type 'char *' converts between pointers to integer types with different sign [-Werror,-Wpointer-sign] curMark += appendEncode(printwidth, bufC + LEFT_MARGIN_BYTES, lastC + LEFT_MARGIN_BYTES, curMark); ^~~~~~~~~~~~~~~~~~~~~~~~~ lpstyl.c:241:52: note: passing argument to parameter 'last' here size_t appendEncode(size_t length, char *in, char *last, char *out); ^ lpstyl.c:676:94: error: passing 'unsigned char *' to parameter of type 'char *' converts between pointers to integer types with different sign [-Werror,-Wpointer-sign] curMark += appendEncode(printwidth, bufC + LEFT_MARGIN_BYTES, lastC + LEFT_MARGIN_BYTES, curMark); ^~~~~~~ lpstyl.c:241:64: note: passing argument to parameter 'out' here size_t appendEncode(size_t length, char *in, char *last, char *out); ^ lpstyl.c:677:41: error: passing 'unsigned char *' to parameter of type 'char *' converts between pointers to integer types with different sign [-Werror,-Wpointer-sign] curMark += appendEncode(printwidth, bufM + LEFT_MARGIN_BYTES, lastM + LEFT_MARGIN_BYTES, curMark); ^~~~~~~~~~~~~~~~~~~~~~~~ lpstyl.c:241:42: note: passing argument to parameter 'in' here size_t appendEncode(size_t length, char *in, char *last, char *out); ^ lpstyl.c:677:67: error: passing 'unsigned char *' to parameter of type 'char *' converts between pointers to integer types with different sign [-Werror,-Wpointer-sign] curMark += appendEncode(printwidth, bufM + LEFT_MARGIN_BYTES, lastM + LEFT_MARGIN_BYTES, curMark); ^~~~~~~~~~~~~~~~~~~~~~~~~ lpstyl.c:241:52: note: passing argument to parameter 'last' here size_t appendEncode(size_t length, char *in, char *last, char *out); ^ lpstyl.c:677:94: error: passing 'unsigned char *' to parameter of type 'char *' converts between pointers to integer types with different sign [-Werror,-Wpointer-sign] curMark += appendEncode(printwidth, bufM + LEFT_MARGIN_BYTES, lastM + LEFT_MARGIN_BYTES, curMark); ^~~~~~~ lpstyl.c:241:64: note: passing argument to parameter 'out' here size_t appendEncode(size_t length, char *in, char *last, char *out); ^ lpstyl.c:678:41: error: passing 'unsigned char *' to parameter of type 'char *' converts between pointers to integer types with different sign [-Werror,-Wpointer-sign] curMark += appendEncode(printwidth, bufY + LEFT_MARGIN_BYTES, lastY + LEFT_MARGIN_BYTES, curMark); ^~~~~~~~~~~~~~~~~~~~~~~~ lpstyl.c:241:42: note: passing argument to parameter 'in' here size_t appendEncode(size_t length, char *in, char *last, char *out); ^ lpstyl.c:678:67: error: passing 'unsigned char *' to parameter of type 'char *' converts between pointers to integer types with different sign [-Werror,-Wpointer-sign] curMark += appendEncode(printwidth, bufY + LEFT_MARGIN_BYTES, lastY + LEFT_MARGIN_BYTES, curMark); ^~~~~~~~~~~~~~~~~~~~~~~~~ lpstyl.c:241:52: note: passing argument to parameter 'last' here size_t appendEncode(size_t length, char *in, char *last, char *out); ^ lpstyl.c:678:94: error: passing 'unsigned char *' to parameter of type 'char *' converts between pointers to integer types with different sign [-Werror,-Wpointer-sign] curMark += appendEncode(printwidth, bufY + LEFT_MARGIN_BYTES, lastY + LEFT_MARGIN_BYTES, curMark); ^~~~~~~ lpstyl.c:241:64: note: passing argument to parameter 'out' here size_t appendEncode(size_t length, char *in, char *last, char *out); ^ lpstyl.c:682:40: error: passing 'unsigned char *' to parameter of type 'char *' converts between pointers to integer types with different sign [-Werror,-Wpointer-sign] curMark += appendEncode(printwidth, bufK + LEFT_MARGIN_BYTES, lastK + LEFT_MARGIN_BYTES, curMark); ^~~~~~~~~~~~~~~~~~~~~~~~ lpstyl.c:241:42: note: passing argument to parameter 'in' here size_t appendEncode(size_t length, char *in, char *last, char *out); ^ lpstyl.c:682:66: error: passing 'unsigned char *' to parameter of type 'char *' converts between pointers to integer types with different sign [-Werror,-Wpointer-sign] curMark += appendEncode(printwidth, bufK + LEFT_MARGIN_BYTES, lastK + LEFT_MARGIN_BYTES, curMark); ^~~~~~~~~~~~~~~~~~~~~~~~~ lpstyl.c:241:52: note: passing argument to parameter 'last' here size_t appendEncode(size_t length, char *in, char *last, char *out); ^ lpstyl.c:682:93: error: passing 'unsigned char *' to parameter of type 'char *' converts between pointers to integer types with different sign [-Werror,-Wpointer-sign] curMark += appendEncode(printwidth, bufK + LEFT_MARGIN_BYTES, lastK + LEFT_MARGIN_BYTES, curMark); ^~~~~~~ lpstyl.c:241:64: note: passing argument to parameter 'out' here size_t appendEncode(size_t length, char *in, char *last, char *out); ^ lpstyl.c:771:43: error: passing 'unsigned char *' to parameter of type 'char *' converts between pointers to integer types with different sign [-Werror,-Wpointer-sign] curMark += appendEncode(printwidth, lastC + LEFT_MARGIN_BYTES, nil, curMark); ^~~~~~~~~~~~~~~~~~~~~~~~~ lpstyl.c:241:42: note: passing argument to parameter 'in' here size_t appendEncode(size_t length, char *in, char *last, char *out); ^ fatal error: too many errors emitted, stopping now [-ferror-limit=] 20 errors generated. *** Error code 1 Stop. bmake: stopped in /usr/pkgsrc/work/print/stylewriter/work/stylewriter *** Error code 1 Stop. bmake: stopped in /usr/pkgsrc/print/stylewriter *** Error code 1 Stop. bmake: stopped in /usr/pkgsrc/print/stylewriter