distcc-2.10.1 builds just fine on Solaris 8 using Sun's Forte 7 compiler, except for a few warnings:
"src/compile.c", line 85: warning: argument #3 is incompatible with prototype:
prototype: pointer to int : "src/exec.h", line 31
argument : pointer to unsigned int
"src/compress.c", line 168: warning: argument #1 is incompatible with prototype:
prototype: pointer to const unsigned char : "./lzo/minilzo.h", line 78
argument : pointer to const char
"src/compress.c", line 168: warning: argument #3 is incompatible with prototype:
prototype: pointer to unsigned char : "./lzo/minilzo.h", line 78
argument : pointer to char
"src/compress.c", line 270: warning: argument #1 is incompatible with prototype:
prototype: pointer to const unsigned char : "./lzo/minilzo.h", line 84
argument : pointer to char
"src/compress.c", line 270: warning: argument #3 is incompatible with prototype:
prototype: pointer to unsigned char : "./lzo/minilzo.h", line 84
argument : pointer to char
"src/serve.c", line 215: warning: implicit function declaration: asprintf
"src/serve.c", line 306: warning: argument #3 is incompatible with prototype:
prototype: pointer to int : "src/exec.h", line 31
argument : pointer to unsigned int
It would be nice to fix at least the asprintf issue.
Regards, Dimitri
__ distcc mailing list http://distcc.samba.org/
To unsubscribe or change options: http://lists.samba.org/cgi-bin/mailman/listinfo/distcc
