[distcc] building on IRIX 6.5

Dimitri PAPADOPOULOS-ORFANOS papadopo at shfj.cea.fr
Fri Jul 12 10:20:50 GMT 2002


Hi,

I'm trying to build distcc 0.6 on IRIX 6.5.13. Here
are the messages I get. The warnings are obvious.
The error I can't explain. There was a similar
warning on Solaris too.



cc-1552 cc: WARNING File = where.c, Line = 151
  The variable "ret" is set but never used.

      int ret;
          ^


cc-1116 cc: WARNING File = util.c, Line = 72
  Non-void function "dcc_exit" (declared at line 50) should return a value.

  }
  ^


cc-1116 cc: WARNING File = exec.c, Line = 153
  Non-void function "dcc_spawn_child" (declared at line 131) should return a
          value.

  }
  ^


cc-1515 cc: ERROR File = filename.c, Line = 49
  A value of type "int" cannot be assigned to an entity of type "char *".

      dot = rindex(sfile, '.');
          ^


cc-1552 cc: WARNING File = filename.c, Line = 184
  The variable "l" is set but never used.

      int l;
          ^





More information about the distcc mailing list